Wijmo UI for the Web
collapsingPanel Field

Default value: 'panel1'

Specifies which panel should be collapsed after clicking the expander of the splitter. Possible values are "panel1" and "panel2".

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijsplitter.options.collapsingPanel;
Javascript (Specification) 
var collapsingPanel : string;
Example
$('.selector' ).wijsplitter({collapsingPanel: "panel1"});
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.