The Interface class / ui.Interface methods |
Get the root DOM node of the abstract user interface.
ui.Interface.getRootNode() RETURNING result om.DomNode
The ui.Interface.getRootNode() method returns the root DOM node of the abstract user interface tree.
DEFINE rn om.DomNode LET rn = ui.Interface.getRootNode() -- use d to inspect/change the AUI tree