Object
wijmo.input.wijinputcore.options
Object
wijmo.input.wijinputcore.options
Name | Description | |
---|---|---|
allowSpinLoop | Default value: false Determines whether the spin behavior can wrap when reaching a maximum or minimum limit. | |
blurOnLeftRightKey | Default value: 'none' Determines whether the focus automatically moves to the next or previous tab ordering control when pressing the left, right arrow keys. Possible values are "none", "left", "right", "both". The default value is "none". | |
culture | Default value: "" Determines the culture used to show values in the wijinput widget. | |
cultureCalendar | Default value: "" Assigns the string value of the culture calendar that appears on the calendar. This option must work with culture option. | |
dropDownButtonAlign | Default value: 'right' Determines the side, left or right, where the dropdown button appear. Possible values are: 'left', 'right' | |
hideEnter | Default value: false If true, then the browser response is disabled when the ENTER key is pressed. | |
imeMode | Default value: "" Determines the input method setting of widget. Possible values are: 'auto', 'active', 'inactive', 'disabled' | |
invalidClass | The CSS class applied to the widget when an invalid value is entered. | |
pickers | An object contains the settings for the dropdown list. |
|
placeholder | Determines the text displayed when the widget is blank and contains no initial text. | |
readonly | Default value: false Determines whether a user can enter a value in the wijinput widget. If readonly is true, user can't input value to the wijinput widget by ui operation, such as spin, pick value from pickers. | |
showDropDownButton | Default value: false Determines whether dropdown button is displayed. | |
showSpinner | Default value: false Determines whether spinner button is displayed. | |
spinnerAlign | Default value: 'verticalRight' Determines the side, left or right, where the spinner button appear. Possible values are: 'vertialLeft', 'verticalRight', 'horizontalDownLeft', 'horizontalUpLeft'. The default value is 'verticalRight'. |
Name | Description | |
---|---|---|
dropDownButtonMouseDown | The dropdownButtonMouseDown event handler. A function called when the mouse is pressed down on the dropdown button. | |
dropDownButtonMouseUp | The dropdownButtonMouseUp event handler. A function called when the mouse is released on the dropdown button. | |
dropDownClose | The dropdownClose event handler. A function called before the widget's dropdown closed. | |
dropDownOpen | The dropdownOpen event handler. A function called before the widget's dropdown opened. | |
initialized | The initialized event handler. A function called after the widget is initialized. | |
initializing | The initializing event handler. A function called before the widget is initialized. | |
invalidInput | The invalidInput event handler. A function called when invalid charactor is typed. | |
keyExit | Fired when the widget lost focus and caused by the keyboard behavior. | |
textChanged | Fired when the widget text is changed. |