Doublebox
From Documentation
Doublebox
Employment/Purpose
An edit box for holding an float point value (double).
Example
<doublebox value="2.3"/>
|-
|
| Event:MouseEvent
Denotes user has clicked the component.
|-
|
| 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.
|-
|
| Event:Event
Denotes when a component gets the focus.
|-
|
| 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.
Supported events
None | None |
Supported Children
*ALL
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/30/2012 | Initialization |