Actions in the library

The library adds the following types of actions to the buttons:

  • verify verifies that one condition is valid prior to executing the function that it should execute (see details).

  • confirm makes a button show a confirmation modal dialog prior to executing the function that it should execute (see details).

  • asynctask shows a modal dialog and executes an asynchronous task prior to executing its real action (see details).

  • showmessage shows a modal information dialog prior to executing its real action (see details).

  • formset sets the values of a form fields prior to executing its real action (see details).

  • formbutton substitutes the button by a form that will contain the button and its action (see details).