Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
toggle Method
Toggles collapsed state of SplitterPane. Note: that function has effect only control was at least once painted.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function toggle(
: SplitterPane,
: {Any},
: Boolean
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebSplitter.toggle(SplitterPane,{Any},Boolean); |
Parameters
- pane
- Reference to pane which state should be toggled.
- e
- The reference to browser event. If that param is defined, then client side events related to collapse/expand are raised.
- noSet
- Internal usage only.
See Also