Topic cluster
Wire action
A server-defined browser action or event binding connected through Zotonic wires.
View topic page11 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
button
Makes a button with an action attached.
dialog_open
Renders a template on the server and opens a dialog with the HTML output of the template.
insert_after
Insert rendered HTML immediately after the target element.
insert_before
Insert the result of a render action before an HTML element.
insert_bottom
Inserts HTML after the contents of an HTML element.
insert_top
Inserts HTML before the contents of an HTML element.
overlay_open
Renders a template on the server and opens a full screen overlay with the HTML output of the template.
replace
Replace the target HTML element, including the target element itself, with rendered HTML.
template
Render a template. When used in a postback action, the result will be sent back with the response data for the postback.
update
Updates the content of an HTML element with a template or a literal HTML text.
update_iframe
Note