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

See Also

Reference

options type
wijlistview jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.