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

unmask

Module

mod_wires

Removes a mask that was placed over an element using the action#mask action.

Example:

{% wire action={unmask target="logon_outer"} %}

In this example the mask over the logon_outer div will be removed.

Edit on GitHub

toggle_class DOM Elements update

Related documentation

Actions

alert

Show an alert dialog.

Actions

enable

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

Scomp

wire_args

Add extra arguments to wired actions.

Actions

mask

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

Actions

disable

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

Scomp

sortable

Mark an element as sortable.

Actions

overlay_open

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

Actions

overlay_close

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

Scomp

droppable

Mark an element as valid drag destination.

GitHub © 2026 Zotonic