> > right! > thank you for instruction: I was trying in that way, but without > ".firstChild" property. > but... is it that property in API document? > the qx.dom.Element is deprecated in 0.7.3 API and has not any property > called ".firstChild"... >
Widget.getElement() (http://demo.qooxdoo.org/current/apiviewer/#qx.ui.core.Widget~getElement) does *not* return a qx.dom.Element, but a *DOM node*. From there, you're in the realm of DOM APIs (see e.g. http://developer.mozilla.org/en/docs/DOM:element.firstChild). T. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
