ErrorEvent"
From Documentation
Tmillsclare (talk | contribs) m |
Tmillsclare (talk | contribs) m (→ErrorEvent) |
||
Line 3: | Line 3: | ||
= ErrorEvent = | = ErrorEvent = | ||
− | + | *Demonstration: N/A | |
*Java API: <javadoc>org.zkoss.zk.ui.ErrorEvent</javadoc> | *Java API: <javadoc>org.zkoss.zk.ui.ErrorEvent</javadoc> | ||
+ | *JavaScript API: N/A | ||
= Employment/Purpose = | = Employment/Purpose = |
Revision as of 03:03, 14 May 2010
ErrorEvent
- Demonstration: N/A
- Java API: ErrorEvent
- JavaScript API: N/A
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
N/A
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 28/4/2012 | Initialization |