![]() |
Previous | Next |
The restore method restores the VIEW.
Syntax
elementID.restore()
Parameters
This method takes no parameters.
Return Values
This method does not return a value.
Example
<THEME>
<VIEW id=“View1”>
<BUTTON id=“Open” image=“Open.png”
onclick=“jscript:View1.restore()”>
</BUTTON>
</VIEW>
</THEME>
See Also
Previous | Next |