JAVA Tech VERSION 3.0 Marine Radio User Manual


 
64
6464
64
isPrintButtons()
E.g. var buttonVisible = ViewONE.isPrintButtons();
Returns a Boolean value of ‘true’ if the print button is visible else a value ‘false’ is returned.
setInvertButtons(true/false)
E.g. ViewONE.setInvertButtons(true);
Specifies whether the toolbar includes an invert button. A value of ‘true’ (default) indicates
the button is visible and ‘false’ indicates it is not.
The invert button is:
isInvertButtons()
E.g. var buttonVisible = ViewONE.isInvertButtons();
Returns a Boolean value of ‘true’ if the invert button is visible else a value ‘false’ is
returned.
setNewWindowButtons(true/false)
E.g. ViewONE.setNewWindowButtons(true);
Specifies whether the toolbar includes a new-window button. A value of ‘true’ (default)
indicates the button is visible and ‘false’ indicates it is not.
The new-window button is:
Method:
Method:
Method:
Method: