Decimalbox"

From Documentation
m
Line 75: Line 75:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.0.2
+
|  
| 4/28/2010
+
|  
| Initialization
+
|  
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Revision as of 08:23, 19 May 2010

Decimalbox

Employment/Purpose

An edit box for holding big decimal value .

Example

ZKComRef Decimalbox Examples.PNG

 <doublebox value="155"/>

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.

onSelection
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
     



Last Update : 2010/05/19

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