NumberInputElement"
From Documentation
Zkwikiadmin (talk | contribs) |
Tmillsclare (talk | contribs) m |
||
Line 5: | Line 5: | ||
* Demonstration: [http://www.zkoss.org/zkdemo/userguide/#f2 Number Input Element] | * Demonstration: [http://www.zkoss.org/zkdemo/userguide/#f2 Number Input Element] | ||
*Java API: <javadoc>org.zkoss.zul.impl.NumberInputElement</javadoc> | *Java API: <javadoc>org.zkoss.zul.impl.NumberInputElement</javadoc> | ||
+ | *JavaScript API: N/A | ||
= Employement/Purpose = | = Employement/Purpose = | ||
A skeletal implementation for number-type input box. | A skeletal implementation for number-type input box. | ||
+ | =Example= | ||
+ | |||
+ | N/A | ||
+ | |||
+ | =Supported Events= | ||
+ | |||
+ | {| border="1" | width="100%" | ||
+ | ! <center>Name</center> | ||
+ | ! <center>Inherited From</center> | ||
+ | |||
+ | |- | ||
+ | | None | ||
+ | | None | ||
+ | |} | ||
=Supported Children= | =Supported Children= | ||
Line 14: | Line 29: | ||
*ALL | *ALL | ||
− | = | + | =Use Cases= |
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Description !! Example Location | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | =Version History= | ||
{| border='1px' | width="100%" | {| border='1px' | width="100%" | ||
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | 5.0. | + | | 5.0.2 |
| 04/20/2010 | | 04/20/2010 | ||
| Initialization | | Initialization |
Revision as of 04:30, 14 May 2010
Number Input Element
- Demonstration: Number Input Element
- Java API: NumberInputElement
- JavaScript API: N/A
Employement/Purpose
A skeletal implementation for number-type input box.
Example
N/A
Supported Events
None | None |
Supported Children
*ALL
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 04/20/2010 | Initialization |