Skip to main content

NIM

Step 5: Add a button and action (tutorial)

In this step, we'll add a button item, and then make the button perform an action.

  1. For the final item in this row (spanning the remaining 2 columns), we'll drag and drop a Button.

    2023-10-16_11-39-29.jpg
  2. We'll set the button's properties as follows:

    2023-10-16_12-20-38.jpg
    • alignment: right

    • button size: small

    • button style: dark

    • button text: Clear form

    • margin trbl: 44__

  3. Now, we'll make this button do something. With the button still selected, go to the Actions tab.

    2023-10-16_12-21-08.jpg
  4. In the Actions tab, click Add. The Form Action dialog box is shown.

    2023-10-16_12-16-49.jpg
  5. Set the Action Type dropdown to Form Initialize.

    2023-10-16_12-18-56.jpg
  6. Click Save.

    The initialize form action is now listed for this button in the Actions tab.

    2023-10-16_12-22-42.jpg
  7. We'll click Save to save our progress so far.

Next: Step 6: Multiple rows