Class Ramaze::ClassForm
In: lib/ramaze/helper/sequel_form.rb
Parent: Form

Form for the model class itself, very similar to an empty instance.

Methods

Public Instance methods

picks the :name

<input type="checkbox" name="name" />

<select> with lots of <option>s

<input name="name" />

<input name="name" />

<textarea name="name"></textarea>

<select> with lots of <option>s

Should be that way, at least for Sequel

[Validate]