Packages

object short extends Cap with jsdom.Tags with DataConverters with Aggregate with AbstractShort with LowPriorityImplicits

Convenience object for importing only Scalatags' tags (e.g. div, p) into the local namespace, while leaving Styles and Attributes accessible via the * object

Definition Classes
JsDomBundle
Linear Supertypes
LowPriorityImplicits, generic.AbstractShort[Element, Element, Node], Aggregate, generic.Aggregate[Element, Element, Node], Aliases[Element, Element, Node], DataConverters, jsdom.Tags, generic.Tags[Element, Element, Node], Cap, TagFactory, generic.Util[Element, Element, Node], LowPriUtil[Element, Element, Node], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. short
  2. LowPriorityImplicits
  3. AbstractShort
  4. Aggregate
  5. Aggregate
  6. Aliases
  7. DataConverters
  8. Tags
  9. Tags
  10. Cap
  11. TagFactory
  12. Util
  13. LowPriUtil
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class CssNumber[T] extends AnyRef

    Extends numbers to provide a bunch of useful methods, allowing you to write CSS-lengths in a nice syntax without resorting to strings.

    Extends numbers to provide a bunch of useful methods, allowing you to write CSS-lengths in a nice syntax without resorting to strings.

    Definition Classes
    DataConverters
  2. implicit class ApplyTags extends AnyRef
    Definition Classes
    Aggregate
  3. implicit class StyleFrag extends StyleSheetFrag
    Definition Classes
    Aggregate
  4. implicit class GeneratorFrag[A] extends JsDom.Frag
    Definition Classes
    Cap
  5. implicit class SeqFrag[A] extends JsDom.Frag
    Definition Classes
    Cap
  6. type Attr = generic.Attr
    Definition Classes
    Aliases
  7. type AttrPair = generic.AttrPair[Element, Node]
    Definition Classes
    Aliases
  8. type AttrValue[V] = generic.AttrValue[Element, V]
    Definition Classes
    Aliases
  9. type Attrs = generic.Attrs[Element, Element, Node]
    Definition Classes
    Aliases
  10. type ConcreteHtmlTag[T <: Element] = TypedTag[T]
    Definition Classes
    CapUtil
  11. type Frag = generic.Frag[Element, Node]
    Definition Classes
    Aliases
  12. type HtmlTag = TypedTag[Element]
    Definition Classes
    Aggregate
  13. type Modifier = generic.Modifier[Element]
    Definition Classes
    Aliases
  14. type PixelStyleValue[V] = generic.PixelStyleValue[Element, V]
    Definition Classes
    Aliases
  15. type RawFrag = JsDom.RawFrag
    Definition Classes
    AggregateAliases
  16. type StringFrag = JsDom.StringFrag
    Definition Classes
    AggregateAliases
  17. type Style = generic.Style
    Definition Classes
    Aliases
  18. type StyleValue[V] = generic.StyleValue[Element, V]
    Definition Classes
    Aliases
  19. type Styles = generic.Styles[Element, Element, Node]
    Definition Classes
    Aliases
  20. type Styles2 = generic.Styles2[Element, Element, Node]
    Definition Classes
    Aliases
  21. type SvgAttrs = generic.SvgAttrs[Element, Element, Node]
    Definition Classes
    Aliases
  22. type SvgTag = TypedTag[Element]
    Definition Classes
    Aggregate
  23. type SvgTags = generic.SvgTags[Element, Element, Node]
    Definition Classes
    Aliases
  24. type Tag = generic.TypedTag[Element, Element, Node]
    Definition Classes
    Aliases
  25. type Tags = generic.Tags[Element, Element, Node]
    Definition Classes
    Aliases
  26. type Tags2 = generic.Tags2[Element, Element, Node]
    Definition Classes
    Aliases
  27. type Util = generic.Util[Element, Element, Node]
    Definition Classes
    Aliases
  28. implicit class bindNode extends Frag[Element, Node]
    Definition Classes
    LowPriorityImplicits
  29. implicit class SeqNode[A] extends Modifier[Builder]

    Allows you to modify a ConcreteHtmlTag by adding a Seq containing other nest-able objects to its list of children.

    Allows you to modify a ConcreteHtmlTag by adding a Seq containing other nest-able objects to its list of children.

    Definition Classes
    Util

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def ArrayFrag[A](xs: Array[A])(implicit ev: (A) => generic.Frag[Element, Node]): generic.Frag[Element, Node]

    Renders an Seq of FragT into a single FragT

    Renders an Seq of FragT into a single FragT

    Definition Classes
    LowPriUtil
  5. implicit def ArrayNode[A](xs: Array[A])(implicit ev: (A) => generic.Modifier[Element]): SeqNode[A]

    Allows you to modify a ConcreteHtmlTag by adding an Array containing other nest-able objects to its list of children.

    Allows you to modify a ConcreteHtmlTag by adding an Array containing other nest-able objects to its list of children.

    Definition Classes
    Util
  6. implicit def Byte2CssNumber(x: Byte): CssNumber[Byte]
    Definition Classes
    DataConverters
  7. implicit def ClsModifier(s: Cls): Modifier
    Definition Classes
    AggregateAggregate
  8. implicit def Double2CssNumber(x: Double): CssNumber[Double]
    Definition Classes
    DataConverters
  9. implicit def Float2CssNumber(x: Float): CssNumber[Float]
    Definition Classes
    DataConverters
  10. val HtmlTag: TypedTag.type
    Definition Classes
    Aggregate
  11. implicit def Int2CssNumber(x: Int): CssNumber[Int]
    Definition Classes
    DataConverters
  12. implicit def Long2CssNumber(x: Long): CssNumber[Long]
    Definition Classes
    DataConverters
  13. implicit def OptionFrag[A](xs: Option[A])(implicit ev: (A) => generic.Frag[Element, Node]): generic.Frag[Element, Node]

    Renders an Option of FragT into a single FragT

    Renders an Option of FragT into a single FragT

    Definition Classes
    LowPriUtil
  14. implicit def OptionNode[A](xs: Option[A])(implicit ev: (A) => generic.Modifier[Element]): SeqNode[A]

    Allows you to modify a ConcreteHtmlTag by adding an Option containing other nest-able objects to its list of children.

    Allows you to modify a ConcreteHtmlTag by adding an Option containing other nest-able objects to its list of children.

    Definition Classes
    Util
  15. val RawFrag: JsDom.RawFrag.type
    Definition Classes
    AggregateAliases
  16. implicit def Short2CssNumber(x: Short): CssNumber[Short]
    Definition Classes
    DataConverters
  17. val StringFrag: JsDom.StringFrag.type
    Definition Classes
    AggregateAliases
  18. val SvgTag: TypedTag.type
    Definition Classes
    Aggregate
  19. val Tag: TypedTag.type
    Definition Classes
    Aggregate
  20. implicit def UnitFrag(u: Unit): JsDom.StringFrag

    Lets you put Unit into a scalatags tree, as a no-op.

    Lets you put Unit into a scalatags tree, as a no-op.

    Definition Classes
    CapLowPriUtil
  21. lazy val a: ConcreteHtmlTag[Anchor]

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

    Definition Classes
    TagsTags
  22. lazy val area: ConcreteHtmlTag[Area]

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    MDN

    Definition Classes
    TagsTags
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def attr(s: String, ns: Namespace = null, raw: Boolean = false): generic.Attr

    Constructs an Attr attribute object from a string; can be used inline:

    Constructs an Attr attribute object from a string; can be used inline:

    div(
      attr("hello-world-special-attr") := "foo
    )

    Or assigned to a name and used later

    val hello = attr("hello-world-special-attr")
    div(
      hello := "foo
    )
    Definition Classes
    Util
  25. lazy val audio: ConcreteHtmlTag[Audio]

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

    Definition Classes
    TagsTags
  26. lazy val b: ConcreteHtmlTag[Element]

    Bold text.

    Bold text.

    MDN

    Definition Classes
    TagsTags
  27. lazy val base: ConcreteHtmlTag[Base]

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    MDN

    Definition Classes
    TagsTags
  28. implicit def bindJsAnyLike[T](implicit ev: (T) => Any): generic.AttrValue[Element, T]
    Definition Classes
    LowPriorityImplicits
  29. lazy val blockquote: ConcreteHtmlTag[Quote]

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

    Definition Classes
    TagsTags
  30. lazy val body: ConcreteHtmlTag[Body]

    Represents the content of an HTML document.

    Represents the content of an HTML document. There is only one body element in a document.

    MDN

    Definition Classes
    TagsTags
  31. implicit val booleanAttr: AttrValue[Boolean]
    Definition Classes
    Aggregate
  32. implicit val booleanPixelStyle: PixelStyleValue[Boolean]
    Definition Classes
    Aggregate
  33. implicit val booleanStyle: StyleValue[Boolean]
    Definition Classes
    Aggregate
  34. lazy val br: ConcreteHtmlTag[BR]

    Represents a line break.

    Represents a line break.

    MDN

    Definition Classes
    TagsTags
  35. lazy val button: ConcreteHtmlTag[Button]

    A button

    A button

    MDN

    Definition Classes
    TagsTags
  36. implicit val byteAttr: AttrValue[Byte]
    Definition Classes
    Aggregate
  37. implicit def byteFrag(v: Byte): Frag
    Definition Classes
    Aggregate
  38. implicit val bytePixelStyle: PixelStyleValue[Byte]
    Definition Classes
    Aggregate
  39. implicit val byteStyle: StyleValue[Byte]
    Definition Classes
    Aggregate
  40. lazy val canvas: ConcreteHtmlTag[Canvas]

    Represents a bitmap area that scripts can use to render graphics like graphs, games or any visual images on the fly.

    Represents a bitmap area that scripts can use to render graphics like graphs, games or any visual images on the fly.

    MDN

    Definition Classes
    TagsTags
  41. lazy val caption: ConcreteHtmlTag[TableCaption]

    The title of a table.

    The title of a table.

    MDN

    Definition Classes
    TagsTags
  42. lazy val cite: ConcreteHtmlTag[Element]

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN

    Definition Classes
    TagsTags
  43. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  44. lazy val code: ConcreteHtmlTag[Element]

    Represents computer code.

    Represents computer code.

    MDN

    Definition Classes
    TagsTags
  45. lazy val col: ConcreteHtmlTag[TableCol]

    A single column.

    A single column.

    MDN

    Definition Classes
    TagsTags
  46. lazy val colgroup: ConcreteHtmlTag[TableCol]

    A set of columns.

    A set of columns.

    MDN

    Definition Classes
    TagsTags
  47. def css(s: String): generic.Style

    Constructs a CSS Style from a string, can be used inline

    Constructs a CSS Style from a string, can be used inline

    div(
      css("-moz-special-style") := "foo"
    )

    Or assigned to a name and used later

    val mozSpecial := css("-moz-special-style")
    div(
      mozSpecial := "foo"
    )
    Definition Classes
    Util
  48. lazy val datalist: ConcreteHtmlTag[DataList]

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

    Definition Classes
    TagsTags
  49. lazy val dd: ConcreteHtmlTag[DD]

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    MDN

    Definition Classes
    TagsTags
  50. lazy val del: ConcreteHtmlTag[Mod]

    Defines a removal from the document.

    Defines a removal from the document.

    MDN

    Definition Classes
    TagsTags
  51. lazy val div: ConcreteHtmlTag[Div]

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

    Definition Classes
    TagsTags
  52. lazy val dl: ConcreteHtmlTag[DList]

    Defines a definition list; a list of terms and their associated definitions.

    Defines a definition list; a list of terms and their associated definitions.

    MDN

    Definition Classes
    TagsTags
  53. implicit val doubleAttr: AttrValue[Double]
    Definition Classes
    Aggregate
  54. implicit def doubleFrag(v: Double): Frag
    Definition Classes
    Aggregate
  55. implicit val doublePixelStyle: PixelStyleValue[Double]
    Definition Classes
    Aggregate
  56. implicit val doubleStyle: StyleValue[Double]
    Definition Classes
    Aggregate
  57. lazy val dt: ConcreteHtmlTag[DT]

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

    Definition Classes
    TagsTags
  58. lazy val em: ConcreteHtmlTag[Element]

    Represents emphasized text.

    Represents emphasized text.

    MDN

    Definition Classes
    TagsTags
  59. lazy val embed: ConcreteHtmlTag[Embed]

    Represents a integration point for an external, often non-HTML, application or interactive content.

    Represents a integration point for an external, often non-HTML, application or interactive content.

    MDN

    Definition Classes
    TagsTags
  60. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  62. lazy val fieldset: ConcreteHtmlTag[FieldSet]

    A set of fields.

    A set of fields.

    MDN

    Definition Classes
    TagsTags
  63. lazy val figcaption: ConcreteHtmlTag[Element]

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

    Definition Classes
    TagsTags
  64. lazy val figure: ConcreteHtmlTag[Element]

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    MDN

    Definition Classes
    TagsTags
  65. implicit val floatAttr: AttrValue[Float]
    Definition Classes
    Aggregate
  66. implicit def floatFrag(v: Float): Frag
    Definition Classes
    Aggregate
  67. implicit val floatPixelStyle: PixelStyleValue[Float]
    Definition Classes
    Aggregate
  68. implicit val floatStyle: StyleValue[Float]
    Definition Classes
    Aggregate
  69. lazy val footer: ConcreteHtmlTag[Element]

    Defines the footer for a page or section.

    Defines the footer for a page or section. It often contains a copyright notice, some links to legal information, or addresses to give feedback.

    MDN

    Definition Classes
    TagsTags
  70. lazy val form: ConcreteHtmlTag[Form]

    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

    Definition Classes
    TagsTags
  71. def frag(frags: generic.Frag[Element, Node]*): generic.Frag[Element, Node]
    Definition Classes
    Util
  72. def genericAttr[T]: GenericAttr[T]
    Definition Classes
    AggregateAggregate
  73. def genericPixelStyle[T](implicit ev: StyleValue[T]): PixelStyleValue[T]
    Definition Classes
    AggregateAggregate
  74. def genericPixelStylePx[T](implicit ev: StyleValue[String]): PixelStyleValue[T]
    Definition Classes
    AggregateAggregate
  75. def genericStyle[T]: GenericStyle[T]
    Definition Classes
    AggregateAggregate
  76. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  77. lazy val h1: ConcreteHtmlTag[Heading]

    Heading level 1

    Heading level 1

    MDN

    Definition Classes
    TagsTags
  78. lazy val h2: ConcreteHtmlTag[Heading]

    Heading level 2

    Heading level 2

    MDN

    Definition Classes
    TagsTags
  79. lazy val h3: ConcreteHtmlTag[Heading]

    Heading level 3

    Heading level 3

    MDN

    Definition Classes
    TagsTags
  80. lazy val h4: ConcreteHtmlTag[Heading]

    Heading level 4

    Heading level 4

    MDN

    Definition Classes
    TagsTags
  81. lazy val h5: ConcreteHtmlTag[Heading]

    Heading level 5

    Heading level 5

    MDN

    Definition Classes
    TagsTags
  82. lazy val h6: ConcreteHtmlTag[Heading]

    Heading level 6

    Heading level 6

    MDN

    Definition Classes
    TagsTags
  83. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  84. lazy val head: ConcreteHtmlTag[Head]

    Represents a collection of metadata about the document, including links to, or definitions of, scripts and style sheets.

    Represents a collection of metadata about the document, including links to, or definitions of, scripts and style sheets.

    MDN

    Definition Classes
    TagsTags
  85. lazy val header: ConcreteHtmlTag[Element]

    Defines the header of a page or section.

    Defines the header of a page or section. It often contains a logo, the title of the Web site, and a navigational table of content.

    MDN

    Definition Classes
    TagsTags
  86. lazy val hr: ConcreteHtmlTag[HR]

    Represents a thematic break between paragraphs of a section or article or any longer content.

    Represents a thematic break between paragraphs of a section or article or any longer content.

    MDN

    Definition Classes
    TagsTags
  87. lazy val html: ConcreteHtmlTag[Html]

    Represents the root of an HTML or XHTML document.

    Represents the root of an HTML or XHTML document. All other elements must be descendants of this element.

    MDN

    Definition Classes
    TagsTags
  88. lazy val i: ConcreteHtmlTag[Element]

    Italicized text.

    Italicized text.

    MDN

    Definition Classes
    TagsTags
  89. lazy val iframe: ConcreteHtmlTag[IFrame]

    Represents a nested browsing context, that is an embedded HTML document.

    Represents a nested browsing context, that is an embedded HTML document.

    MDN

    Definition Classes
    TagsTags
  90. lazy val img: ConcreteHtmlTag[Image]

    Represents an image.

    Represents an image.

    MDN

    Definition Classes
    TagsTags
  91. lazy val input: ConcreteHtmlTag[Input]

    A typed data field allowing the user to input data.

    A typed data field allowing the user to input data.

    MDN

    Definition Classes
    TagsTags
  92. lazy val ins: ConcreteHtmlTag[Mod]

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

    Definition Classes
    TagsTags
  93. implicit val intAttr: AttrValue[Int]
    Definition Classes
    Aggregate
  94. implicit def intFrag(v: Int): Frag
    Definition Classes
    Aggregate
  95. implicit val intPixelStyle: PixelStyleValue[Int]
    Definition Classes
    Aggregate
  96. implicit val intStyle: StyleValue[Int]
    Definition Classes
    Aggregate
  97. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  98. lazy val label: ConcreteHtmlTag[Label]

    The caption of a single field

    The caption of a single field

    MDN

    Definition Classes
    TagsTags
  99. lazy val legend: ConcreteHtmlTag[Legend]

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

    Definition Classes
    TagsTags
  100. lazy val li: ConcreteHtmlTag[LI]

    Defines an item of an list.

    Defines an item of an list.

    MDN

    Definition Classes
    TagsTags
  101. lazy val link: ConcreteHtmlTag[Link]

    Used to link JavaScript and external CSS with the current HTML document.

    Used to link JavaScript and external CSS with the current HTML document.

    MDN

    Definition Classes
    TagsTags
  102. implicit val longAttr: AttrValue[Long]
    Definition Classes
    Aggregate
  103. implicit def longFrag(v: Long): Frag
    Definition Classes
    Aggregate
  104. implicit val longPixelStyle: PixelStyleValue[Long]
    Definition Classes
    Aggregate
  105. implicit val longStyle: StyleValue[Long]
    Definition Classes
    Aggregate
  106. def makeAbstractTypedTag[T <: Element](tag: String, void: Boolean, namespaceConfig: Namespace): TypedTag[T]
    Definition Classes
    CapUtil
  107. lazy val map: ConcreteHtmlTag[Map]

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

    Definition Classes
    TagsTags
  108. lazy val meta: ConcreteHtmlTag[Meta]

    Defines metadata that can't be defined using another HTML element.

    Defines metadata that can't be defined using another HTML element.

    MDN

    Definition Classes
    TagsTags
  109. def modifier(mods: generic.Modifier[Element]*): generic.Modifier[Element]
    Definition Classes
    Util
  110. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  111. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  112. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  113. lazy val object: ConcreteHtmlTag[Object]

    Represents an external resource, which is treated as an image, an HTML sub-document, or an external resource to be processed by a plug-in.

    Represents an external resource, which is treated as an image, an HTML sub-document, or an external resource to be processed by a plug-in.

    MDN

    Definition Classes
    TagsTags
  114. lazy val ol: ConcreteHtmlTag[OList]

    Defines an ordered list of items.

    Defines an ordered list of items.

    MDN

    Definition Classes
    TagsTags
  115. lazy val optgroup: ConcreteHtmlTag[OptGroup]

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

    Definition Classes
    TagsTags
  116. lazy val option: ConcreteHtmlTag[Option]

    An option in a select element.

    An option in a select element.

    MDN

    Definition Classes
    TagsTags
  117. lazy val p: ConcreteHtmlTag[Paragraph]

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    MDN

    Definition Classes
    TagsTags
  118. lazy val param: ConcreteHtmlTag[Param]

    Defines parameters for use by plug-ins invoked by object elements.

    Defines parameters for use by plug-ins invoked by object elements.

    MDN

    Definition Classes
    TagsTags
  119. lazy val pre: ConcreteHtmlTag[Pre]

    Indicates that its content is preformatted and that this format must be preserved.

    Indicates that its content is preformatted and that this format must be preserved.

    MDN

    Definition Classes
    TagsTags
  120. def raw(s: String): JsDom.RawFrag

    Delimits a string that should be included in the result as raw, un-escaped HTML

    Delimits a string that should be included in the result as raw, un-escaped HTML

    Definition Classes
    AggregateAggregate
  121. lazy val s: ConcreteHtmlTag[Element]

    Strikethrough element, used for that is no longer accurate or relevant.

    Strikethrough element, used for that is no longer accurate or relevant.

    MDN

    Definition Classes
    TagsTags
  122. lazy val script: ConcreteHtmlTag[Script]

    Defines either an internal script or a link to an external script.

    Defines either an internal script or a link to an external script. The script language is JavaScript.

    MDN

    Definition Classes
    TagsTags
  123. lazy val select: ConcreteHtmlTag[Select]

    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

    Definition Classes
    TagsTags
  124. implicit val shortAttr: AttrValue[Short]
    Definition Classes
    Aggregate
  125. implicit def shortFrag(v: Short): Frag
    Definition Classes
    Aggregate
  126. implicit val shortPixelStyle: PixelStyleValue[Short]
    Definition Classes
    Aggregate
  127. implicit val shortStyle: StyleValue[Short]
    Definition Classes
    Aggregate
  128. lazy val small: ConcreteHtmlTag[Element]

    Represents a side comment; text like a disclaimer or copyright, which is not essential to the comprehension of the document.

    Represents a side comment; text like a disclaimer or copyright, which is not essential to the comprehension of the document.

    MDN

    Definition Classes
    TagsTags
  129. lazy val source: ConcreteHtmlTag[Source]

    Allows the authors to specify alternate media resources for media elements like video or audio

    Allows the authors to specify alternate media resources for media elements like video or audio

    MDN

    Definition Classes
    TagsTags
  130. lazy val span: ConcreteHtmlTag[Span]

    Represents text with no specific meaning.

    Represents text with no specific meaning. This has to be used when no other text-semantic element conveys an adequate meaning, which, in this case, is often brought by global attributes like class, lang, or dir.

    MDN

    Definition Classes
    TagsTags
  131. implicit val stringAttr: AttrValue[String]
    Definition Classes
    Aggregate
  132. implicit def stringAttrX: GenericAttr[String]
    Attributes
    protected[this]
    Definition Classes
    CapUtil
  133. implicit def stringFrag(v: String): StringFrag
    Definition Classes
    AggregateAggregate
  134. implicit val stringPixelStyle: PixelStyleValue[String]
    Definition Classes
    Aggregate
  135. implicit def stringPixelStyleX: GenericPixelStyle[String]
    Attributes
    protected[this]
    Definition Classes
    CapUtil
  136. implicit val stringStyle: StyleValue[String]
    Definition Classes
    Aggregate
  137. implicit def stringStyleX: GenericStyle[String]
    Attributes
    protected[this]
    Definition Classes
    CapUtil
  138. lazy val strong: ConcreteHtmlTag[Element]

    Represents especially important text.

    Represents especially important text.

    MDN

    Definition Classes
    TagsTags
  139. lazy val sub: ConcreteHtmlTag[Element]

    Subscript tag

    Subscript tag

    MDN

    Definition Classes
    TagsTags
  140. lazy val sup: ConcreteHtmlTag[Element]

    Superscript tag.

    Superscript tag.

    MDN

    Definition Classes
    TagsTags
  141. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  142. lazy val table: ConcreteHtmlTag[Table]

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

    Definition Classes
    TagsTags
  143. def tag(s: String, void: Boolean = false): ConcreteHtmlTag[Element]
    Definition Classes
    TagFactoryUtil
  144. lazy val tbody: ConcreteHtmlTag[TableSection]

    The table body.

    The table body.

    MDN

    Definition Classes
    TagsTags
  145. lazy val td: ConcreteHtmlTag[TableCell]

    A single cell in a table.

    A single cell in a table.

    MDN

    Definition Classes
    TagsTags
  146. lazy val textarea: ConcreteHtmlTag[TextArea]

    A multiline text edit control.

    A multiline text edit control.

    MDN

    Definition Classes
    TagsTags
  147. lazy val tfoot: ConcreteHtmlTag[TableSection]

    The table footer.

    The table footer.

    MDN

    Definition Classes
    TagsTags
  148. lazy val th: ConcreteHtmlTag[TableHeaderCell]

    A header cell in a table.

    A header cell in a table.

    MDN

    Definition Classes
    TagsTags
  149. lazy val thead: ConcreteHtmlTag[TableSection]

    The table headers.

    The table headers.

    MDN

    Definition Classes
    TagsTags
  150. def toString(): String
    Definition Classes
    AnyRef → Any
  151. lazy val tr: ConcreteHtmlTag[TableRow]

    A single row in a table.

    A single row in a table.

    MDN

    Definition Classes
    TagsTags
  152. lazy val track: ConcreteHtmlTag[Track]

    Allows authors to specify timed text track for media elements like video or audio

    Allows authors to specify timed text track for media elements like video or audio

    MDN

    Definition Classes
    TagsTags
  153. def typedTag[T <: Element](s: String, void: Boolean = false)(implicit ns: Namespace): ConcreteHtmlTag[T]
    Definition Classes
    TagFactory
  154. lazy val u: ConcreteHtmlTag[Element]

    Underlined text.

    Underlined text.

    MDN

    Definition Classes
    TagsTags
  155. lazy val ul: ConcreteHtmlTag[UList]

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

    Definition Classes
    TagsTags
  156. lazy val video: ConcreteHtmlTag[Video]

    Represents a video, and its associated audio files and captions, with the necessary interface to play it.

    Represents a video, and its associated audio files and captions, with the necessary interface to play it.

    MDN

    Definition Classes
    TagsTags
  157. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  158. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  159. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  160. lazy val wbr: ConcreteHtmlTag[Element]

    Represents a line break opportunity, that is a suggested point for wrapping text in order to improve readability of text split on several lines.

    Represents a line break opportunity, that is a suggested point for wrapping text in order to improve readability of text split on several lines.

    MDN

    Definition Classes
    TagsTags
  161. object * extends Cap with Attrs with Styles
    Definition Classes
    shortAbstractShort
  162. implicit object bindJsAny extends AttrValue[Element, Any]
    Definition Classes
    LowPriorityImplicits

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LowPriorityImplicits

Inherited from generic.AbstractShort[Element, Element, Node]

Inherited from Aggregate

Inherited from generic.Aggregate[Element, Element, Node]

Inherited from Aliases[Element, Element, Node]

Inherited from DataConverters

Inherited from jsdom.Tags

Inherited from generic.Tags[Element, Element, Node]

Inherited from Cap

Inherited from TagFactory

Inherited from generic.Util[Element, Element, Node]

Inherited from LowPriUtil[Element, Element, Node]

Inherited from AnyRef

Inherited from Any

Ungrouped