Topic cluster
Template
A server-side template_compiler document that renders data into HTML text email or another representation.
View topic page11 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
controller_test_helloworld
Example controller used by the Zotonic test sandbox.
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.
javascript
Adds javascript that will be run after jQuery has been initialized. In dynamic content it will run after the DOM has been updated with the template where the javascript was defined.
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.
update
Updates the content of an HTML element with a template or a literal HTML text.
update_iframe
Note