JAVA Tech VERSION 3.0 IsViewKeys, SetPageKeystrue/false, IsPageKeys, SetSelectKeystrue/false

Models: VERSION 3.0

1 88
Download 88 pages 5.41 Kb
Page 78
Image 78

Method:

Method:

Method:

Method:

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

78

Page 78
Image 78
JAVA Tech VERSION 3.0 IsViewKeys, SetPageKeystrue/false, IsPageKeys, SetSelectKeystrue/false, Previous First Home Last End