$(function () { var options; // Type: wijmo.input.wijinputnumber.options $(".selector").wijinputnumber(options); });
function wijinputnumber;
$(function () { var options; // Type: wijmo.input.wijinputnumber.options $(".selector").wijinputnumber(options); });
function wijinputnumber;
Object
wijmo.input.wijinputcore
wijmo.input.wijinputnumber
Name | Description | |
---|---|---|
wijinputnumber Constructor |
Name | Description | |
---|---|---|
destroy | Destroy the widget. | |
drop | Open the dropdown list. | |
focus | Set the focus to the widget. | |
getPostValue | Gets the text value when the container form is posted back to server. | |
getSelectedText | Gets the selected text. | |
getText | Gets the text displayed in the input box. | |
getValue | Gets the value. | |
isDestroyed | Get a boolean value indicates that whether the widget has been destroyed. | |
isFocused | Determines whether the widget has the focus. | |
isValueNull | Determines whether the value is in null state. | |
selectText | Selects a range of text in the widget. | |
setText | Sets the text displayed in the input box. | |
setValue | Sets the value. | |
spinDown | Performs spin down by the specified field and increment value. | |
spinUp | Performs spin up by the specified field and increment value. | |
widget | Gets element this widget is associated. |