On Tue, Dec 7, 2010 at 8:16 AM, Tobias Oetiker <[email protected]> wrote:
> var w = new qx.ui.core.Widget();
>
> w.addListener('appear',function(){
>   w.getContentElement().setAttribute("id", "jqGrid");
>   ... do you jqGrid things
> },this);
>
> somecontainer.add(w);

What's wrong with this?

http://tinyurl.com/35hv7vd

I've run this code and in console I typed:
``document.getElementById('jqGrid');`` That returns null.


-- 
Branko Vukelić

[email protected]
[email protected]

Check out my blog: http://www.brankovukelic.com/
Check out my portfolio: http://www.flickr.com/photos/foxbunny/
Registered Linux user #438078 (http://counter.li.org/)
I hang out on identi.ca: http://identi.ca/foxbunny

Gimp Brushmakers Guild
http://bit.ly/gbg-group

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to