Class Ramaze::Helper::BlueForm::Form
In: lib/ramaze/helper/blue_form.rb
Parent: Object

Note that an instance of this class is not thread-safe, so you should modify it only within one thread of execution

Methods

Attributes

g  [R] 

Public Class methods

Public Instance methods

checkbox(label, name, checked = false)

Alias for input_checkbox

file(label, name)

Alias for input_file

hidden(name, value = nil)

Alias for input_hidden

password(label, name)

Alias for input_password

radio(label, name, values, options = {})

Alias for input_radio

submit(value = nil)

Alias for input_submit

text(label, name, value = nil, args = {})

Alias for input_text

[Validate]