Removes an event listener from the form
Method of Form
Syntax
removeEventListener( eventType, listenerName )
Parameters
Parameter | Description |
---|---|
eventType | A string representing the type of event for which listenerName is executed. |
listenerName | The name of the event listener. |
Description
This method removes from the form an event listener added using the Form.addEventListener method.
Examples
The following example removes the AlertOnJobNameChange event listener.