inputDate

views.html.helper.inputDate
object inputDate extends BaseScalaTemplate[Appendable, Format[Appendable]], Template4[Field, Array[(Symbol, Any)], FieldConstructor, MessagesProvider, Appendable]

Attributes

Graph
Supertypes
trait Template4[Field, Array[(Symbol, Any)], FieldConstructor, MessagesProvider, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
inputDate.type

Members list

Value members

Concrete methods

def apply(field: Field, args: (Symbol, Any)*)(implicit handler: FieldConstructor, messages: MessagesProvider): Appendable

Generate an HTML5 input date.

Generate an HTML5 input date.

Example:

@inputDate(field = myForm("releaseDate"), args = Symbol("size") -> 10)

Value parameters

args

Set of extra attributes.

field

The form field.

handler

The field constructor.

Attributes

def f: (Field, Array[(Symbol, Any)]) => (FieldConstructor, MessagesProvider) => Appendable
def ref: inputDate.type.this.type
def render(field: Field, args: Array[(Symbol, Any)], handler: FieldConstructor, messages: MessagesProvider): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Unit): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: String): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): T

Attributes

Inherited from:
BaseScalaTemplate

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product