package helper
Ordering
- Alphabetic
- By Inheritance
Inherited
- helper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait FieldConstructor extends AnyRef
- case class FieldElements(id: String, field: Field, input: Html, args: Map[Symbol, Any], p: MessagesProvider) extends Product with Serializable
- trait RepeatHelper extends AnyRef
Value Members
- val defaultField: () => play.twirl.api.HtmlFormat.Appendable
Default input structure.
Default input structure.
<dl> <dt><label for="username"></dt> <dd><input type="text" name="username" id="username"></dd> <dd class="error">This field is required!</dd> <dd class="info">Required field.</dd> </dl>
- def urlEncode(string: String)(implicit codec: Codec): String
- returns
The url-encoded value of
string
using the charset provided bycodec
- object CSPNonce
A helper that renders the CSP nonce if it is present.
A helper that renders the CSP nonce if it is present.
- object CSRF
CSRF helper for Play calls
- object FieldConstructor
- object Implicits
- object checkbox extends [, []] with [Field, Array[(Symbol, Any)], , , play.twirl.api.HtmlFormat.Appendable]
- object defaultFieldConstructor extends [, []] with [, play.twirl.api.HtmlFormat.Appendable]
- object form extends [, []] with [Call, Array[(Symbol, String)], , play.twirl.api.HtmlFormat.Appendable]
- object input extends [, []] with [Field, Array[(Symbol, Any)], (String, String, Option[String], Map[Symbol, Any]) => , , , play.twirl.api.HtmlFormat.Appendable]
- object inputCheckboxGroup extends [, []] with [Field, Seq[(String, String)], Array[(Symbol, Any)], , , play.twirl.api.HtmlFormat.Appendable]
- object inputDate extends [, []] with [Field, Array[(Symbol, Any)], , , play.twirl.api.HtmlFormat.Appendable]
- object inputFile extends [, []] with [Field, Array[(Symbol, Any)], , , play.twirl.api.HtmlFormat.Appendable]
- object inputPassword extends [, []] with [Field, Array[(Symbol, Any)], , , play.twirl.api.HtmlFormat.Appendable]
- object inputRadioGroup extends [, []] with [Field, Seq[(String, String)], Array[(Symbol, Any)], , , play.twirl.api.HtmlFormat.Appendable]
- object inputText extends [, []] with [Field, Array[(Symbol, Any)], , , play.twirl.api.HtmlFormat.Appendable]
- object javascriptRouter extends [, []] with Template3[String, Array[], , play.twirl.api.HtmlFormat.Appendable]
- object jsloader extends [, []] with [, play.twirl.api.HtmlFormat.Appendable]
- object options
- object repeat extends RepeatHelper
- object repeatWithIndex extends RepeatHelper
- object requireJs extends [, []] with Template5[String, String, Boolean, String, String, play.twirl.api.HtmlFormat.Appendable]
- object script extends [, []] with Template3[Array[(Symbol, String)], , , play.twirl.api.HtmlFormat.Appendable]
- object select extends [, []] with [Field, Seq[(String, String)], Array[(Symbol, Any)], , , play.twirl.api.HtmlFormat.Appendable]
- object style extends [, []] with Template3[Array[(Symbol, String)], , , play.twirl.api.HtmlFormat.Appendable]
- object textarea extends [, []] with [Field, Array[(Symbol, Any)], , , play.twirl.api.HtmlFormat.Appendable]
Contains template helpers, for example for generating HTML forms.