ErrorEvent"
From Documentation
m (→ErrorEvent) |
m (→ErrorEvent) |
||
Line 2: | Line 2: | ||
= ErrorEvent = | = ErrorEvent = | ||
+ | |||
+ | *Demonstration: | ||
+ | *Java API: <javadoc>org.zkoss.zk.ui.ErrorEvent</javadoc> | ||
= Employment/Purpose = | = Employment/Purpose = |
Revision as of 10:54, 28 April 2010
ErrorEvent
- Demonstration:
- Java API: ErrorEvent
Employment/Purpose
Represents an event cause by user's entering a wrong data or clearing the last wrong data. ErrorEvent is sent when the client detects users entered a wrong value.
Note: if the client doesn't detect the error, the value is sent back to the server with regular event, such as InputEvent
Example
Supported events
None | None |
Supported Children
*ALL
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 28/4/2012 | Initialization |