growl

See also

actions alert and confirm; and Enabling Growl Notifications.

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:

ArgumentDescriptionExample
textThe text to be displayed.text=”Hola!”
stayWhen true then the message does not disappear automaticallystay
typeType of the message, one of “notice” or “error”. Default is “notice”.type=”error”

Edit on GitHub

confirm Notifications

Referred by

postback

This action sends a message to the event handler on the server.