Decimalbox"
From Documentation
Line 42: | Line 42: | ||
|- | |- | ||
| <center>onFocus</center> | | <center>onFocus</center> | ||
− | | ''Event:'''<javadoc>org.zkoss.zk.ui.event.Event</javadoc> | + | | '''Event:'''<javadoc>org.zkoss.zk.ui.event.Event</javadoc> |
Denotes when a component gets the focus. | Denotes when a component gets the focus. |
Revision as of 04:19, 30 April 2010
Decimalbox
- Demonstration: Decimalbox
- Java API: Decimalbox
- JavaScript API: Decimalbox
Employment/Purpose
An edit box for holding big decimal value .
Example
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. |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/28/2010 | Initialization |