About event handlers in the JSP console

Event handlers in the JSP console can be used to create and plug in custom client-side validations.

You can create and plug in custom client-side validations to user interface controls for the following events:
  • Events raised by Internet Explorer for that control or screen. For example, onblur event for input or onunload event for the page.
  • Events raised by the Service Definition Framework for the page, for example before saving the data in a detail view or before invoking search in a search view.