Method: isAllButtons()
E.g. var buttonsVisible = ViewONE.isAllButtons();
Returns a Boolean value of ‘true’ if the all buttons are visible else a value ‘false’ is returned (these are file, print, image,
Method:setPageButtons(true/false)
E.g. ViewONE.setPageButtons(true);
Specifies whether the toolbar includes page buttons. A value of ‘true’ (default) indicates the buttons are visible and ‘false’ indicates they are not.
The page buttons are:
First page, previous page, next page, last page and a drag bar for page selection..
Method: isPageButtons()
E.g. var buttonsVisible = ViewONE.isPageButtons();
Returns a Boolean value of ‘true’ if the page buttons are visible else a value ‘false’ is returned.
66