scalatags.Text

short

object short extends Cap with text.Tags with DataConverters with Aggregate with AbstractShort

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
TextBundle
Linear Supertypes
generic.AbstractShort[Builder, String, String], Aggregate, generic.Aggregate[Builder, String, String], Aliases[Builder, String, String], DataConverters, text.Tags, generic.Tags[Builder, String, String], Cap, generic.Util[Builder, String, String], LowPriUtil[Builder, String, String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. short
  2. AbstractShort
  3. Aggregate
  4. Aggregate
  5. Aliases
  6. DataConverters
  7. Tags
  8. Tags
  9. Cap
  10. Util
  11. LowPriUtil
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Attr = generic.Attr

    Definition Classes
    Aliases
  2. type AttrPair = generic.AttrPair[Builder, String]

    Definition Classes
    Aliases
  3. type AttrValue[V] = generic.AttrValue[Builder, V]

    Definition Classes
    Aliases
  4. type Attrs = generic.Attrs[Builder, String, String]

    Definition Classes
    Aliases
  5. type ConcreteHtmlTag[T <: String] = TypedTag[T]

    Definition Classes
    CapUtil
  6. 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
  7. implicit class ExtendedString extends AnyRef

    Provides extension methods on strings to fit them into Scalatag fragments.

    Provides extension methods on strings to fit them into Scalatag fragments.

    Definition Classes
    Util
  8. type Frag = generic.Frag[Builder, String]

    Definition Classes
    Aliases
  9. type Modifier = generic.Modifier[Builder]

    Definition Classes
    Aliases
  10. type PixelStyleValue[V] = generic.PixelStyleValue[Builder, V]

    Definition Classes
    Aliases
  11. type RawFrag = Text.RawFrag

    A Modifier which contains a String which will not be escaped.

    A Modifier which contains a String which will not be escaped.

    Definition Classes
    AggregateAliases
  12. implicit class SeqFrag[A] extends Text.Frag

    Definition Classes
    Cap
  13. 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
  14. type StringFrag = Text.StringFrag

    A Modifier which contains a String.

    A Modifier which contains a String.

    Definition Classes
    AggregateAliases
  15. type Style = generic.Style

    Definition Classes
    Aliases
  16. implicit class StyleFrag extends StyleSheetFrag

    Definition Classes
    Aggregate
  17. type StyleValue[V] = generic.StyleValue[Builder, V]

    Definition Classes
    Aliases
  18. type Styles = generic.Styles[Builder, String, String]

    Definition Classes
    Aliases
  19. type Styles2 = generic.Styles2[Builder, String, String]

    Definition Classes
    Aliases
  20. type SvgAttrs = generic.SvgAttrs[Builder, String, String]

    Definition Classes
    Aliases
  21. type SvgTags = generic.SvgTags[Builder, String, String]

    Definition Classes
    Aliases
  22. type Tag = TypedTag[String]

    Definition Classes
    AggregateAliases
  23. type Tags = generic.Tags[Builder, String, String]

    Definition Classes
    Aliases
  24. type Tags2 = generic.Tags2[Builder, String, String]

    Definition Classes
    Aliases
  25. type Util = generic.Util[Builder, String, String]

    Definition Classes
    Aliases

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. object * extends Cap with Attrs with Styles

    Definition Classes
    shortAbstractShort
  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. implicit def ArrayFrag[A](xs: Array[A])(implicit arg0: (A) ⇒ generic.Frag[Builder, String]): generic.Frag[Builder, String]

    Renders an Seq of FragT into a single FragT

    Renders an Seq of FragT into a single FragT

    Definition Classes
    LowPriUtil
  6. implicit def ArrayNode[A](xs: Array[A])(implicit arg0: (A) ⇒ generic.Modifier[Builder]): 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
  7. implicit def Byte2CssNumber(x: Byte): CssNumber[Byte]

    Definition Classes
    DataConverters
  8. implicit def ClsModifier(s: Cls): Modifier

    Definition Classes
    AggregateAggregate
  9. implicit def Double2CssNumber(x: Double): CssNumber[Double]

    Definition Classes
    DataConverters
  10. implicit def Float2CssNumber(x: Float): CssNumber[Float]

    Definition Classes
    DataConverters
  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 arg0: (A) ⇒ generic.Frag[Builder, String]): generic.Frag[Builder, String]

    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 arg0: (A) ⇒ generic.Modifier[Builder]): 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: Text.RawFrag.type

    Definition Classes
    AggregateAliases
  16. implicit def Short2CssNumber(x: Short): CssNumber[Short]

    Definition Classes
    DataConverters
  17. val StringFrag: Text.StringFrag.type

    Definition Classes
    AggregateAliases
  18. val Tag: TypedTag.type

    Definition Classes
    Aggregate
  19. implicit def UnitFrag(u: Unit): Text.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
  20. lazy val a: ConcreteHtmlTag[String]

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

    Definition Classes
    TagsTags
  21. lazy val area: ConcreteHtmlTag[String]

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    MDN

    Definition Classes
    TagsTags
  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. lazy val audio: ConcreteHtmlTag[String]

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

    Definition Classes
    TagsTags
  24. lazy val b: ConcreteHtmlTag[String]

    Bold text.

    Bold text.

    MDN

    Definition Classes
    TagsTags
  25. lazy val base: ConcreteHtmlTag[String]

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    MDN

    Definition Classes
    TagsTags
  26. lazy val blockquote: ConcreteHtmlTag[String]

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

    Definition Classes
    TagsTags
  27. lazy val body: ConcreteHtmlTag[String]

    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
  28. implicit val booleanAttr: AttrValue[Boolean]

    Definition Classes
    Aggregate
  29. implicit val booleanPixelStyle: PixelStyleValue[Boolean]

    Definition Classes
    Aggregate
  30. implicit val booleanStyle: StyleValue[Boolean]

    Definition Classes
    Aggregate
  31. lazy val br: ConcreteHtmlTag[String]

    Represents a line break.

    Represents a line break.

    MDN

    Definition Classes
    TagsTags
  32. lazy val button: ConcreteHtmlTag[String]

    A button

    A button

    MDN

    Definition Classes
    TagsTags
  33. implicit val byteAttr: AttrValue[Byte]

    Definition Classes
    Aggregate
  34. implicit def byteFrag(v: Byte): Frag

    Definition Classes
    Aggregate
  35. implicit val bytePixelStyle: PixelStyleValue[Byte]

    Definition Classes
    Aggregate
  36. implicit val byteStyle: StyleValue[Byte]

    Definition Classes
    Aggregate
  37. lazy val canvas: ConcreteHtmlTag[String]

    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
  38. lazy val caption: ConcreteHtmlTag[String]

    The title of a table.

    The title of a table.

    MDN

    Definition Classes
    TagsTags
  39. lazy val cite: ConcreteHtmlTag[String]

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN

    Definition Classes
    TagsTags
  40. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. lazy val code: ConcreteHtmlTag[String]

    Represents computer code.

    Represents computer code.

    MDN

    Definition Classes
    TagsTags
  42. lazy val col: ConcreteHtmlTag[String]

    A single column.

    A single column.

    MDN

    Definition Classes
    TagsTags
  43. lazy val colgroup: ConcreteHtmlTag[String]

    A set of columns.

    A set of columns.

    MDN

    Definition Classes
    TagsTags
  44. lazy val datalist: ConcreteHtmlTag[String]

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

    Definition Classes
    TagsTags
  45. lazy val dd: ConcreteHtmlTag[String]

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    MDN

    Definition Classes
    TagsTags
  46. lazy val del: ConcreteHtmlTag[String]

    Defines a removal from the document.

    Defines a removal from the document.

    MDN

    Definition Classes
    TagsTags
  47. lazy val div: ConcreteHtmlTag[String]

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

    Definition Classes
    TagsTags
  48. lazy val dl: ConcreteHtmlTag[String]

    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
  49. implicit val doubleAttr: AttrValue[Double]

    Definition Classes
    Aggregate
  50. implicit def doubleFrag(v: Double): Frag

    Definition Classes
    Aggregate
  51. implicit val doublePixelStyle: PixelStyleValue[Double]

    Definition Classes
    Aggregate
  52. implicit val doubleStyle: StyleValue[Double]

    Definition Classes
    Aggregate
  53. lazy val dt: ConcreteHtmlTag[String]

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

    Definition Classes
    TagsTags
  54. lazy val em: ConcreteHtmlTag[String]

    Represents emphasized text.

    Represents emphasized text.

    MDN

    Definition Classes
    TagsTags
  55. lazy val embed: ConcreteHtmlTag[String]

    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
  56. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  57. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  58. lazy val fieldset: ConcreteHtmlTag[String]

    A set of fields.

    A set of fields.

    MDN

    Definition Classes
    TagsTags
  59. lazy val figcaption: ConcreteHtmlTag[String]

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

    Definition Classes
    TagsTags
  60. lazy val figure: ConcreteHtmlTag[String]

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    MDN

    Definition Classes
    TagsTags
  61. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  62. implicit val floatAttr: AttrValue[Float]

    Definition Classes
    Aggregate
  63. implicit def floatFrag(v: Float): Frag

    Definition Classes
    Aggregate
  64. implicit val floatPixelStyle: PixelStyleValue[Float]

    Definition Classes
    Aggregate
  65. implicit val floatStyle: StyleValue[Float]

    Definition Classes
    Aggregate
  66. lazy val footer: ConcreteHtmlTag[String]

    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
  67. lazy val form: ConcreteHtmlTag[String]

    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
  68. def genericAttr[T]: GenericAttr[T]

    Definition Classes
    AggregateAggregate
  69. def genericPixelStyle[T](implicit ev: StyleValue[T]): PixelStyleValue[T]

    Definition Classes
    AggregateAggregate
  70. def genericPixelStylePx[T](implicit ev: StyleValue[String]): PixelStyleValue[T]

    Definition Classes
    AggregateAggregate
  71. def genericStyle[T]: GenericStyle[T]

    Definition Classes
    AggregateAggregate
  72. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  73. lazy val h1: ConcreteHtmlTag[String]

    Heading level 1

    Heading level 1

    MDN

    Definition Classes
    TagsTags
  74. lazy val h2: ConcreteHtmlTag[String]

    Heading level 2

    Heading level 2

    MDN

    Definition Classes
    TagsTags
  75. lazy val h3: ConcreteHtmlTag[String]

    Heading level 3

    Heading level 3

    MDN

    Definition Classes
    TagsTags
  76. lazy val h4: ConcreteHtmlTag[String]

    Heading level 4

    Heading level 4

    MDN

    Definition Classes
    TagsTags
  77. lazy val h5: ConcreteHtmlTag[String]

    Heading level 5

    Heading level 5

    MDN

    Definition Classes
    TagsTags
  78. lazy val h6: ConcreteHtmlTag[String]

    Heading level 6

    Heading level 6

    MDN

    Definition Classes
    TagsTags
  79. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  80. lazy val head: ConcreteHtmlTag[String]

    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
  81. lazy val header: ConcreteHtmlTag[String]

    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
  82. lazy val hr: ConcreteHtmlTag[String]

    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
  83. lazy val html: ConcreteHtmlTag[String]

    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
  84. lazy val i: ConcreteHtmlTag[String]

    Italicized text.

    Italicized text.

    MDN

    Definition Classes
    TagsTags
  85. lazy val iframe: ConcreteHtmlTag[String]

    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
  86. lazy val img: ConcreteHtmlTag[String]

    Represents an image.

    Represents an image.

    MDN

    Definition Classes
    TagsTags
  87. lazy val input: ConcreteHtmlTag[String]

    A typed data field allowing the user to input data.

    A typed data field allowing the user to input data.

    MDN

    Definition Classes
    TagsTags
  88. lazy val ins: ConcreteHtmlTag[String]

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

    Definition Classes
    TagsTags
  89. implicit val intAttr: AttrValue[Int]

    Definition Classes
    Aggregate
  90. implicit def intFrag(v: Int): Frag

    Definition Classes
    Aggregate
  91. implicit val intPixelStyle: PixelStyleValue[Int]

    Definition Classes
    Aggregate
  92. implicit val intStyle: StyleValue[Int]

    Definition Classes
    Aggregate
  93. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  94. lazy val label: ConcreteHtmlTag[String]

    The caption of a single field

    The caption of a single field

    MDN

    Definition Classes
    TagsTags
  95. lazy val legend: ConcreteHtmlTag[String]

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

    Definition Classes
    TagsTags
  96. lazy val li: ConcreteHtmlTag[String]

    Defines an item of an list.

    Defines an item of an list.

    MDN

    Definition Classes
    TagsTags
  97. lazy val link: ConcreteHtmlTag[String]

    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
  98. implicit val longAttr: AttrValue[Long]

    Definition Classes
    Aggregate
  99. implicit def longFrag(v: Long): Frag

    Definition Classes
    Aggregate
  100. implicit val longPixelStyle: PixelStyleValue[Long]

    Definition Classes
    Aggregate
  101. implicit val longStyle: StyleValue[Long]

    Definition Classes
    Aggregate
  102. def makeAbstractTypedTag[T](tag: String, void: Boolean, namespaceConfig: Namespace): TypedTag[Nothing]

    Definition Classes
    CapUtil
  103. lazy val map: ConcreteHtmlTag[String]

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

    Definition Classes
    TagsTags
  104. lazy val meta: ConcreteHtmlTag[String]

    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
  105. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  106. final def notify(): Unit

    Definition Classes
    AnyRef
  107. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  108. lazy val object: ConcreteHtmlTag[String]

    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
  109. lazy val ol: ConcreteHtmlTag[String]

    Defines an ordered list of items.

    Defines an ordered list of items.

    MDN

    Definition Classes
    TagsTags
  110. lazy val optgroup: ConcreteHtmlTag[String]

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

    Definition Classes
    TagsTags
  111. lazy val option: ConcreteHtmlTag[String]

    An option in a select element.

    An option in a select element.

    MDN

    Definition Classes
    TagsTags
  112. lazy val p: ConcreteHtmlTag[String]

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    MDN

    Definition Classes
    TagsTags
  113. lazy val param: ConcreteHtmlTag[String]

    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
  114. lazy val pre: ConcreteHtmlTag[String]

    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
  115. def raw(s: String): Text.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
  116. lazy val s: ConcreteHtmlTag[String]

    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
  117. lazy val script: ConcreteHtmlTag[String]

    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
  118. lazy val select: ConcreteHtmlTag[String]

    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
  119. implicit val shortAttr: AttrValue[Short]

    Definition Classes
    Aggregate
  120. implicit def shortFrag(v: Short): Frag

    Definition Classes
    Aggregate
  121. implicit val shortPixelStyle: PixelStyleValue[Short]

    Definition Classes
    Aggregate
  122. implicit val shortStyle: StyleValue[Short]

    Definition Classes
    Aggregate
  123. lazy val small: ConcreteHtmlTag[String]

    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
  124. lazy val source: ConcreteHtmlTag[String]

    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
  125. lazy val span: ConcreteHtmlTag[String]

    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
  126. implicit val stringAttr: AttrValue[String]

    Definition Classes
    Aggregate
  127. implicit def stringAttrX: GenericAttr[String]

    Attributes
    protected[this]
    Definition Classes
    CapUtil
  128. implicit def stringFrag(v: String): Text.StringFrag

    Definition Classes
    AggregateAggregate
  129. implicit val stringPixelStyle: PixelStyleValue[String]

    Definition Classes
    Aggregate
  130. implicit def stringPixelStyleX: GenericPixelStyle[String]

    Attributes
    protected[this]
    Definition Classes
    CapUtil
  131. implicit val stringStyle: StyleValue[String]

    Definition Classes
    Aggregate
  132. implicit def stringStyleX: GenericStyle[String]

    Attributes
    protected[this]
    Definition Classes
    CapUtil
  133. lazy val strong: ConcreteHtmlTag[String]

    Represents especially important text.

    Represents especially important text.

    MDN

    Definition Classes
    TagsTags
  134. lazy val sub: ConcreteHtmlTag[String]

    Subscript tag

    Subscript tag

    MDN

    Definition Classes
    TagsTags
  135. lazy val sup: ConcreteHtmlTag[String]

    Superscript tag.

    Superscript tag.

    MDN

    Definition Classes
    TagsTags
  136. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  137. lazy val table: ConcreteHtmlTag[String]

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

    Definition Classes
    TagsTags
  138. lazy val tbody: ConcreteHtmlTag[String]

    The table body.

    The table body.

    MDN

    Definition Classes
    TagsTags
  139. lazy val td: ConcreteHtmlTag[String]

    A single cell in a table.

    A single cell in a table.

    MDN

    Definition Classes
    TagsTags
  140. lazy val textarea: ConcreteHtmlTag[String]

    A multiline text edit control.

    A multiline text edit control.

    MDN

    Definition Classes
    TagsTags
  141. lazy val tfoot: ConcreteHtmlTag[String]

    The table footer.

    The table footer.

    MDN

    Definition Classes
    TagsTags
  142. lazy val th: ConcreteHtmlTag[String]

    A header cell in a table.

    A header cell in a table.

    MDN

    Definition Classes
    TagsTags
  143. lazy val thead: ConcreteHtmlTag[String]

    The table headers.

    The table headers.

    MDN

    Definition Classes
    TagsTags
  144. def toString(): String

    Definition Classes
    AnyRef → Any
  145. lazy val tr: ConcreteHtmlTag[String]

    A single row in a table.

    A single row in a table.

    MDN

    Definition Classes
    TagsTags
  146. lazy val track: ConcreteHtmlTag[String]

    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
  147. lazy val u: ConcreteHtmlTag[String]

    Underlined text.

    Underlined text.

    MDN

    Definition Classes
    TagsTags
  148. lazy val ul: ConcreteHtmlTag[String]

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

    Definition Classes
    TagsTags
  149. lazy val video: ConcreteHtmlTag[String]

    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
  150. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  151. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  152. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  153. lazy val wbr: ConcreteHtmlTag[String]

    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

Inherited from generic.AbstractShort[Builder, String, String]

Inherited from Aggregate

Inherited from generic.Aggregate[Builder, String, String]

Inherited from Aliases[Builder, String, String]

Inherited from DataConverters

Inherited from text.Tags

Inherited from generic.Tags[Builder, String, String]

Inherited from Cap

Inherited from generic.Util[Builder, String, String]

Inherited from LowPriUtil[Builder, String, String]

Inherited from AnyRef

Inherited from Any

Ungrouped