JAVA Tech VERSION 3.0 manual Method isPrintButtons, SetInvertButtonstrue/false, IsInvertButtons

Models: VERSION 3.0

1 88
Download 88 pages 5.41 Kb
Page 64
Image 64

Method: 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.

Method:

Method:

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.

Method: 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:

64

Page 64
Image 64
JAVA Tech VERSION 3.0 manual Method isPrintButtons, SetInvertButtonstrue/false, IsInvertButtons