Origami::Action
Class representing a JavaScript Action.
Creates a new JavaScript Action.
script
The script to be executed.
# File lib/origami/actions.rb, line 118 def self.[](script) self.new(:JS => script) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.