add_class
Add a css class to an html element.
animate
Add a $(..).animate jQuery call to the target element.
buttonize
effect
Add a $(..).effect jQuery call to the target element.
fade_in
Show an element by animating the opacity.
fade_out
Hide an element by animating the opacity.
hide
Hide an element without any animation.
insert_after
Insert the result of a render action after of an HTML 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 show, hide.
mask
Places a mask over an element, useful for blocking user interaction during lengthy postbacks.
mask_progress
Sets the progress bar of a mask.
move
Move an element to another place, appending it to the target. The element is given by id with the element argument, or with the element_sel argument for a CSS…
remove
Remove an element from the page.
remove_class
Remove a CSS class from an HTML element.
replace
Replace the target HTML element by new one.
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 mask action.
update
Updates the content of an HTML element with a template or a literal HTML text.
update_iframe
Updates the content of an iframe with a template or a literal HTML text.

Forms Actions Dialogs