wijmo.input.wijinputnumber Namespace > options type : placeholder Option |
Determines the text displayed when the widget is blank and contains no initial text.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijinputnumber("option", "placeholder"); // Set value var newValue; // Type: any $(".selector").wijinputnumber("option", "placeholder", newValue); }); |
Javascript (Specification) | |
---|---|
|