Documentation

Confirm Action - #confirm {}

This action tells Nitrogen to trigger a Javascript confirmation box. (ok/cancel).

Usage

   wf:wire(#confirm { text="Do you want to continue?", postback=continue })

Attributes

  • text (string) - The text of the confirm box.

  • postback (Erlang term) - If 'ok' is clicked, Nitrogen will issue a postback with this term.

Callbacks

event(Tag)

Called when the ok button is clicked. Tag is specified in the 'postback' attribute.

See Also



View Source or Submit Corrections for this Documentation Page
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.