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

See Also

Reference

options type
wijlistview jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.