InputElement"
From Documentation
m (Created page with '{{ZKComponentReferencePageHeader}} = Input Element = *Demonstration: *Java API: <javadoc>org.zkoss.zul.impl.InputElement</javadoc> *JavaScript API: <javadoc directory="jsdoc">…') |
|||
Line 22: | Line 22: | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
|- | |- | ||
− | | | + | | <center><tt>onOK</tt></center> |
− | | | + | | ''''Event:'''' <javascript> org.zkoss.zk.ui.event.KeyEvent</javascript> |
+ | |||
+ | [#DropEvent Denotes user has pressed the ][#DropEvent ENTER][#DropEvent key.] | ||
+ | |||
|} | |} | ||
Revision as of 09:38, 23 April 2010
Input Element
- Demonstration:
- Java API: InputElement
- JavaScript API: InputWidget
Employment/Purpose
InputElement is a super class for components which provie user key input, such as Textbox, Intbox, etc.
Some features are implemented in this class, such as constraint, disabled, maxlength, name, readonly, etc.
You sholuld not deirectly use this class, please use the inherited class.
Supported events
'Event:' <javascript> org.zkoss.zk.ui.event.KeyEvent</javascript>
[#DropEvent Denotes user has pressed the ][#DropEvent ENTER][#DropEvent key.] |
Supported Children
*None
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 04/23/2010 | Initialization |