Object

scalatags.JsDom

short

Related Doc: package JsDom

Permalink

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. All

Type Members

  1. implicit class ApplyTags extends AnyRef

    Permalink
    Definition Classes
    Aggregate
  2. type Attr = generic.Attr

    Permalink
    Definition Classes
    Aliases
  3. type AttrPair = generic.AttrPair[Element, Node]

    Permalink
    Definition Classes
    Aliases
  4. type AttrValue[V] = generic.AttrValue[Element, V]

    Permalink
    Definition Classes
    Aliases
  5. type Attrs = generic.Attrs[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  6. type ConcreteHtmlTag[T <: Element] = 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[Element, Node]

    Permalink
    Definition Classes
    Aliases
  9. type HtmlTag = TypedTag[Element]

    Permalink
    Definition Classes
    Aggregate
  10. type Modifier = generic.Modifier[Element]

    Permalink
    Definition Classes
    Aliases
  11. type PixelStyleValue[V] = generic.PixelStyleValue[Element, V]

    Permalink
    Definition Classes
    Aliases
  12. type RawFrag = JsDom.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
  13. implicit class SeqFrag[A] extends JsDom.Frag

    Permalink
    Definition Classes
    Cap
  14. 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
  15. type StringFrag = JsDom.StringFrag

    Permalink

    A Modifier which contains a String.

    A Modifier which contains a String.

    Definition Classes
    AggregateAliases
  16. type Style = generic.Style

    Permalink
    Definition Classes
    Aliases
  17. implicit class StyleFrag extends StyleSheetFrag

    Permalink
    Definition Classes
    Aggregate
  18. type StyleValue[V] = generic.StyleValue[Element, V]

    Permalink
    Definition Classes
    Aliases
  19. type Styles = generic.Styles[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  20. type Styles2 = generic.Styles2[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  21. type SvgAttrs = generic.SvgAttrs[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  22. type SvgTag = TypedTag[Element]

    Permalink
    Definition Classes
    Aggregate
  23. type SvgTags = generic.SvgTags[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  24. type Tag = generic.TypedTag[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  25. type Tags = generic.Tags[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  26. type Tags2 = generic.Tags2[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  27. type Util = generic.Util[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  28. implicit class bindNode extends Frag[Element, Node]

    Permalink
    Definition Classes
    LowPriorityImplicits

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[Element, Node]): generic.Frag[Element, Node]

    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[Element]): 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. val HtmlTag: TypedTag.type

    Permalink
    Definition Classes
    Aggregate
  12. implicit def Int2CssNumber(x: Int): CssNumber[Int]

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

    Permalink
    Definition Classes
    DataConverters
  14. implicit def OptionFrag[A](xs: Option[A])(implicit ev: (A) ⇒ generic.Frag[Element, Node]): generic.Frag[Element, Node]

    Permalink

    Renders an Option of FragT into a single FragT

    Renders an Option of FragT into a single FragT

    Definition Classes
    LowPriUtil
  15. implicit def OptionNode[A](xs: Option[A])(implicit ev: (A) ⇒ generic.Modifier[Element]): 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
  16. val RawFrag: JsDom.RawFrag.type

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

    Permalink
    Definition Classes
    DataConverters
  18. val StringFrag: JsDom.StringFrag.type

    Permalink
    Definition Classes
    AggregateAliases
  19. val SvgTag: TypedTag.type

    Permalink
    Definition Classes
    Aggregate
  20. val Tag: TypedTag.type

    Permalink
    Definition Classes
    Aggregate
  21. implicit def UnitFrag(u: Unit): JsDom.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
  22. lazy val a: ConcreteHtmlTag[Anchor]

    Permalink

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

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

    Permalink

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    MDN

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

    Permalink
    Definition Classes
    Any
  25. 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
  26. lazy val audio: ConcreteHtmlTag[Audio]

    Permalink

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

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

    Permalink

    Bold text.

    Bold text.

    MDN

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

    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
  29. implicit object bindJsAny extends AttrValue[Element, Any]

    Permalink
    Definition Classes
    LowPriorityImplicits
  30. implicit def bindJsAnyLike[T](implicit ev: (T) ⇒ Any): generic.AttrValue[Element, T]

    Permalink
    Definition Classes
    LowPriorityImplicits
  31. lazy val blockquote: ConcreteHtmlTag[Quote]

    Permalink

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

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

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

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

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

    Permalink
    Definition Classes
    Aggregate
  36. lazy val br: ConcreteHtmlTag[BR]

    Permalink

    Represents a line break.

    Represents a line break.

    MDN

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

    Permalink

    A button

    A button

    MDN

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

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

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

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

    Permalink
    Definition Classes
    Aggregate
  42. lazy val canvas: ConcreteHtmlTag[Canvas]

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

    Permalink

    The title of a table.

    The title of a table.

    MDN

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

    Permalink

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN

    Definition Classes
    TagsTags
  45. def clone(): AnyRef

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

    Permalink

    Represents computer code.

    Represents computer code.

    MDN

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

    Permalink

    A single column.

    A single column.

    MDN

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

    Permalink

    A set of columns.

    A set of columns.

    MDN

    Definition Classes
    TagsTags
  49. 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
  50. lazy val datalist: ConcreteHtmlTag[DataList]

    Permalink

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

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

    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
  52. lazy val del: ConcreteHtmlTag[Mod]

    Permalink

    Defines a removal from the document.

    Defines a removal from the document.

    MDN

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

    Permalink

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

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

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

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

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

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

    Permalink
    Definition Classes
    Aggregate
  59. lazy val dt: ConcreteHtmlTag[DT]

    Permalink

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

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

    Permalink

    Represents emphasized text.

    Represents emphasized text.

    MDN

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  64. lazy val fieldset: ConcreteHtmlTag[FieldSet]

    Permalink

    A set of fields.

    A set of fields.

    MDN

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

    Permalink

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

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

    Permalink

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    MDN

    Definition Classes
    TagsTags
  67. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Aggregate
  72. lazy val footer: ConcreteHtmlTag[Element]

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

    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
  74. def frag(frags: generic.Frag[Element, Node]*): generic.Frag[Element, Node]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  80. lazy val h1: ConcreteHtmlTag[Heading]

    Permalink

    Heading level 1

    Heading level 1

    MDN

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

    Permalink

    Heading level 2

    Heading level 2

    MDN

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

    Permalink

    Heading level 3

    Heading level 3

    MDN

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

    Permalink

    Heading level 4

    Heading level 4

    MDN

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

    Permalink

    Heading level 5

    Heading level 5

    MDN

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

    Permalink

    Heading level 6

    Heading level 6

    MDN

    Definition Classes
    TagsTags
  86. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  87. lazy val head: ConcreteHtmlTag[Head]

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

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

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

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

    Permalink

    Italicized text.

    Italicized text.

    MDN

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

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

    Permalink

    Represents an image.

    Represents an image.

    MDN

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

    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
  95. lazy val ins: ConcreteHtmlTag[Mod]

    Permalink

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  101. lazy val label: ConcreteHtmlTag[Label]

    Permalink

    The caption of a single field

    The caption of a single field

    MDN

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

    Permalink

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

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

    Permalink

    Defines an item of an list.

    Defines an item of an list.

    MDN

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

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

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

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

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

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

    Permalink
    Definition Classes
    CapUtil
  110. lazy val map: ConcreteHtmlTag[Map]

    Permalink

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  116. lazy val object: ConcreteHtmlTag[Object]

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

    Permalink

    Defines an ordered list of items.

    Defines an ordered list of items.

    MDN

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

    Permalink

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

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

    Permalink

    An option in a select element.

    An option in a select element.

    MDN

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

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

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

    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
  123. def raw(s: String): JsDom.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
  124. lazy val s: ConcreteHtmlTag[Element]

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

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

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

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

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

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

    Permalink
    Definition Classes
    Aggregate
  131. lazy val small: ConcreteHtmlTag[Element]

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CapUtil
  141. lazy val strong: ConcreteHtmlTag[Element]

    Permalink

    Represents especially important text.

    Represents especially important text.

    MDN

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

    Permalink

    Subscript tag

    Subscript tag

    MDN

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

    Permalink

    Superscript tag.

    Superscript tag.

    MDN

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

    Permalink
    Definition Classes
    AnyRef
  145. lazy val table: ConcreteHtmlTag[Table]

    Permalink

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

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

    Permalink
    Definition Classes
    TagFactoryUtil
  147. lazy val tbody: ConcreteHtmlTag[TableSection]

    Permalink

    The table body.

    The table body.

    MDN

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

    Permalink

    A single cell in a table.

    A single cell in a table.

    MDN

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

    Permalink

    A multiline text edit control.

    A multiline text edit control.

    MDN

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

    Permalink

    The table footer.

    The table footer.

    MDN

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

    Permalink

    A header cell in a table.

    A header cell in a table.

    MDN

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

    Permalink

    The table headers.

    The table headers.

    MDN

    Definition Classes
    TagsTags
  153. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  154. lazy val tr: ConcreteHtmlTag[TableRow]

    Permalink

    A single row in a table.

    A single row in a table.

    MDN

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

    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
  156. def typedTag[T <: Element](s: String, void: Boolean = false)(implicit ns: Namespace): ConcreteHtmlTag[T]

    Permalink
    Definition Classes
    TagFactory
  157. lazy val u: ConcreteHtmlTag[Element]

    Permalink

    Underlined text.

    Underlined text.

    MDN

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

    Permalink

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

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

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

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

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

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

    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 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