Spinner"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
|||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
+ | |||
+ | = Spinner = | ||
+ | |||
+ | *Demonstration: [http://www.zkoss.org/zkdemo/userguide/#f2 Spinner] | ||
+ | *Java API: <javadoc>org.zkoss.zul.Spinner</javadoc> | ||
+ | *JavaScript API: <javadoc directory="jsdoc">zul.inp.Spinner</javadoc> | ||
+ | |||
+ | = Employment/Purpose = | ||
+ | An edit box for holding a constrained integer. | ||
+ | |||
+ | = Example = | ||
+ | [[Image:Spinner.PNG]] | ||
+ | |||
+ | <source lang="xml" > | ||
+ | <window title="Spinner" border="normal" width="150px"> | ||
+ | <spinner /> | ||
+ | </window> | ||
+ | </source> | ||
+ | |||
+ | =Supported events= | ||
+ | |||
+ | {| border="1" | width="100%" | ||
+ | ! <center>Name</center> | ||
+ | ! <center>Event Type</center> | ||
+ | |- | ||
+ | | None | ||
+ | | None | ||
+ | |} | ||
+ | |||
+ | =Supported Children= | ||
+ | |||
+ | *ALL | ||
+ | |||
+ | =Use cases= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Description !! Example Location | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | =Version History= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | 5.0.1 | ||
+ | | 4/30/2010 | ||
+ | | Initialization | ||
+ | |} | ||
+ | |||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Revision as of 23:37, 2 May 2010
Spinner
Employment/Purpose
An edit box for holding a constrained integer.
Example
<window title="Spinner" border="normal" width="150px">
<spinner />
</window>
Supported events
None | None |
Supported Children
*ALL
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/30/2010 | Initialization |