Topic cluster
User interface and interaction
Presenting information and supporting actions in public pages and administration screens.
View topic page9 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
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.
update
Updates the content of an HTML element with a template or a literal HTML text.
update_iframe
Note