smis, You could either edit the .html file in your application to add the googlemaps api as a direct include file, and utilize its calls as you normally would, or you could write a Qooxdoo contrib library that wraps the googlemaps API in a Qooxdoo-like interface, and include that. Of course, it would then need to know how to load the googlemaps API JavaScript files and handle a graceful degradation if the file fails to load for some reason.
--Greg On Thu, Feb 3, 2011 at 11:58 AM, [email protected] <[email protected]> wrote: > How can i use other javascripts like the googlemapps inside a qooxdoo app? > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
