Index of the form_tag module
-
m
webhelpers.rails.form_tag
...
- Form Tag Helpers
- f form ... - Starts a form tag that points the action to an url.
- f password_field ... - Creates a password field
- f text_area ... - Creates a text input area.
- f submit ... - Creates a submit button with the text value as the caption.
- f end_form ... - Outputs "</form>"
- f hidden_field ... - Creates a hidden field.
- f text_field ... - Creates a standard text field.
- f radio_button ... - Creates a radio button.
- f file_field ... - Creates a file upload field.
- f select ... - Creates a dropdown selection box
- f check_box ... - Creates a check box.