Topic cluster
Wire action
A server-defined browser action or event binding connected through Zotonic wires.
View topic page51 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
add_class
Add a css class to an html element.
alert
Show an alert dialog.
animate
Add a $(..).animate jQuery call to the target element.
button
Makes a button with an action attached.
buttonize
Add button interaction classes to an element.
confirm
Show a JavaScript confirm message and on confirmation triggers one or more actions and/or sends a postback to the server.
dialog
Opens a dialog with a predefined HTML content and title.
dialog_close
Closes a dialog. When there is no dialog open then nothing happens.
dialog_open
Renders a template on the server and opens a dialog with the HTML output of the template.
disable
Sets the “disabled” attribute of a HTML tag and adds the CSS class “disabled”.
draggable
Mark a html element as draggable.
droppable
Mark an element as valid drag destination.
effect
Run a jQuery UI effect on the target element.
enable
Resets the “disabled” attribute of a HTML tag and removes the CSS class “disabled”.
fade_in
Show an element by animating the opacity.
fade_out
Hide an element by animating the opacity.
focus
Add a $(..).focus() jQuery call to the target element to give it input focus.
growl
Show a message in the upper right corner of the browser window. The message will automatically disappear after some time.
hide
Hide an element without any animation.
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.
jquery_effect
Trigger various jQuery effects on the target element. Mostly, each of these effects have their own action as a shortcut, for example action#show, action#hide.
mask
Places a mask over an element, useful for blocking user interaction during lengthy postbacks.
mask_progress
Sets the progress bar of an action#mask.
mod_base
mod_base is the base module, which acts as a container module holding most of Zotonic basic dispatch rules, Actions and Module tags.
mod_wires
Actions, tags (also known as screen components), and javascript for user interfaces using wires .
move
Move the target element by appending it to another element.
overlay_close
Closes the currently open overlay. When there is no overlay open then nothing happens.
overlay_open
Renders a template on the server and opens a full screen overlay with the HTML output of the template.
remove
Remove an element from the page.
remove_class
Remove a CSS class from an HTML element.
replace
Replace the target HTML element, including the target element itself, with rendered HTML.
set_class
Set the class of an element.
show
Show an element without any animation.
slide_down
Show an element by animating the height.
slide_fade_in
Show an element by animating the height and opacity.
slide_fade_out
Hide an element by animating the height and opacity.
slide_toggle
Toggle an element by sliding it up and down.