layout | title | readonly | redirect_from | |
---|---|---|---|---|
page |
Dialog List |
true |
|
Allow users to pick a colour from a standard set (or any color in advanced mode).
{% include dialog.html name="color" %}
Ask for conformation of an action.
{% include dialog.html name="confirm" %}
Present this to ask user to choose a file to use inside the app. The actual dialog displayed will depend on the current operating system.
{% include dialog.html name="fileopen" %}
Get various input elements in a dialog, with validation.
{% include dialog.html name="form" %}
A simple way to present some information to the app user.
{% include dialog.html name="information" %}
Present any content inside a dialog container.
{% include dialog.html name="custom" %}