Warning, your browser does not support JavaScript and is not capable of displaying the latest web pages such as this one.
Pylons
Latest Version:
0.9.6.2
Home
Docs
Wiki
Trac
Community
FAQ
Install
Pastebin
Search Docs
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.
Top