Object
wijmo.input.wijinputtext.options
Object
wijmo.input.wijinputtext.options
Name | Description | |
---|---|---|
autoConvert | Default value: true Gets whether the control automatically converts to the proper format according to the format setting. | |
blurOnLastChar | Default value: false Determines whether or not the next control in the tab order receives the focus as soon as the control is filled at the last character. | |
blurOnLeftRightKey | Default value: 'none' Gets or set whether the focus automatically moves to the next or previous tab ordering control when pressing the left, right arrow keys. | |
countWrappedLine | Default value: false Determines whether to treat the wrapped lines as one line or multiple lines when counting the lines count. | |
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' | |
ellipsis | Gets or sets how to display the ellipsis character, or ellipsisString if specified, when the width of the content exceeds the width of the control. | |
ellipsisString | Gets or sets a custom string to show in the control when the content exceeds the width of the control. Uses an ellipsis character by default. | |
format | Default value: "" Determines the format string that defines the type of text allowed for input in the control. | |
hideEnter | Default value: false If true, then the browser response is disabled when the ENTER key is pressed. | |
highlightText | Default value: false Gets or sets whether to highlight the control's Text on receiving input focus. | |
imeMode | Default value: 'auto' Sets the Ime Mode setting of widget. Possible values are: 'auto', 'active', 'inactive', 'disabled' | |
invalidClass | The CSS class applied to the widget when an invalid value is entered. | |
lengthAsByte | Default value: false Determines whether the maximum length constraint for input is byte-based or character-based. | |
maxLength | Default value: 0 Determines the maximum length of text that can be input in the control. | |
maxLineCount | Default value: 0 Determines the max count of lines can be input into the Edit control. | |
passwordChar | Default value: "" Determines the password char. | |
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. | |
showOverflowTip | Default value: false Gets or sets whether display the OverflowTip. | |
text | Default value: null Determines the text of the wijinputtext. |
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. | |
readingImeStringOutput | The readingImeStringOutput event handler is a function that is called when the Japanese reading string is generated from the Input Method Editor (IME). | |
textChanged |