Open Dialog
Using this action, you can display a modal dialog box within your app, potentially containing a specific page as its content.
Adding the Open Dialog Action:
Select the Widget (e.g., Button) on which you want to add the action. This could be any widget that triggers an action flow (e.g., button click).
In the right-side properties panel, navigate to "On Click" (if available) and click the "+" button to add a new action for the selected element.
Select the option "Open Dialog" from the dropdown menu. This will add the Open Dialog action to your workflow.
Parameters:
Page : Depending on your development tool's implementation, this parameter might allow you to specify a particular page within your app to be displayed as the content of the dialog box.
Barrier Color (Optional): Some development tools might offer a parameter to set the color of the background "barrier" behind the dialog box. This can help distinguish the dialog from the underlying page content. The specific way to define the color value (e.g., hex code, pre-defined color options) .
Last updated