Actions
Add a css class to an html element.
Action module which provides postback handlers for the “status” view of the admin:
Show an alert dialog.
Add a $(..).animate jQuery call to the target element.
Action which starts a manual backup.
Trigger the deletion of a configuration value. Used in the admin.
Toggle a configuration value. Used in the admin, for instance when displaying a “live” checkbox the state of which…
Show a JavaScript confirm message and on confirmation triggers one or more actions and/or sends a postback to the…
Delete a media file from a resource, without confirmation.
Delete a resource, without confirmation.
Delete the username from a user, no confirmation.
Opens a dialog with a predefined HTML content and title.
Closes a dialog. When there is no dialog open then nothing happens.
Open a dialog that asks confirmation to delete a configuration key/value pair.
Open a dialog to edit a configuration key/value pair.
Open a dialog to create a new configuration key/value pair.
Open a dialog to confirm the deletion of a resource.
Open a dialog to confirm the deletion of the username of a user.
Open a dialog to duplicate the current resource with a new id and title.
Open a dialog to edit the “basic” information of a resource.
Shows the dialog to mail the current page ( resource) to a mailing list. This is used in the admin “mailing status”…
Shows the dialog to mail the current page ( resource) to a single e-mail address. This is used in the frontend of a…
Shows the admin dialog for uploading a media item. See Media.
Show the admin dialog for creating a new resource.
Renders a template on the server and opens a dialog with the HTML output of the template.
Show a dialog for creating a new predicate.
Show a dialog for setting a username / password on the given resource (which is usually a person).
Show a dialog for adding a user. This creates a person resource and adds a username / password to it.
Sets the “disabled” attribute of a HTML tag and adds the CSS class “disabled”.
Add WYSIWYG editor controls to all textarea’s with the z_editor class in the target.
Remove any WYSIWYG editor controls from all textarea’s with the z_editor class in the target.
Add a $(..).effect jQuery call to the target element.
Resets the “disabled” attribute of a HTML tag and removes the CSS class “disabled”.
Bind actions to a jQuery event or submit a form.
Show an element by animating the opacity.
Hide an element by animating the opacity.
Add a $(..).focus() jQuery call to the target element to give it input focus.
Resets the target form to its initial state.
Show a message in the upper right corner of the browser window. The message will automatically disappear after some…
Hide an element without any animation.
Insert the result of a render action after of an HTML element.
Insert the result of a render action before an HTML element.
Inserts HTML after the contents of an HTML element.
Inserts HTML before the contents of an HTML element.
Trigger various jQuery effects on the target element. Mostly, each of these effects have their own action as a shortcut
Add an edge between two resources. Used in the admin.
This action logs off the current user and reloads the current page as the anonymous visitor.
Confirm a mailinglist subscription. Required argument is the confirm_key .
Cancel a mailing list subscription. The recipient id is given with the id argument.
Post a message to the test mailing list, given with the id argument.
Places a mask over an element, useful for blocking user interaction during lengthy postbacks.
Sets the progress bar of a mask.
Rescans all modules, to find all templates, lib files, dispatch rules, etc. again.
Activate/deactivate a module in the module manager in the admin interface.
Show more results of the current search query inline on the page.
Move an element to another place, appending it to the target. The element is given by id with the element argument, or…
Closes the currently open overlay. When there is no overlay open then nothing happens.
Renders a template on the server and opens a full screen overlay with the HTML output of the template.
This action sends a message to the event handler on the server.
Publishes a message on the topic tree of the current page.
This action redirects the browser to another page or back to the previous page.
Reload the current page.
Remove an element from the page.
Remove a CSS class from an HTML element.
Replace the target HTML element by new one.
Resets the enclosing form, a specifically targeted form or the closest form to an element.
This action executes JavaScript directly. It can be used to interface with non-Zotonic JavaScript libraries and…
Set the class of an element.
Set the value of a form field.
Show an element without any animation.
Show an element by animating the height.
Show an element by animating the height and opacity.
Hide an element by animating the height and opacity.
Toggle an element by sliding it up and down.
Hide an element by animating the height.
Submits the enclosing form, a specifically targeted form or the closest form to an element.
Render a template. When used in a postback action, the result will be sent back with the response data for the postback.
Toggle the visibility of an element.
Toggle a CSS class from an HTML element.
Trigger a named {% wire %} with an action. All args will be args to the named wire. The trigger’s name argument is the…
Show possible selections whilst typing.
Remove an edge between two resources. Used in the admin.
Removes a mask that was placed over an element using the mask action.
Updates the content of an HTML element with a template or a literal HTML text.
Updates the content of an iframe with a template or a literal HTML text.
Render a validation error on the target. Text is given in the text argument.
Apply actions with arguments added.
Used for inserting an internal link in the TinyMCE editor in the admin.
Used for triggering the insertion of a media item in the TinyMCE editor in the admin.
Used after a media item is selected in the media chooser for the TinyMCE editor.
Used by the admin as a callback when a media file has been selected for insertion into the rich-text editor.