Changeset 1131
- Timestamp:
- 12/24/07 04:33:13 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/merb_helpers/lib/merb_helpers/form_helpers.rb
r1108 r1131 344 344 # +include_blank+:: Adds an additional blank option tag with no value. 345 345 # +collection+:: The collection for the select options 346 # +text_method+:: Method to determine text of an option (as a symbol). 346 # +text_method+:: Method to determine text of an option (as a symbol). Ex: :text_method => :name will call .name on your record object for what text to display. 347 347 # +value_method+:: Method to determine value of an option (as a symbol). 348 348 def select_field(attrs = {})
