ErrorEvent"

From Documentation
m
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= ErrorEvent =
 +
 
 +
*Demonstration:
 +
*Java API: <javadoc>org.zkoss.zul.XXX</javadoc>
 +
*JavaScript API: <javadoc directory="jsdoc">zul.YYY.XXX</javadoc>
 +
 
 +
= Employment/Purpose =
 +
 
 +
Represents an event cause by user's entering a wrong data or clearing the last wrong data. <tt>ErrorEvent</tt> 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 <tt>InputEvent</tt>
 +
 
 +
= Example =
 +
 
 +
 
 +
 
 +
 
 +
 
 +
=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
 +
|-
 +
| 5.0+
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| 5.0.1
 +
| 28/4/2012
 +
| Initialization
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 10:52, 28 April 2010

ErrorEvent

  • Demonstration:
  • Java API: XXX
  • JavaScript API: XXX

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

Name
Event Type
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



Last Update : 2010/04/28

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.