japgolly.scalajs.react.vdom

ReactTags

trait ReactTags extends Tags[VDomBuilder, ReactOutput, ReactFragT]

Trait that contains the contents of the Tags object, so they can be mixed in to other objects if needed.

Linear Supertypes
Tags[VDomBuilder, ReactOutput, ReactFragT], Util[VDomBuilder, ReactOutput, ReactFragT], LowPriUtil[VDomBuilder, ReactOutput, ReactFragT], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReactTags
  2. Tags
  3. Util
  4. LowPriUtil
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type ConcreteHtmlTag[T <: ReactOutput] <: TypedTag[VDomBuilder, T, ReactFragT]

    Definition Classes
    Util
  2. implicit class ExtendedString extends AnyRef

    Definition Classes
    Util
  3. implicit class SeqNode[A] extends Modifier[Builder]

    Definition Classes
    Util

Abstract Value Members

  1. implicit abstract def SeqFrag[A](xs: Seq[A])(implicit arg0: (A) ⇒ Frag[VDomBuilder, ReactFragT]): Frag[VDomBuilder, ReactFragT]

    Definition Classes
    LowPriUtil
  2. abstract def makeAbstractTypedTag[T <: ReactOutput](tag: String, void: Boolean, namespaceConfig: Namespace): ConcreteHtmlTag[T]

    Definition Classes
    Util
  3. implicit abstract def stringAttrX: AttrValue[VDomBuilder, String]

    Attributes
    protected[this]
    Definition Classes
    Util
  4. implicit abstract def stringStyleX: StyleValue[VDomBuilder, String]

    Attributes
    protected[this]
    Definition Classes
    Util

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit def ArrayFrag[A](xs: Array[A])(implicit arg0: (A) ⇒ Frag[VDomBuilder, ReactFragT]): Frag[VDomBuilder, ReactFragT]

    Definition Classes
    LowPriUtil
  7. implicit def ArrayNode[A](xs: Array[A])(implicit arg0: (A) ⇒ Modifier[VDomBuilder]): SeqNode[A]

    Definition Classes
    Util
  8. implicit def OptionFrag[A](xs: Option[A])(implicit arg0: (A) ⇒ Frag[VDomBuilder, ReactFragT]): Frag[VDomBuilder, ReactFragT]

    Definition Classes
    LowPriUtil
  9. implicit def OptionNode[A](xs: Option[A])(implicit arg0: (A) ⇒ Modifier[VDomBuilder]): SeqNode[A]

    Definition Classes
    Util
  10. implicit def UnitNode(u: Unit): Modifier[VDomBuilder]

    Definition Classes
    Util
  11. val a: ConcreteHtmlTag[ReactOutput]

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

    Definition Classes
    ReactTags → Tags
  12. val area: ConcreteHtmlTag[ReactOutput]

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    MDN

    Definition Classes
    ReactTags → Tags
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. val audio: ConcreteHtmlTag[ReactOutput]

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

    Definition Classes
    ReactTags → Tags
  15. val b: ConcreteHtmlTag[ReactOutput]

    Bold text.

    Bold text.

    MDN

    Definition Classes
    ReactTags → Tags
  16. val base: ConcreteHtmlTag[ReactOutput]

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    MDN

    Definition Classes
    ReactTags → Tags
  17. val blockquote: ConcreteHtmlTag[ReactOutput]

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

    Definition Classes
    ReactTags → Tags
  18. val body: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  19. val br: ConcreteHtmlTag[ReactOutput]

    Represents a line break.

    Represents a line break.

    MDN

    Definition Classes
    ReactTags → Tags
  20. val button: ConcreteHtmlTag[ReactOutput]

    A button

    A button

    MDN

    Definition Classes
    ReactTags → Tags
  21. val canvas: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  22. val caption: ConcreteHtmlTag[ReactOutput]

    The title of a table.

    The title of a table.

    MDN

    Definition Classes
    ReactTags → Tags
  23. val cite: ConcreteHtmlTag[ReactOutput]

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN

    Definition Classes
    ReactTags → Tags
  24. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. val code: ConcreteHtmlTag[ReactOutput]

    Represents computer code.

    Represents computer code.

    MDN

    Definition Classes
    ReactTags → Tags
  26. val col: ConcreteHtmlTag[ReactOutput]

    A single column.

    A single column.

    MDN

    Definition Classes
    ReactTags → Tags
  27. val colgroup: ConcreteHtmlTag[ReactOutput]

    A set of columns.

    A set of columns.

    MDN

    Definition Classes
    ReactTags → Tags
  28. val datalist: ConcreteHtmlTag[ReactOutput]

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

    Definition Classes
    ReactTags → Tags
  29. val dd: ConcreteHtmlTag[ReactOutput]

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    MDN

    Definition Classes
    ReactTags → Tags
  30. val del: ConcreteHtmlTag[ReactOutput]

    Defines a removal from the document.

    Defines a removal from the document.

    MDN

    Definition Classes
    ReactTags → Tags
  31. val div: ConcreteHtmlTag[ReactOutput]

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

    Definition Classes
    ReactTags → Tags
  32. val dl: ConcreteHtmlTag[ReactOutput]

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

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

    MDN

    Definition Classes
    ReactTags → Tags
  33. val dt: ConcreteHtmlTag[ReactOutput]

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

    Definition Classes
    ReactTags → Tags
  34. val em: ConcreteHtmlTag[ReactOutput]

    Represents emphasized text.

    Represents emphasized text.

    MDN

    Definition Classes
    ReactTags → Tags
  35. val embed: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  36. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  38. val fieldset: ConcreteHtmlTag[ReactOutput]

    A set of fields.

    A set of fields.

    MDN

    Definition Classes
    ReactTags → Tags
  39. val figcaption: ConcreteHtmlTag[ReactOutput]

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

    Definition Classes
    ReactTags → Tags
  40. val figure: ConcreteHtmlTag[ReactOutput]

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    MDN

    Definition Classes
    ReactTags → Tags
  41. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. val footer: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  43. val form: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  44. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  45. val h1: ConcreteHtmlTag[ReactOutput]

    Heading level 1

    Heading level 1

    MDN

    Definition Classes
    ReactTags → Tags
  46. val h2: ConcreteHtmlTag[ReactOutput]

    Heading level 2

    Heading level 2

    MDN

    Definition Classes
    ReactTags → Tags
  47. val h3: ConcreteHtmlTag[ReactOutput]

    Heading level 3

    Heading level 3

    MDN

    Definition Classes
    ReactTags → Tags
  48. val h4: ConcreteHtmlTag[ReactOutput]

    Heading level 4

    Heading level 4

    MDN

    Definition Classes
    ReactTags → Tags
  49. val h5: ConcreteHtmlTag[ReactOutput]

    Heading level 5

    Heading level 5

    MDN

    Definition Classes
    ReactTags → Tags
  50. val h6: ConcreteHtmlTag[ReactOutput]

    Heading level 6

    Heading level 6

    MDN

    Definition Classes
    ReactTags → Tags
  51. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  52. val head: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  53. val header: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  54. val hr: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  55. val html: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  56. val i: ConcreteHtmlTag[ReactOutput]

    Italicized text.

    Italicized text.

    MDN

    Definition Classes
    ReactTags → Tags
  57. val iframe: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  58. val img: ConcreteHtmlTag[ReactOutput]

    Represents an image.

    Represents an image.

    MDN

    Definition Classes
    ReactTags → Tags
  59. val input: ConcreteHtmlTag[ReactOutput]

    A typed data field allowing the user to input data.

    A typed data field allowing the user to input data.

    MDN

    Definition Classes
    ReactTags → Tags
  60. val ins: ConcreteHtmlTag[ReactOutput]

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

    Definition Classes
    ReactTags → Tags
  61. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  62. val label: ConcreteHtmlTag[ReactOutput]

    The caption of a single field

    The caption of a single field

    MDN

    Definition Classes
    ReactTags → Tags
  63. val legend: ConcreteHtmlTag[ReactOutput]

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

    Definition Classes
    ReactTags → Tags
  64. val li: ConcreteHtmlTag[ReactOutput]

    Defines an item of an list.

    Defines an item of an list.

    MDN

    Definition Classes
    ReactTags → Tags
  65. val link: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  66. val map: ConcreteHtmlTag[ReactOutput]

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

    Definition Classes
    ReactTags → Tags
  67. val meta: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  68. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  71. val object: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  72. val ol: ConcreteHtmlTag[ReactOutput]

    Defines an ordered list of items.

    Defines an ordered list of items.

    MDN

    Definition Classes
    ReactTags → Tags
  73. val optgroup: ConcreteHtmlTag[ReactOutput]

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

    Definition Classes
    ReactTags → Tags
  74. val option: ConcreteHtmlTag[ReactOutput]

    An option in a select element.

    An option in a select element.

    MDN

    Definition Classes
    ReactTags → Tags
  75. val p: ConcreteHtmlTag[ReactOutput]

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    MDN

    Definition Classes
    ReactTags → Tags
  76. val param: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  77. val pre: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  78. val s: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  79. val script: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  80. val select: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  81. val small: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  82. val source: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  83. val span: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  84. val strong: ConcreteHtmlTag[ReactOutput]

    Represents especially important text.

    Represents especially important text.

    MDN

    Definition Classes
    ReactTags → Tags
  85. val sub: ConcreteHtmlTag[ReactOutput]

    Subscript tag[ReactOutput]

    Subscript tag[ReactOutput]

    MDN

    Definition Classes
    ReactTags → Tags
  86. val sup: ConcreteHtmlTag[ReactOutput]

    Superscript tag.

    Superscript tag.

    MDN

    Definition Classes
    ReactTags → Tags
  87. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  88. val table: ConcreteHtmlTag[ReactOutput]

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

    Definition Classes
    ReactTags → Tags
  89. val tbody: ConcreteHtmlTag[ReactOutput]

    The table body.

    The table body.

    MDN

    Definition Classes
    ReactTags → Tags
  90. val td: ConcreteHtmlTag[ReactOutput]

    A single cell in a table.

    A single cell in a table.

    MDN

    Definition Classes
    ReactTags → Tags
  91. val textarea: ConcreteHtmlTag[ReactOutput]

    A multiline text edit control.

    A multiline text edit control.

    MDN

    Definition Classes
    ReactTags → Tags
  92. val tfoot: ConcreteHtmlTag[ReactOutput]

    The table footer.

    The table footer.

    MDN

    Definition Classes
    ReactTags → Tags
  93. val th: ConcreteHtmlTag[ReactOutput]

    A header cell in a table.

    A header cell in a table.

    MDN

    Definition Classes
    ReactTags → Tags
  94. val thead: ConcreteHtmlTag[ReactOutput]

    The table headers.

    The table headers.

    MDN

    Definition Classes
    ReactTags → Tags
  95. def toString(): String

    Definition Classes
    AnyRef → Any
  96. val tr: ConcreteHtmlTag[ReactOutput]

    A single row in a table.

    A single row in a table.

    MDN

    Definition Classes
    ReactTags → Tags
  97. val track: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  98. val u: ConcreteHtmlTag[ReactOutput]

    Underlined text.

    Underlined text.

    MDN

    Definition Classes
    ReactTags → Tags
  99. val ul: ConcreteHtmlTag[ReactOutput]

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

    Definition Classes
    ReactTags → Tags
  100. val video: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags
  101. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  104. val wbr: ConcreteHtmlTag[ReactOutput]

    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
    ReactTags → Tags

Inherited from Tags[VDomBuilder, ReactOutput, ReactFragT]

Inherited from Util[VDomBuilder, ReactOutput, ReactFragT]

Inherited from LowPriUtil[VDomBuilder, ReactOutput, ReactFragT]

Inherited from AnyRef

Inherited from Any

Ungrouped