Methods

Class/Module Index [+]

Quicksearch

Origami::Action::GoToR

Class representing a GoTo Action to an external file.

Public Class Methods

[](file, dest = Destination::GlobalFit.new(0), newwindow = false) click to toggle source

Creates a new GoTo remote Action.

file

A FileSpec describing the file.

dest

A Destination in the file.

newwindow

Specifies whether the file has to be opened in a new window.

# File lib/origami/actions.rb, line 194
def self.[](file, dest = Destination::GlobalFit.new(0), newwindow = false)
  self.new(:F => file, :D => dest, :NewWindow => newwindow)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.