jQuery.wijmo Namespace : wijinputcore type |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijinputcore(); |
Javascript (Specification) | |
---|---|
|
Object
jQuery.wijmo.wijinputcore
Name | Description | |
---|---|---|
![]() | wijinputcore Constructor |
Name | Description | |
---|---|---|
![]() | defaultElement | |
![]() | namespace | |
![]() | options | |
![]() | widgetEventPrefix | |
![]() | widgetFullName | |
![]() | widgetName |
Name | Description | |
---|---|---|
![]() | destroy | Destroy the widget. |
![]() | disable | |
![]() | drop | Open the dropdown list. |
![]() | enable | |
![]() | focus | Set the focus to the widget. |
![]() | getPostValue | Gets the text value when the container form is posted back to server. |
![]() | getText | Gets the text displayed in the input box. |
![]() | isDestroyed | Get a bool value indicates that whether the widget has been destroyed. |
![]() | isFocused | Determines whether the widget has the focus. |
![]() | option | |
![]() | selectText | Selects a range of text in the widget. |
![]() | setText | Sets the text displayed in the input box. |
![]() | widget | Gets element this widget is associated. |