![]() |
Previous | Next |
The openView method opens a VIEW in a new window.
Syntax
theme.openView(theView)
Parameters
theView
A String specifying the id of the VIEW to open.
Return Values
This method does not return a value.
Example
<THEME>
<VIEW>
<TEXT value="open"
onclick="jscript:theme.openView('newView')"/>
<TEXT top="30" value="close"
onclick="jscript:theme.closeView('newView')"/>
</VIEW>
<VIEW id="newView"/>
</THEME>
See Also
Previous | Next |