 How does it work - Numeric Text Field |
|
| |
 |
| |
| Text Field: |
The text field where apply the control. |
| |
Allow Negative: |
If checked the number can be negative |
| |
| Allow Float: |
If checked the number can be float. (The decimal separator is the . point) |
| |
|
| Min Value: |
The user must enter a minimum value. If enter a minor value my Js code change the value to the minimun value |
| |
|
| Max Value: |
The user must enter a max value. If enter a greater value my Js code change the value to the max value |
| |