wbd4ww applet parameters
Syntax
In case of predefined constants,
it is usually sufficient to provide one
or few beginning letters of a constant.
Interpreting constants is case insensitive.
- guiElements -
raw xor (add or location or icons or statusbar or scrollbars or border) e.g. scroll|border.
Note in select list, use CTL-Click to accumulate multiple selections. raw implies no decoration at all
- wbdCanvas -
3layer xor 1layer
- dbManager -
true xor false
- opMode -
edit xor play xor watch
- isMaster -
true xor false
- jsCallback -
name of a JavaScript function(Object,byte[]) e.g. privateSend
- loadReportJSFun -
name of a JavaScript function(String) e.g. loadReport
- contentLocation -
URL e.g. http://trurl/tomm/deneb/images/color/toma.jpg
- contentResize -
true xor false
- pointerLocation -
URL e.g. http://trurl/tomm/deneb/icons/Wbd.gif
- pointerCenterY -
integer number e.g. 30
- pointerCenterX -
integer number e.g. 33
- pointerScale -
floating point number e.g. 2.0
- markerColor -
6 digit hexadecimal number e.g. ff0000
- markerTransparency -
floating point number in the range [0,100] e.g. 25
- pointingDevice -
pointer xor marker
- pointingMode -
active xor visible xor off
- debugMode -
anything
Semantics
- guiElements -
defines which graphical elements are visible
- wbdCanvas -
use 1layer for plain wbd, 3layers in ww
- dbManager -
defines which instance is responsible for remembering the session data;
keep in sync with Tango siMaster status
- opMode - always use edit
- isMaster -
specifies who is the master of the shared editable layer.
Makes sense only if wbdCanvas=3layers).
- jsCallback -
provide a function which sends everything to the peers.
Provide this data to peers in receive(byte[]) method.
- loadReportJSFun -
provide a function which interprets argument string
ok or error when an image is loaded
- contentLocation -
initializes whiteboard display with the given object
- contentResize -
specifies whether the initial content (see contentLocation param)
should be resized or not
- pointerLocation -
URL of an image which will be displayed as a pointer
- pointerCenterY, pointerCenterX -
center of the pointer image (see pointerLoacation param)
- a place on the image which is under the mouse
- pointerScale -
scale of the pointer (see pointerLoacation param)
- markerColor -
color of the marker
- markerTransparency -
degree of transparency of the marker
(the bigger the number the more transparent the marker is)
- pointingDevice -
specifies if default pointing device is marker or pointer
- pointingMode -
if active user can move the pointing device;
if visible user can see the pointing device but the mouse events are interpreted by editor, not the pointing device;
if off no pointing device is showing.
Note that this param has only local meaning.
- debugMode -
writes to the Java console
how the function arguments has been interpreted