Tree menu: iTree Pro-XQ Powertree Exposed Methods
Exposed methods are for manipulating an applet from your own scripts while the applet
is running.
To make an applet accessible to your scripts, you must give it a name in the applet
tag - e.g. "NAME=itree". Once you have done this, the applet can be found using "document.itree". Until the applet has loaded, the document.itree object will not exist, so do not try to access it. TIP: test for document.itree==null. Once it has loaded, you can access exposed methods like this: document.itree.method().
Validity: from version 6.50
|