mod_wires
Actions, tags (also known as screen components), and javascript for user interfaces using wires.
Used by module#mod_admin and the other administrative modules.
Wires are actions that are directly coupled to user interface elements. These couplings are defined in the templates
using the scomp#wire tag.
Accepted Events
This module handles the following notifier callbacks:
observe_acl_is_allowed: Allow publish from clients to the transport topic.observe_output_html: Render nested actions and scomp results usingz_render:output.observe_page_actions: Sanitize and normalize page action payloads before they are sent to the browser.observe_postback_notify: Handle postback notifications for showing a media overlay.observe_scomp_script_render: Part of the {% script %} rendering in templates usingz_render:make_postback_info.
Delegate callbacks:
event/2withpostbackmessages:mediaoverlay_update.