form
views.html.helper.form
object form extends BaseScalaTemplate[Appendable, Format[Appendable]]
Attributes
- Graph
-
- Supertypes
- Self type
-
form.type
Members list
Value members
Concrete methods
Generate an HTML form.
Generate an HTML form.
Example:
@form(action = routes.Users.submit, args = Symbol("class") -> "myForm") {
...
}
Value parameters
- action
-
The submit action.
- args
-
Set of extra HTML attributes.
- body
-
The form body.
Attributes
In this article