Packages

package fileupload

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class FileUpload(name: String = "", id: String = "", value: Option[String] = None, describedBy: Option[String] = None, label: Label = Label(), hint: Option[Hint] = None, errorMessage: Option[ErrorMessage] = None, formGroup: FormGroup = FormGroup.empty, classes: String = "", attributes: Map[String, String] = Map.empty, disabled: Option[Boolean] = None) extends Product with Serializable

    Parameters to GovukFileUpload Twirl template

    Parameters to GovukFileUpload Twirl template

    name

    name attribute for the input

    id

    id attribute for the input

    value

    optional value attribute for the input

    describedBy

    optional aria-describedby attribute for the input

    label

    optional Label for the control

    hint

    optional Hint for the control

    errorMessage

    optional ErrorMessage to display

    formGroup

    additional CSS classes/attributes/etc. to apply to the form group

    classes

    optional additional CSS classes to apply to the input

    attributes

    optional additional HTML attributes to apply to the input

    disabled

    optional disabled attribute for the input

Value Members

  1. object FileUpload extends Serializable

Ungrouped