Hi Cherrot, In my project I have an integration with Qooxdoo and OpenLayers and I use qx.html.Element#getDomElement with success.
var wdom = wdg.getContentElement().getDomElement(); var map = new OpenLayers.Map(wdom, mapOptions); In case of Google Maps could be done in the same way: var wdom = wdg.getContentElement().getDomElement(); var map = new google.maps.Map(wdom, myOptions); Cheers, Ana Sousa -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-use-Google-Map-API-V3-on-QooXdoo-tp7068542p7069993.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
