Module
Erubis::Helpers::RailsFormHelper
In:
lib/erubis/helpers/rails_form_helper.rb
Methods
_pp_check_box_checked?
_pp_error_tags
_pp_radio_button_checked?
_pp_remove_error_div
_pp_select
_pp_select_options
pp_check_box
pp_collection_select
pp_country_select
pp_error_on
pp_file_field
pp_form_tag
pp_hidden_field
pp_image_submit_tag
pp_password_field
pp_radio_button
pp_render_partial
pp_select
pp_submit_tag
pp_tag_helper
pp_template_filename
pp_template_filename
pp_text_area
pp_text_field
pp_time_zone_select
Public Instance methods
_pp_check_box_checked?
(value, checked_value)
_pp_error_tags
(value)
_pp_radio_button_checked?
(value, tag_value)
_pp_remove_error_div
(s)
_pp_select
(object, method, collection, priority_collection, options={}, html_options={})
_pp_select_options
(s, collection, selected, operator)
pp_check_box
(object_name, method, options={}, checked_value="1", unchecked_value="0")
pp_collection_select
(object, method, collection, value_method, text_method, options={}, html_options={})
pp_country_select
(object, method, priority_countries=nil, options={}, html_options={})
pp_error_on
(object_name, method) {|object_name, method| ...}
pp_file_field
(object_name, method, options={})
pp_form_tag
(url_for_options={}, options={}, *parameters_for_url, &block)
pp_hidden_field
(object_name, method, options={})
pp_image_submit_tag
(source, options={})
pp_password_field
(object_name, method, options={})
pp_radio_button
(object_name, method, tag_value, options={})
pp_render_partial
(basename)
pp_select
(object, method, collection, options={}, html_options={})
pp_submit_tag
(value="Save changes", options={})
pp_tag_helper
(helper, object_name, method, options={})
pp_template_filename
(basename)
pp_template_filename
(basename)
pp_text_area
(object_name, method, options={})
pp_text_field
(object_name, method, options={})
pp_time_zone_select
(object, method, priority_zones=nil, options={}, html_options={})
[Validate]