Hi Ralf,

Ralf Sternberg wrote:
> if I need access to the DOM document element, does it make any
> difference whether I refer to the global Javascript variable "document"
> or call getTopLevelWidget().getDocumentElement() from a qooxdoo widget?
No, the "getDocumentElement()" method does exactly return the DOM 
document node.
It does matter if you plan to create a multi-document application with 
qooxdoo (supported with 0.8.1 as far as I know), but if you stay in a 
single document world, you're fine with "document" variable.

cheers,
   Alex

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to