open

object open extends Attr

dialog - Indicates that the dialog is active and available for interaction. When the open attribute is not set, it shouldn't be shown to the user. details - This Boolean attribute indicates whether the details will be shown to the user on page load. Default is <code>false</code> and so details will be hidden.

trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

Inherited types

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

Value members

Concrete methods

@inline
def :=(v: Boolean): AttrPair[_open_attr]
@inline
def :=(v: Option[Boolean]): OptionalAttrPair[_open_attr]

Implicits

Implicits

@inline
implicit def boolToPairdetailsApplied(attrObj: open): AttrPair[tag]
@inline
implicit def boolToPairdialogApplied(attrObj: open): AttrPair[tag]
@inline
implicit def boolToPairstarApplied(attrObj: open): AttrPair[tag]