JMap.Event.Form.activate
Activate the listener.
If listener was already activated, do nothing.
If the listener was deactivated, it state is turn to activate and it will be called again when en event is emitted.
The listener id
JMap.Event.Form.deactivate
Deactivate the listener.
If listener id doesn't exist or is already deactivated, do nothing.
If the listener was active, it state is turn to deactivate, and it will be ignore when en event is emitted.
The listener id
JMap.Event.Form.remove
Remove the listener.
If the listener doesn't exist, do nothing.
Remove the listener from JMap NG Core library. The listener is deleted and never called again after that.
The listener id
JMap.Event.Form
Here you can manage all form event listeners.
Click to see all events available: *JMap.Event.Form.on*.