public Method

GeneratorMethods.visual_effect(name, id = nil, options = {})

Starts a script.aculo.us visual effect. See ActionView::Helpers::ScriptaculousHelper for more information.

Source Code

# File action_view/helpers/prototype_helper.rb, line 911
def visual_effect(name, id = nil, options = {})
  record @context.send(:visual_effect, name, id, options)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.