detailsFormEvent

Description: An event to bind to the form actions of the detailsForm.

JavaDoc: Click here

Remarks: The body will be considered as the source code for the declared event type.

Body content: JSP context.

Attributes:

Name Description Data type Required Default value
type The event type. DetailsFoprmEventType Yes -

Examples:

<dif:document>
    ...
</dif:document>

Events: Available events:

  • ON_SELECT: Code to run when an update form is opened/updated with a new record (selection), for initialization purposes.
  • BEFORE_INSERT: Code to run before an insert, provides means for canceling an insert or change/process the values before the insertion takes place.
  • AFTER_INSERT: Code to run after an insert, enables refresh operations or processing of the updated values received via AJAX.
  • BEFORE_UPDATE: Code to run before an update, provides means for canceling an update or change/process the values before the update takes place.
  • AFTER_UPDATE: Code to run after an update, enables refresh operations or processing of the updated values received via AJAX.

See also:

Back to tag reference