# File lib/origami/acroform.rb, line 211 def onCalculate(action) unless action.is_a?(Action) raise TypeError, "An Action object must be passed." end self.AA ||= AdditionalActions.new self.AA.C = action end
# File lib/origami/acroform.rb, line 189 def onFormat(action) unless action.is_a?(Action) raise TypeError, "An Action object must be passed." end self.AA ||= AdditionalActions.new self.AA.F = action end
Generated with the Darkfish Rdoc Generator 2.