FormTags

trait FormTags[T[_ <: DomHtmlElement], DomHtmlElement, HtmlForm <: DomHtmlElement, HtmlFieldSet <: DomHtmlElement, HtmlLegend <: DomHtmlElement, HtmlLabel <: DomHtmlElement, HtmlInput <: DomHtmlElement, HtmlButton <: DomHtmlElement, HtmlSelect <: DomHtmlElement, HtmlDataList <: DomHtmlElement, HtmlOptGroup <: DomHtmlElement, HtmlOption <: DomHtmlElement, HtmlTextArea <: DomHtmlElement]
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val button: T[HtmlButton]

A button

A button

MDN

lazy val dataList: T[HtmlDataList]

A set of predefined options for other controls.

A set of predefined options for other controls.

MDN

lazy val fieldSet: T[HtmlFieldSet]

A set of fields.

A set of fields.

MDN

lazy val form: T[HtmlForm]

Represents a form, consisting of controls, that can be submitted to a server for processing.

Represents a form, consisting of controls, that can be submitted to a server for processing.

MDN

lazy val input: T[HtmlInput]

A typed data field allowing the user to input data.

A typed data field allowing the user to input data.

MDN

lazy val label: T[HtmlLabel]

The caption of a single field

The caption of a single field

MDN

lazy val legend: T[HtmlLegend]

The caption for a fieldset.

The caption for a fieldset.

MDN

lazy val optGroup: T[HtmlOptGroup]

A set of options, logically grouped.

A set of options, logically grouped.

MDN

lazy val option: T[HtmlOption]

An option in a select element.

An option in a select element.

MDN

lazy val select: T[HtmlSelect]

A control that allows the user to select one of a set of options.

A control that allows the user to select one of a set of options.

MDN

lazy val textArea: T[HtmlTextArea]

A multiline text edit control.

A multiline text edit control.

MDN