selected

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

If present, this Boolean attribute indicates that the option is initially selected. If the <option> element is the descendant of a <select> element whose multiple attribute is not set, only one single <option> of this <select> element may have the selected attribute.

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self 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: Boolean): AttrPair[_selected_attr.type]
def :=(v: Option[Boolean]): OptionalAttrPair[_selected_attr.type]

Implicits

Implicits

implicit def boolToPairoptionApplied(attrObj: selected.type.this.type): AttrPair[tag.type]
implicit def boolToPairstarApplied(attrObj: selected.type.this.type): AttrPair[tag.type]