Decimalbox"
From Documentation
Tmillsclare (talk | contribs) m |
|||
Line 65: | Line 65: | ||
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
− | | | + | | |
| | | | ||
| | | | ||
Line 75: | Line 75: | ||
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | 5.0. | + | | 5.0.2 |
| 4/28/2010 | | 4/28/2010 | ||
| Initialization | | Initialization |
Revision as of 03:06, 14 May 2010
Decimalbox
- Demonstration: Decimalbox
- Java API: Decimalbox
- JavaScript API: Decimalbox
Employment/Purpose
An edit box for holding big decimal value .
Example
<doublebox value="155"/>
Supported events
Event:Event
Denotes when a component loses the focus. | |
Event:InputEvent
An input control notifies the application with the onChange event if its content is changed by the user. | |
Event:InputEvent
An input control also notifies the application with the onChanging event, when user is changing the content. | |
Event:Event
Denotes when a component gets the focus. | |
Event:SelectionEvent
Denotes that user is selecting a portion of the text of an input component. You can retrieve the start and end position of the selected text by use of the getStart and getEnd methods. |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 4/28/2010 | Initialization |