japgolly.scalajs.react.vdom

Tags

Related Docs: trait Tags | package vdom

object Tags extends JustTags

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tags
  2. JustTags
  3. Tags
  4. Tags
  5. HtmlTags
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final val a: ReactTag

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

    Definition Classes
    HtmlTags
  5. final val abbr: ReactTag

    An abbreviation or acronym; the expansion of the abbreviation can be represented in the title attribute.

    An abbreviation or acronym; the expansion of the abbreviation can be represented in the title attribute.

    MDN

    Definition Classes
    HtmlTags
  6. final val address: ReactTag

    Defines a section containing contact information.

    Defines a section containing contact information.

    MDN

    Definition Classes
    HtmlTags
  7. final val area: ReactTag

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    MDN

    Definition Classes
    HtmlTags
  8. final val article: ReactTag

    Defines self-contained content that could exist independently of the rest of the content.

    Defines self-contained content that could exist independently of the rest of the content.

    MDN

    Definition Classes
    HtmlTags
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. final val aside: ReactTag

    Defines some content loosely related to the page content.

    Defines some content loosely related to the page content. If it is removed, the remaining content still makes sense.

    MDN

    Definition Classes
    HtmlTags
  11. final val audio: ReactTag

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

    Definition Classes
    HtmlTags
  12. final val b: ReactTag

    Bold text.

    Bold text.

    MDN

    Definition Classes
    HtmlTags
  13. final val base: ReactTag

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    MDN

    Definition Classes
    HtmlTags
  14. final val bdi: ReactTag

    Represents text that must be isolated from its surrounding for bidirectional text formatting.

    Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows embedding a span of text with a different, or unknown, directionality.

    MDN

    Definition Classes
    HtmlTags
  15. final val bdo: ReactTag

    Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.

    Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.

    MDN

    Definition Classes
    HtmlTags
  16. final val big: ReactTag

    Definition Classes
    Tags
  17. final val blockquote: ReactTag

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

    Definition Classes
    HtmlTags
  18. final val body: ReactTag

    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
    HtmlTags
  19. final val br: ReactTag

    Represents a line break.

    Represents a line break.

    MDN

    Definition Classes
    HtmlTags
  20. final val button: ReactTag

    A button

    A button

    MDN

    Definition Classes
    HtmlTags
  21. final val canvas: ReactTag

    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
    HtmlTags
  22. final val caption: ReactTag

    The title of a table.

    The title of a table.

    MDN

    Definition Classes
    HtmlTags
  23. final val cite: ReactTag

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN

    Definition Classes
    HtmlTags
  24. def clone(): AnyRef

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

    Represents computer code.

    Represents computer code.

    MDN

    Definition Classes
    HtmlTags
  26. final val col: ReactTag

    A single column.

    A single column.

    MDN

    Definition Classes
    HtmlTags
  27. final val colgroup: ReactTag

    A set of columns.

    A set of columns.

    MDN

    Definition Classes
    HtmlTags
  28. final val command: ReactTag

    A command that the user can invoke.

    A command that the user can invoke.

    MDN

    Definition Classes
    HtmlTags
  29. final val data: ReactTag

    Associates to its content a machine-readable equivalent.

    Associates to its content a machine-readable equivalent.

    MDN

    Definition Classes
    HtmlTags
  30. final val datalist: ReactTag

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

    Definition Classes
    HtmlTags
  31. final val dd: ReactTag

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    MDN

    Definition Classes
    HtmlTags
  32. final val del: ReactTag

    Defines a remofinal val from the document.

    Defines a remofinal val from the document.

    MDN

    Definition Classes
    HtmlTags
  33. final val details: ReactTag

    A widget from which the user can obtain additional information or controls.

    A widget from which the user can obtain additional information or controls.

    MDN

    Definition Classes
    HtmlTags
  34. final val dfn: ReactTag

    Represents a term whose definition is contained in its nearest ancestor content.

    Represents a term whose definition is contained in its nearest ancestor content.

    MDN

    Definition Classes
    HtmlTags
  35. final val dialog: ReactTag

    Definition Classes
    Tags
  36. final val div: ReactTag

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

    Definition Classes
    HtmlTags
  37. final val dl: ReactTag

    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
    HtmlTags
  38. final val dt: ReactTag

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

    Definition Classes
    HtmlTags
  39. final val em: ReactTag

    Represents emphasized text.

    Represents emphasized text.

    MDN

    Definition Classes
    HtmlTags
  40. final val embed: ReactTag

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

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

    Definition Classes
    AnyRef → Any
  43. final val fieldset: ReactTag

    A set of fields.

    A set of fields.

    MDN

    Definition Classes
    HtmlTags
  44. final val figcaption: ReactTag

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

    Definition Classes
    HtmlTags
  45. final val figure: ReactTag

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    MDN

    Definition Classes
    HtmlTags
  46. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  47. final val footer: ReactTag

    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
    HtmlTags
  48. final val form: ReactTag

    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
    HtmlTags
  49. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  50. final val h1: ReactTag

    Heading level 1

    Heading level 1

    MDN

    Definition Classes
    HtmlTags
  51. final val h2: ReactTag

    Heading level 2

    Heading level 2

    MDN

    Definition Classes
    HtmlTags
  52. final val h3: ReactTag

    Heading level 3

    Heading level 3

    MDN

    Definition Classes
    HtmlTags
  53. final val h4: ReactTag

    Heading level 4

    Heading level 4

    MDN

    Definition Classes
    HtmlTags
  54. final val h5: ReactTag

    Heading level 5

    Heading level 5

    MDN

    Definition Classes
    HtmlTags
  55. final val h6: ReactTag

    Heading level 6

    Heading level 6

    MDN

    Definition Classes
    HtmlTags
  56. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  57. final val head: ReactTag

    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
    HtmlTags
  58. final val header: ReactTag

    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
    HtmlTags
  59. final val hr: ReactTag

    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
    HtmlTags
  60. final val html: ReactTag

    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
    HtmlTags
  61. final val i: ReactTag

    Italicized text.

    Italicized text.

    MDN

    Definition Classes
    HtmlTags
  62. final val iframe: ReactTag

    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
    HtmlTags
  63. final val img: ReactTag

    Represents an image.

    Represents an image.

    MDN

    Definition Classes
    HtmlTags
  64. final val input: ReactTag

    A typed data field allowing the user to input data.

    A typed data field allowing the user to input data.

    MDN

    Definition Classes
    HtmlTags
  65. final val ins: ReactTag

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

    Definition Classes
    HtmlTags
  66. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  67. final val kbd: ReactTag

    Represents user input, often from a keyboard, but not necessarily.

    Represents user input, often from a keyboard, but not necessarily.

    MDN

    Definition Classes
    HtmlTags
  68. final val keygen: ReactTag

    A key-pair generator control.

    A key-pair generator control.

    MDN

    Definition Classes
    HtmlTags
  69. final val label: ReactTag

    The caption of a single field

    The caption of a single field

    MDN

    Definition Classes
    HtmlTags
  70. final val legend: ReactTag

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

    Definition Classes
    HtmlTags
  71. final val li: ReactTag

    Defines an item of an list.

    Defines an item of an list.

    MDN

    Definition Classes
    HtmlTags
  72. final val link: ReactTag

    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
    HtmlTags
  73. final val main: ReactTag

    Defines the main or important content in the document.

    Defines the main or important content in the document. There is only one main element in the document.

    MDN

    Definition Classes
    HtmlTags
  74. final val map: ReactTag

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

    Definition Classes
    HtmlTags
  75. final val mark: ReactTag

    Represents text highlighted for reference purposes, that is for its relevance in another context.

    Represents text highlighted for reference purposes, that is for its relevance in another context.

    MDN

    Definition Classes
    HtmlTags
  76. final val math: ReactTag

    Defines a mathematical formula.

    Defines a mathematical formula.

    MDN

    Definition Classes
    HtmlTags
  77. final val menu: ReactTag

    A list of commands

    A list of commands

    MDN

    Definition Classes
    HtmlTags
  78. final val menuitem: ReactTag

    Definition Classes
    Tags
  79. final val meta: ReactTag

    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
    HtmlTags
  80. final val meter: ReactTag

    A scalar measurement within a known range.

    A scalar measurement within a known range.

    MDN

    Definition Classes
    HtmlTags
  81. final val nav: ReactTag

    Represents a section of a page that links to other pages or to parts within the page: a section with navigation links.

    Represents a section of a page that links to other pages or to parts within the page: a section with navigation links.

    MDN

    Definition Classes
    HtmlTags
  82. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  83. final val noscript: ReactTag

    Defines alternative content to display when the browser doesn't support scripting.

    Defines alternative content to display when the browser doesn't support scripting.

    MDN

    Definition Classes
    HtmlTags
  84. final def notify(): Unit

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

    Definition Classes
    AnyRef
  86. final val object: ReactTag

    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
    HtmlTags
  87. final val ol: ReactTag

    Defines an ordered list of items.

    Defines an ordered list of items.

    MDN

    Definition Classes
    HtmlTags
  88. final val optgroup: ReactTag

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

    Definition Classes
    HtmlTags
  89. final val option: ReactTag

    An option in a select element.

    An option in a select element.

    MDN

    Definition Classes
    HtmlTags
  90. final val output: ReactTag

    The result of a calculation

    The result of a calculation

    MDN

    Definition Classes
    HtmlTags
  91. final val p: ReactTag

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    MDN

    Definition Classes
    HtmlTags
  92. final val param: ReactTag

    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
    HtmlTags
  93. final val pre: ReactTag

    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
    HtmlTags
  94. final val progress: ReactTag

    A progress completion bar

    A progress completion bar

    MDN

    Definition Classes
    HtmlTags
  95. final val q: ReactTag

    An inline quotation.

    An inline quotation.

    MDN

    Definition Classes
    HtmlTags
  96. final val rp: ReactTag

    Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.

    Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.

    MDN

    Definition Classes
    HtmlTags
  97. final val rt: ReactTag

    Represents the text of a ruby annotation.

    Represents the text of a ruby annotation.

    MDN

    Definition Classes
    HtmlTags
  98. final val ruby: ReactTag

    Represents content to be marked with ruby annotations, short runs of text presented alongside the text.

    Represents content to be marked with ruby annotations, short runs of text presented alongside the text. This is often used in conjunction with East Asian language where the annotations act as a guide for pronunciation, like the Japanese furigana .

    MDN

    Definition Classes
    HtmlTags
  99. final val s: ReactTag

    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
    HtmlTags
  100. final val samp: ReactTag

    Represents the output of a program or a computer.

    Represents the output of a program or a computer.

    MDN

    Definition Classes
    HtmlTags
  101. final val script: ReactTag

    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
    HtmlTags
  102. final val section: ReactTag

    Represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.

    Represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.

    MDN

    Definition Classes
    HtmlTags
  103. final val select: ReactTag

    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
    HtmlTags
  104. final val small: ReactTag

    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
    HtmlTags
  105. final val source: ReactTag

    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
    HtmlTags
  106. final val span: ReactTag

    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
    HtmlTags
  107. final val strong: ReactTag

    Represents especially important text.

    Represents especially important text.

    MDN

    Definition Classes
    HtmlTags
  108. final val styleTag: ReactTag

    Used to write inline CSS.

    Used to write inline CSS.

    MDN

    Definition Classes
    HtmlTags
  109. final val sub: ReactTag

    Subscript tag

    Subscript tag

    MDN

    Definition Classes
    HtmlTags
  110. final val summary: ReactTag

    A summary, caption, or legend for a given details.

    A summary, caption, or legend for a given details.

    MDN

    Definition Classes
    HtmlTags
  111. final val sup: ReactTag

    Superscript tag.

    Superscript tag.

    MDN

    Definition Classes
    HtmlTags
  112. final def svg: SvgTags.type

    Definition Classes
    JustTags
  113. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  114. final val table: ReactTag

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

    Definition Classes
    HtmlTags
  115. final val tbody: ReactTag

    The table body.

    The table body.

    MDN

    Definition Classes
    HtmlTags
  116. final val td: ReactTag

    A single cell in a table.

    A single cell in a table.

    MDN

    Definition Classes
    HtmlTags
  117. final val textarea: ReactTag

    A multiline text edit control.

    A multiline text edit control.

    MDN

    Definition Classes
    HtmlTags
  118. final val tfoot: ReactTag

    The table footer.

    The table footer.

    MDN

    Definition Classes
    HtmlTags
  119. final val th: ReactTag

    A header cell in a table.

    A header cell in a table.

    MDN

    Definition Classes
    HtmlTags
  120. final val thead: ReactTag

    The table headers.

    The table headers.

    MDN

    Definition Classes
    HtmlTags
  121. final val time: ReactTag

    Represents a date and time value; the machine-readable equivalent can be represented in the datetime attribetu

    Represents a date and time value; the machine-readable equivalent can be represented in the datetime attribetu

    MDN

    Definition Classes
    HtmlTags
  122. final val titleTag: ReactTag

    Defines the title of the document, shown in a browser's title bar or on the page's tab.

    Defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.

    MDN

    Definition Classes
    HtmlTags
  123. def toString(): String

    Definition Classes
    AnyRef → Any
  124. final val tr: ReactTag

    A single row in a table.

    A single row in a table.

    MDN

    Definition Classes
    HtmlTags
  125. final val track: ReactTag

    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
    HtmlTags
  126. final val u: ReactTag

    Underlined text.

    Underlined text.

    MDN

    Definition Classes
    HtmlTags
  127. final val ul: ReactTag

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

    Definition Classes
    HtmlTags
  128. final val var: ReactTag

    Represents a variable.

    Represents a variable.

    MDN

    Definition Classes
    HtmlTags
  129. final val video: ReactTag

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  133. final val wbr: ReactTag

    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
    HtmlTags

Inherited from JustTags

Inherited from Tags

Inherited from Extra.Tags

Inherited from HtmlTags

Inherited from AnyRef

Inherited from Any

Ungrouped