Method: Origami::Page#onNavigateForward
- Defined in:
- lib/origami/page.rb
#onNavigateForward(action) ⇒ Object
Will execute an action when navigating forward from this page.
760 761 762 763 764 765 |
# File 'lib/origami/page.rb', line 760 def onNavigateForward(action) #:nodoc: self.PresSteps ||= NavigationNode.new self.PresSteps.NA = action self end |