Class
Merb::Helpers::Form::Builder::Form
In:
lib/merb-helpers/form/builder.rb
Parent:
Base
Methods
button
label
submit
unbound_check_box
unbound_hidden_field
unbound_label
unbound_radio_button
unbound_select
unbound_text_area
Public Instance methods
button
(contents, attrs = {})
label
(contents, attrs = {})
submit
(value, attrs = {})
unbound_check_box
(attrs = {})
unbound_hidden_field
(attrs = {})
unbound_label
(attrs = {})
unbound_radio_button
(attrs = {})
unbound_select
(attrs = {})
unbound_text_area
(contents, attrs = {})
[Validate]