diff options
author | Kenneth Russel <[email protected]> | 2007-07-11 17:18:12 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-07-11 17:18:12 +0000 |
commit | d7443dba0678331ca7194ec554ded3fa0a644f62 (patch) | |
tree | 7100aafc6cbe404ce37d9e5d5d6d9ee7cf46d37e /www | |
parent | a027cd43c351a71064f1763b795abc7c598643b4 (diff) |
Added getSubApplet() from JOGLAppletLauncher to enable scripting.
Updated documentation. Deleted copy of loadLibraryInternal
accidentally introduced into code.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index a2f2ef3..96beedf 100644 --- a/www/index.html +++ b/www/index.html @@ -233,6 +233,15 @@ potentially document the need to try restarting the browser in case of instability. + <h2>Scripting Support</h2> + + <p> + + The JNLPAppletLauncher supports interaction with the sub-applet via + the <code>getSubApplet()</code> method. Calling this method from + JavaScript will return the subordinate applet with which you can + then interact via JavaScript. + <h2><a name="EXAMPLES">Examples</a></h2> <p> |