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