Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 909 Bytes

action_growl.rst

File metadata and controls

26 lines (17 loc) · 909 Bytes

Show a message in the upper right corner of the browser window. The message will automatically disappear after some time.

Example:

{% button action={growl text="hello world"} %}

Shows a message with the text "hello world".

Growl accepts the following arguments:

Argument Description Example
text The text to be displayed. text="Hola!"
stay When true then the message does not disappear automatically stay
type Type of the message, one of "notice" or "error". Default is "notice". type="error"
.. seealso:: actions :ref:`action-alert` and :ref:`action-confirm`; and :ref:`manual-cookbook-frontend-growl`.