JAVA Tech VERSION 3.0 Benutzerhandbuch

Seite von 88
 
 
79
79
79
79
 
isSelectKeys() 
 
E.g. var keysEnabled = ViewONE.isSelectKeys (); 
 
Returns a Boolean value of ‘true’ if the keys are enabled else a value ‘false’ is returned. 
 
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”. 
 
 
isAllKeys() 
 
E.g. var keysEnabled = ViewONE.isAllKeys (); 
 
Returns a Boolean value of ‘true’ if the keys are enabled else a value ‘false’ is returned.
Method:
 
Method:
 
Method: