JAVA Tech VERSION 3.0 manual Method isSelectKeys, Method setAllKeystrue/false, Method isAllKeys

Models: VERSION 3.0

1 88
Download 88 pages 5.41 Kb
Page 79
Image 79

Method: isSelectKeys()

E.g. var keysEnabled = ViewONE.isSelectKeys ();

Returns a Boolean value of ‘true’ if the keys are enabled else a value ‘false’ is returned.

Method: setAllKeys(true/false)

E.g. ViewONE.setAllKeys(true);

Specifies whether the all hot keys are enabled or not. A value of ‘true’ (default) indicates the keys are enabled and ‘false’ indicates they are not.

Security note: This method is disabled by default unless the “JavascriptExtensions” parameter is set to “true”.

Method: isAllKeys()

E.g. var keysEnabled = ViewONE.isAllKeys ();

Returns a Boolean value of ‘true’ if the keys are enabled else a value ‘false’ is returned.

79

Page 79
Image 79
JAVA Tech VERSION 3.0 manual Method isSelectKeys, Method setAllKeystrue/false, Method isAllKeys