Decimalbox"

From Documentation
Line 24: Line 24:
 
|-
 
|-
 
| <center>onBlur</center>
 
| <center>onBlur</center>
| ''Event:'''<javadoc>org.zkoss.zk.ui.even.Event</javadoc>
+
| '''Event:'''<javadoc>org.zkoss.zk.ui.even.Event</javadoc>
  
 
Denotes when a component loses the focus.
 
Denotes when a component loses the focus.
Line 30: Line 30:
 
|-
 
|-
 
| <center> onChange</center>
 
| <center> onChange</center>
| ''Event:'''<javadoc>org.zkoss.zk.ui.even.InputEvent</javadoc>
+
| '''Event:'''<javadoc>org.zkoss.zk.ui.even.InputEvent</javadoc>
  
 
An input control notifies the application with the onChange event if its content is changed by the user.
 
An input control notifies the application with the onChange event if its content is changed by the user.
Line 36: Line 36:
 
|-
 
|-
 
| <center>onChanging</center>
 
| <center>onChanging</center>
| ''Event:'''<javadoc>org.zkoss.zk.ui.even.InputEvent</javadoc>
+
| '''Event:'''<javadoc>org.zkoss.zk.ui.even.InputEvent</javadoc>
  
 
An input control also notifies the application with the onChanging event, when user is changing the content.
 
An input control also notifies the application with the onChanging event, when user is changing the content.
Line 45: Line 45:
 
| ''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.
  
 
|}
 
|}

Revision as of 12:14, 28 April 2010

Decimalbox

Employment/Purpose

An edit box for holding big decimal value .

Example

Supported events

Name
Event Type
onBlur
Event:Event

Denotes when a component loses the focus.

onChange
Event:InputEvent

An input control notifies the application with the onChange event if its content is changed by the user.

onChanging
Event:InputEvent

An input control also notifies the application with the onChanging event, when user is changing the content.


onFocus
Event:'Event

Denotes when a component gets the focus.

Supported Children

*ALL

Use cases

Version Description Example Location
5.0+    

Version History

Version Date Content
5.x.x x/x/20xx Initialization



Last Update : 2010/04/28

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.