setFocus()
Puts focus on the viewer or removes focus from the viewer.
This method can be useful when external functions need a specific component in a web application to be activated for controlling where input is directed from the keyboard.
Set to true to put focus on the viewer. Set to false to remove
focus from the viewer.
Sample syntax
ViewONE.setFocus(true);