Properties |
||
| Name | Type | |
|---|---|---|
| allowNull | bool | |
| isDecimal | object | |
| disabled | bool | |
| decimalDigits | object | |
| decimalSeparator | object | |
| digits | object | |
| groupSeparator | string | |
| groupSize | object | |
| height | object | |
| inputMode | object | |
| min | object | |
| max | object | |
| negativeSymbol | string | |
| placeHolder | object | |
| promptChar | object | |
| rtl | bool | |
| readOnly | bool | |
| spinMode | object | |
| spinButtons | bool | |
| spinButtonsWidth | double | |
| spinButtonsStep | object | |
| symbol | string | |
| symbolPosition | object | |
| textAlign | object | |
| template | object | |
| theme | string | |
| value | object | |
| width | object | |
Events |
||
| onChange | Event | |
| onTextchanged | Event | |
| onValueChanged | Event | |
Methods |
||
| Name | Arguments | Return Type |
| clear | () | void |
| destroy | () | void |
| focus | () | void |
| getDecimal | () | double |
| setDecimal | (object index) | void |
| val | [SET] (object value) [GET] () | [SET] void [GET] double |