ErrorEvent"

From Documentation
m ((via JWB))
m ((via JWB))
 
Line 9: Line 9:
 
= Employment/Purpose =
 
= Employment/Purpose =
  
Represents an event caused by a user's error when entering wrong data or clearing the last wrong data. <tt>ErrorEvent</tt> is sent when the client detects users entered a wrong value.  
+
Represents an event caused by a user's error when entering wrong data or clearing the last wrong data. <code>ErrorEvent</code> 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>
+
Note: if the client doesn't detect the error, the value is sent back to the server with regular event, such as <code>InputEvent</code>
  
 
= Example =
 
= Example =

Latest revision as of 10:41, 12 January 2022

ErrorEvent

  • Demonstration: N/A
  • Java API: ErrorEvent
  • JavaScript API: N/A

Employment/Purpose

Represents an event caused by a user's error when entering 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

Name
Event Type
None None

Supported Children

*NONE

Use cases

Version Description Example Location
     

Version History

Version Date Content
     



Last Update : 2022/01/12

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