Sliding menu: iSlide Pro Expanding Buttons 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 javascripts while the applet
is running.
To make an applet accessible to javascript, you must give it a name in the applet
tag - e.g. "NAME=islide". Once your have done this, the applet can be found in
javascript using "document.islide". Until the applet has loaded, the document.islide object will not exist, so do not try to access it. TIP: test for document.islide==null. Once it has loaded, you can access exposed methods like this: document.islide.method().
|