xforms-onbeforeebivalidate |
Event Information
To invoke |
Change the value of a HTML element bound to a model which is integrated with WS-AppServer. |
Default Action |
Initiates any action associated with the event. |
Named Script |
xforms-onbeforeebivalidate |
Event Object Properties
Property |
Description |
---|---|
srcElement |
Denotes html control that caused the firing of event. |
srcEvent |
String that denotes the source event that caused the firing of event. It can have values like "change", "focus", "insert", and "custom". |
request |
XML object that denotes the request XML. |
returnValue |
Boolean that denotes whether the Validate request should be fired or not to the WS-AppServer.
|
An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.
Remarks
This event is available on the model only when it is integrated with WS AppServer. The event fires before sending the Validate request to the WS-AppServer.