Drop-down menu: iPOP Pro-X Powerbar II Exposed Methods
This page is for programmers only. If you aren't a programmer, don't worry - none
of this is essential for using the applet. This is just extra stuff for
programmers.
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=xbar". Once your have done this, the applet can be found using "document.xbar". Until the applet has loaded, the document.xbar object will not exist, so do not try to access it. TIP: test for document.xbar==null. Once it has loaded, you can access exposed methods like this: document.xbar.method().
Validity: from version 6.7.
|