Description
Number Text Box
Public Properties
Name | Type | Description |
numberType | String | Specify the number type on server side |
minimumValue | Number | Min value of valid input value |
maximumValue | Number | Max value of valid input value |
locale | String | Locale to be used display number, by default dojo locale will be used |
pattern | String | Pattern to format the number |
decimalPlaces | Number | Indicate the digital after the decimal point |
Public Functions
Name | Return Value | Description |
isNumber | Boolean | Judge if the input string is a valid number |