Wijmo UI for the Web
panel1 Option

Defines the information for the top or left panel of the splitter.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijsplitter("option", "panel1");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijsplitter("option", "panel1", newValue);
        
});
Javascript (Specification) 
var panel1 : object;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijsplitter jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.