Methods

Class/Module Index [+]

Quicksearch

Origami::Action::SubmitForm

(PDF 1.2) Send data to a uniform resource locator. p703

Public Class Methods

[](url, fields = [], flags = 0) click to toggle source
# File lib/origami/actions.rb, line 271
def self.[](url, fields = [], flags = 0)
  url = FileSpec.new(:FS => :URL, :F => url) unless url.is_a? FileSpec
  self.new(:F => url, :Fields => fields, :Flags => flags)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.