Wijmo UI for the Web
splitTheme Option
Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  string
    value = $(".selector").wijlistview("option", "splitTheme");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlistview("option", "splitTheme", newValue);
        
});
Javascript (Specification) 
var splitTheme : string;
Browser Compatibility
8
5
5

See Also

Reference

options type
wijlistview jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.