Doublebox"

From Documentation
m
Line 83: Line 83:
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
| 5.0+
+
|  
 
|  
 
|  
 
|  
 
|  
Line 93: Line 93:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.0.1
+
| 5.0.2
 
| 4/30/2012
 
| 4/30/2012
 
| Initialization
 
| Initialization

Revision as of 03:06, 14 May 2010

Doublebox

Employment/Purpose

An edit box for holding an float point value (double).

Example

ZKComRef Doublebox Examples.PNG

 <doublebox value="2.3"/>

Supported events

Name
Event Type
onClick
Event:MouseEvent


Denotes user has clicked the component.

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.

onFocus
Event:Event


Denotes when a component gets the focus.

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.


Supported Children

*NONE

Use cases

Version Description Example Location
     

Version History

Version Date Content
5.0.2 4/30/2012 Initialization



Last Update : 2010/05/14

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