Creates a new form from a mapping, with a root key.
Creates a new form from a mapping, with a root key.
For example:
import play.api.data._ import play.api.data.Forms._ import play.api.data.format.Formats._ val userForm = Form( "user" -> tuple( "name" -> of[String], "age" -> of[Int], "email" -> of[String] ) )
the root key, form mapping association
a form definition
Creates a new form from a mapping.
Creates a new form from a mapping.
For example:
import play.api.data._ import play.api.data.Forms._ import play.api.data.format.Formats._ val userForm = Form( tuple( "name" -> of[String], "age" -> of[Int], "email" -> of[String] ) )
the form mapping
a form definition
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4