Hi, I'm trying to build an application that integrates with Google map, in which I need to create a map marker with a pop-up information "window".
What I wanted to achieve, is to use Qooxdoo widgets/components in that pop-up to generate richer looks/behaviour. However, according to google map's api, I can supply either a content Node or html String to construct this pop-up window. Is there anyway I can nicely wrap Qooxdoo components (along with their behavior) in a Node object to pass to google's info window? I know each widget has two methods getContentElement() and getContainerElement() to return qooxdoo's element object. Which one should I use? And should I call getDOMElement() on the return value to extract the actual DOM node? or is there some other way for doing this correctly? Thanks! mckwil -- View this message in context: http://old.nabble.com/Get-a-node-to-represent-qooxdoo-widgets-tp27783016p27783016.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
