Parameter |
Documentation |
NAME="config"
VALUE="configuration file" |
The parameter points to the configuration file for the applet. It may
be either a path relative to the CODEBASE or a fully qualified
URL. You can also set the configurations as PARAMS: see
below |
NAME="Applet.detach"
VALUE="boolean" |
Detach the actual terminal display and its components from the browser
window and run in a separate window. Use with care.
The boolean value may either be true or false.
See below! |
NAME="Applet.detach.fullscreen"
VALUE="boolean" |
When detaching make the resulting
window fill the whole screen. This might be useful for systems where people
have to remote login and should get the biggest font that is possible on
their screen. |
NAME="Applet.detach.title"
VALUE="string" |
Sets the window title of the detached
applet. |
NAME="Applet.disconnect"
VALUE="boolean" |
If set to true, the applet will disconnect from the remote
host if you leave the web page. If false, the applet will stay
connected and allows the user to continue the session. |
NAME="Applet.disconnect.closeWindow"
VALUE="boolean" |
Closes the detached window if the connection is lost. If you want to
disable this feature set it to false. |
NAME="Applet.detach.immediately"
VALUE="boolean" |
This parameter is usually set to false and determines if the applet
should detach immediately and run if set to true or simply display
the button and wait until it is pressed if false. |
NAME="Applet.detach.startText"
VALUE="string" |
Set this parameter if you want to use a start button to detach the
applet. The default value is "Connect". |
NAME="Applet.detach.stopText"
VALUE="string" |
The value set here will appear as the label of the button if the applet
is in detached mode and running. The default value is "Disconnect". |
NAME="Applet.detach.menuBar"
VALUE="boolean" |
Use this parameter if you want to disable the menubar in a detached
applet. Usually that menubar is visible in a detached window but can be
removed setting this parameter to false. |