$(function () { var options; // Type: wijmo.input.wijinputdate.options $(".selector").wijinputdate(options); });
function wijinputdate;
$(function () { var options; // Type: wijmo.input.wijinputdate.options $(".selector").wijinputdate(options); });
function wijinputdate;
Object
wijmo.input.wijinputcore
wijmo.input.wijinputdate
Name | Description | |
---|---|---|
wijinputdate Constructor |
Name | Description | |
---|---|---|
destroy | Destroy the widget. | |
drop | Open the dropdown window. | |
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. | |
isDateNull | Determines whether the date is a null value. | |
isDestroyed | Get a boolean value indicates that whether the widget has been destroyed. | |
isFocused | Determines whether the widget has the focus. | |
selectText | Selects a range of text in the widget. | |
setText | Sets the text displayed in the input box. | |
spinDown | Performs spin down by the active field and increment value. | |
spinUp | Performs spin up by the active field and increment value. | |
widget | Gets element this widget is associated. |