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

See Also

Reference

options type
wijlistview jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.