Wijmo UI for the Web
placeholder Option

Determines the text displayed when the widget is blank and contains no initial text.

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

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.