Dmitry,

to manually modifiy the position of a DOM node assigned to a qooxdoo 
widget or used by a qooxdoo widget is not supported. Keep this in mind 
as a big big warning sign.

The DOM node is created normally during the first appear of the widget 
on the screen. You can attach an listener to "appear" to get an event in 
every situation where the widget appears on the screen. This is fired 
more than once (not only on initial creation).

Sebastian


Dmitry Pryadkin schrieb:
> Dear All,
> 
> I want this "var myNode = this._getTargetNode();" to do something like 
> "myNode.appendChild( document.createElement("div") );"
> 
> Where shall I place this code? I can't put it into constructor, because 
> the DOM must be not ready for the current widget being created.
> 
> Cheers
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to