Topic cluster

User interface and interaction

Presenting information and supporting actions in public pages and administration screens.

View topic page

10 items

The remaining keywords do not make a useful further split. All matching documentation is listed below.

Actions

dialog_open

Renders a template on the server and opens a dialog with the HTML output of the template.

Actions

insert_after

Insert rendered HTML immediately after the target element.

Actions

insert_before

Insert the result of a render action before an HTML element.

Actions

insert_bottom

Inserts HTML after the contents of an HTML element.

Actions

insert_top

Inserts HTML before the contents of an HTML element.

Actions

overlay_open

Renders a template on the server and opens a full screen overlay with the HTML output of the template.

Actions

replace

Replace the target HTML element, including the target element itself, with rendered HTML.

Actions

update

Updates the content of an HTML element with a template or a literal HTML text.