Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 546 Bytes

action_dialog.rst

File metadata and controls

17 lines (7 loc) · 546 Bytes

Opens a dialog with a predefined HTML content and title.

Example:

{% button action={dialog title="Wisdom" text="<p>The world is a pancake.</p>"} %}

This opens a dialog with the title "Wisdom". The dialog is empty except for the text "The world is a pancake".

Normally, instead of this action, the action action-dialog_open is used. The action action-dialog_open shows a dialog that is rendered on the server.

actions action-dialog_open and action-dialog_close.