htmlFor

slinky.web.html.htmlFor$
object htmlFor extends Attr

label - The ID of a labelable form-related element in the same document as the label element. The first such element in the document with an ID matching the value of the for attribute is the labeled control for this label element.
 

A label element can have both a for attribute and a contained control element, as long as the for attribute points to the contained control element. output - A list of IDs of other elements, indicating that those elements contributed input values to (or otherwise affected) the calculation.

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self type
htmlFor.type

Members list

Concise view

Type members

Classlikes

object tag extends TagElement

Attributes

Graph
Supertypes
class TagElement
class Object
trait Matchable
class Any
Self type
tag.type

Types

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]

Attributes

Inherited from:
Attr

Value members

Concrete methods

def :=(v: String): AttrPair[_htmlFor_attr.type]
def :=(v: Option[String]): OptionalAttrPair[_htmlFor_attr.type]