AreaRaiBox control includes three number boxes to enter area in thai units (rai, ngaan, square wa).
Description |
Type | Description | |
area | AreaRai |
Area associated with this control. The area will be null if a number box contain invalid number (eg. negative number, non-numeric character, etc.). |
label | String |
Label for the AreaRaiBox. |
numberBoxWidth | String, Number |
Width of number boxes. |
Return type | Description | |
reset() | None |
Clear all number boxes and set area to null. |
Description | ||
area-Changed |
Fires when user change and unfocus the number box. |
Area associated with this control. The area will be null if a number box contain invalid number (eg. negative number, non-numeric character, etc.).
Width of number boxes.
Clear all number boxes and set area to null.
Fires when user change and unfocus the number box.
<AreaRai>
area
|
The new area. The area will be null if the numberbox contain invalid number (eg. negative number, non-numeric character, etc.). |