Object

scalatags.Text

short

Related Doc: package Text

Permalink

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, TagFactory, 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. TagFactory
  11. Util
  12. LowPriUtil
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Attr = generic.Attr

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

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

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

    Permalink
    Definition Classes
    Aliases
  5. type BaseTagType = TypedTag[String]

    Permalink
    Definition Classes
    Cap
  6. type ConcreteHtmlTag[T <: String] = TypedTag[T]

    Permalink
    Definition Classes
    CapUtil
  7. class CssNumber[T] extends AnyRef

    Permalink

    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
  8. type Frag = generic.Frag[Builder, String]

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

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

    Permalink
    Definition Classes
    Aliases
  11. type RawFrag = Text.RawFrag

    Permalink

    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

    Permalink
    Definition Classes
    Cap
  13. implicit class SeqNode[A] extends Modifier[Builder]

    Permalink

    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

    Permalink

    A Modifier which contains a String.

    A Modifier which contains a String.

    Definition Classes
    AggregateAliases
  15. type Style = generic.Style

    Permalink
    Definition Classes
    Aliases
  16. implicit class StyleFrag extends StyleSheetFrag

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

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

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

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

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

    Permalink
    Definition Classes
    Aliases
  22. type Tag = generic.TypedTag[Builder, String, String]

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

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

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

    Permalink
    Definition Classes
    Aliases

Value Members

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

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

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

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

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

    Permalink

    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 ev: (A) ⇒ generic.Modifier[Builder]): SeqNode[A]

    Permalink

    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]

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

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

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

    Permalink
    Definition Classes
    DataConverters
  11. implicit def Int2CssNumber(x: Int): CssNumber[Int]

    Permalink
    Definition Classes
    DataConverters
  12. implicit def Long2CssNumber(x: Long): CssNumber[Long]

    Permalink
    Definition Classes
    DataConverters
  13. implicit def OptionFrag[A](xs: Option[A])(implicit ev: (A) ⇒ generic.Frag[Builder, String]): generic.Frag[Builder, String]

    Permalink

    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[Builder]): SeqNode[A]

    Permalink

    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

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

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

    Permalink
    Definition Classes
    AggregateAliases
  18. val Tag: TypedTag.type

    Permalink
    Definition Classes
    Aggregate
  19. implicit def UnitFrag(u: Unit): Text.StringFrag

    Permalink

    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]

    Permalink

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

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

    Permalink

    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

    Permalink
    Definition Classes
    Any
  23. def attr(s: String, ns: Namespace = null, raw: Boolean = false): generic.Attr

    Permalink

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

    Permalink

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

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

    Permalink

    Bold text.

    Bold text.

    MDN

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

    Permalink

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    MDN

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

    Permalink

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

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

    Permalink

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

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

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

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

    Permalink

    Represents a line break.

    Represents a line break.

    MDN

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

    Permalink

    A button

    A button

    MDN

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

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

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

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

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

    Permalink

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

    Permalink

    The title of a table.

    The title of a table.

    MDN

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

    Permalink

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN

    Definition Classes
    TagsTags
  41. def clone(): AnyRef

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

    Permalink

    Represents computer code.

    Represents computer code.

    MDN

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

    Permalink

    A single column.

    A single column.

    MDN

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

    Permalink

    A set of columns.

    A set of columns.

    MDN

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

    Permalink

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

    Permalink

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

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

    Permalink

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    MDN

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

    Permalink

    Defines a removal from the document.

    Defines a removal from the document.

    MDN

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

    Permalink

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

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

    Permalink

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

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

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

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

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

    Permalink

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

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

    Permalink

    Represents emphasized text.

    Represents emphasized text.

    MDN

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

    Permalink

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

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

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

    Permalink

    A set of fields.

    A set of fields.

    MDN

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

    Permalink

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

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

    Permalink

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    MDN

    Definition Classes
    TagsTags
  63. def finalize(): Unit

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

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

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

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

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

    Permalink

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

    Permalink

    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
  70. def frag(frags: generic.Frag[Builder, String]*): generic.Frag[Builder, String]

    Permalink
    Definition Classes
    Util
  71. def genericAttr[T]: GenericAttr[T]

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

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

    Permalink
    Definition Classes
    AggregateAggregate
  74. def genericStyle[T]: GenericStyle[T]

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

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

    Permalink

    Heading level 1

    Heading level 1

    MDN

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

    Permalink

    Heading level 2

    Heading level 2

    MDN

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

    Permalink

    Heading level 3

    Heading level 3

    MDN

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

    Permalink

    Heading level 4

    Heading level 4

    MDN

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

    Permalink

    Heading level 5

    Heading level 5

    MDN

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

    Permalink

    Heading level 6

    Heading level 6

    MDN

    Definition Classes
    TagsTags
  82. def hashCode(): Int

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

    Permalink

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

    Permalink

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

    Permalink

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

    Permalink

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

    Permalink

    Italicized text.

    Italicized text.

    MDN

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

    Permalink

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

    Permalink

    Represents an image.

    Represents an image.

    MDN

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

    Permalink

    A typed data field allowing the user to input data.

    A typed data field allowing the user to input data.

    MDN

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

    Permalink

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

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

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

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

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

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

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

    Permalink

    The caption of a single field

    The caption of a single field

    MDN

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

    Permalink

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

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

    Permalink

    Defines an item of an list.

    Defines an item of an list.

    MDN

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

    Permalink

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

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

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

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

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

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

    Permalink

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

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

    Permalink

    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
  108. def modifier(mods: generic.Modifier[Builder]*): generic.Modifier[Builder]

    Permalink
    Definition Classes
    Util
  109. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  110. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  111. final def notifyAll(): Unit

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

    Permalink

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

    Permalink

    Defines an ordered list of items.

    Defines an ordered list of items.

    MDN

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

    Permalink

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

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

    Permalink

    An option in a select element.

    An option in a select element.

    MDN

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

    Permalink

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    MDN

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

    Permalink

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

    Permalink

    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
  119. def raw(s: String): Text.RawFrag

    Permalink

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

    Permalink

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

    Permalink

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

    Permalink

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

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

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

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

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

    Permalink

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

    Permalink

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

    Permalink

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

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

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

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

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

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

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

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

    Permalink

    Represents especially important text.

    Represents especially important text.

    MDN

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

    Permalink

    Subscript tag

    Subscript tag

    MDN

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

    Permalink

    Superscript tag.

    Superscript tag.

    MDN

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

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

    Permalink

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

    Definition Classes
    TagsTags
  142. def tag(s: String, void: Boolean = false): ConcreteHtmlTag[String]

    Permalink
    Definition Classes
    TagFactoryUtil
  143. lazy val tbody: ConcreteHtmlTag[String]

    Permalink

    The table body.

    The table body.

    MDN

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

    Permalink

    A single cell in a table.

    A single cell in a table.

    MDN

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

    Permalink

    A multiline text edit control.

    A multiline text edit control.

    MDN

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

    Permalink

    The table footer.

    The table footer.

    MDN

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

    Permalink

    A header cell in a table.

    A header cell in a table.

    MDN

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

    Permalink

    The table headers.

    The table headers.

    MDN

    Definition Classes
    TagsTags
  149. def toString(): String

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

    Permalink

    A single row in a table.

    A single row in a table.

    MDN

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

    Permalink

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

    Permalink

    Underlined text.

    Underlined text.

    MDN

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

    Permalink

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

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

    Permalink

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

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

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

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

    Permalink

    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 TagFactory

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

Inherited from LowPriUtil[Builder, String, String]

Inherited from AnyRef

Inherited from Any

Ungrouped