Topic cluster
Other
Documentation not covered by the keyword groups shown in the parent cluster.
32 items
All documentation outside the keyword groups in the parent cluster 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.
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.
disable
Sets the “disabled” attribute of a HTML tag and adds the CSS class “disabled”.
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.
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.
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.
remove
Remove an element from the page.
remove_class
Remove a CSS class from an HTML element.
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.
slide_up
Hide an element by animating the height.
toggle
Toggle the visibility of an element.
toggle_class
Toggle a CSS class from an HTML element.
unmask
Removes a mask that was placed over an element using the action#mask action.