Skip to content
Zotonic
  • Start
  • Guides
  • Reference
  • Releases

Live search

Search across all Zotonic content

Type at least two characters

Results are matched against titles, summaries and topics as you type.

Actions · mod_wires
  • Reference
  • Frontend developer
  • User interface and interaction
  • Wire action
  • JavaScript

move

Module

mod_wires

Move the target element by appending it to another element.

Arguments:

  • target is the element being moved.
  • element is the id of the destination container.
  • element_sel is a CSS selector for the destination and takes precedence over element.
{% button text="Move notice" action={move target="notice" element="sidebar"} %}

Edit on GitHub

mask_progress DOM Elements remove

Related documentation

Actions

enable

Resets the “disabled” attribute of a HTML tag and removes the CSS class “disabled”.

Actions

alert

Show an alert dialog.

Actions

mask

Places a mask over an element, useful for blocking user interaction during lengthy postbacks.

Scomp

wire_args

Add extra arguments to wired actions.

Scomp

sortable

Mark an element as sortable.

Actions

disable

Sets the “disabled” attribute of a HTML tag and adds the CSS class “disabled”.

Actions

overlay_close

Closes the currently open overlay. When there is no overlay open then nothing happens.

Actions

overlay_open

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

Scomp

droppable

Mark an element as valid drag destination.

GitHub © 2026 Zotonic