No items found.

Use Case: Show/Hide Details

When the user clicks a button, the detail description section should appear and then hide.

Application Steps:

  1. Add a Text Input element in UI Design.
    • Name: txtDetails, Content: ‘Detailed information about this process...’
  2. Add a Button element with the text: ‘Show/Hide Details’
  3. Click on the button and define the following action from the +ADD ACTION menu:
    • OnClick → UI Control → Toggle Visibility Of
  4. Action Parameter:
    • Component to Change: txtDetails

This way, the description area appears and disappears in sequence each time the user clicks the button.