JAVA Tech JAVA Technologies Co. Ltd. Marine Radio VERSION 3.0 Benutzerhandbuch

Seite von 88
 
 
78
78
78
78
 
isViewKeys() 
 
E.g. var keysEnabled = ViewONE.isViewKeys (); 
 
Returns a Boolean value of ‘true’ if the keys are enabled else a value ‘false’ is returned. 
 
setPageKeys(true/false) 
 
E.g. ViewONE.setPageKeys(true); 
 
Specifies whether the hot keys for page operations are enabled. A value of  ‘true’ (default) 
indicates the keys are enabled and ‘false’ indicates they are not. 
The keys are as follows: 
 
Next 
page 
  Page 
Down 
Previous 
page 
  Page 
Up 
First 
page 
  Home 
Last 
page 
  End
 
 
isPageKeys() 
 
E.g. var keysEnabled = ViewONE.isPageKeys (); 
 
Returns a Boolean value of ‘true’ if the keys are enabled else a value ‘false’ is returned. 
 
setSelectKeys(true/false) 
 
E.g. ViewONE.setSelectKeys(true); 
 
Specifies whether the hot keys for select operations are enabled. A value of  ‘true’ (default) 
indicates the keys are enabled and ‘false’ indicates they are not. 
The keys are as follows: 
 
Select 
page 
  S 
Clear Selections 
 
Shift-S 
Method:
 
Method:
 
Method:
 
Method: