Sets the current state of the pane.
[JavaScript]
SplitterPane.setState(
state)
Parameters
-
state
- One of the following values:
- 0 - Visible state;
- 1 - Collapsed state;
- 2 - Hidden state;
Remarks
This method is equivalent of setting State property on the server side.
See Also
SplitterPane Object