Trait

com.dispalt.vdom

HtmlTags

Related Doc: package vdom

Permalink

trait HtmlTags extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HtmlTags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val a: ReactTagOf[Anchor]

    Permalink

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

  5. final lazy val abbr: ReactTagOf[Element]

    Permalink

    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

  6. final lazy val address: ReactTagOf[Element]

    Permalink

    Defines a section containing contact information.

    Defines a section containing contact information.

    MDN

  7. final lazy val area: ReactTagOf[Area]

    Permalink

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    MDN

  8. final lazy val article: ReactTagOf[Element]

    Permalink

    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

  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. final lazy val aside: ReactTagOf[Element]

    Permalink

    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

  11. final lazy val audio: ReactTagOf[Audio]

    Permalink

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

  12. final lazy val b: ReactTagOf[Element]

    Permalink

    Bold text.

    Bold text.

    MDN

  13. final lazy val base: ReactTagOf[org.scalajs.dom.html.Base]

    Permalink

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    MDN

  14. final lazy val bdi: ReactTagOf[Element]

    Permalink

    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

  15. final lazy val bdo: ReactTagOf[Element]

    Permalink

    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

  16. final lazy val blockquote: ReactTagOf[Quote]

    Permalink

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

  17. final lazy val body: ReactTagOf[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

  18. final lazy val br: ReactTagOf[BR]

    Permalink

    Represents a line break.

    Represents a line break.

    MDN

  19. final val button: ReactTagOf[Button]

    Permalink

    A button

    A button

    MDN

  20. final lazy val canvas: ReactTagOf[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

  21. final lazy val caption: ReactTagOf[TableCaption]

    Permalink

    The title of a table.

    The title of a table.

    MDN

  22. final lazy val cite: ReactTagOf[Element]

    Permalink

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN

  23. def clone(): AnyRef

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

    Permalink

    Represents computer code.

    Represents computer code.

    MDN

  25. final lazy val col: ReactTagOf[TableCol]

    Permalink

    A single column.

    A single column.

    MDN

  26. final lazy val colgroup: ReactTagOf[TableCol]

    Permalink

    A set of columns.

    A set of columns.

    MDN

  27. final lazy val command: ReactTagOf[Element]

    Permalink

    A command that the user can invoke.

    A command that the user can invoke.

    MDN

  28. final lazy val data: ReactTagOf[Element]

    Permalink

    Associates to its content a machine-readable equivalent.

    Associates to its content a machine-readable equivalent.

    MDN

  29. final lazy val datalist: ReactTagOf[DataList]

    Permalink

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

  30. final lazy val dd: ReactTagOf[DD]

    Permalink

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    MDN

  31. final lazy val del: ReactTagOf[Mod]

    Permalink

    Defines a remofinal lazy val from the document.

    Defines a remofinal lazy val from the document.

    MDN

  32. final lazy val details: ReactTagOf[Element]

    Permalink

    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

  33. final lazy val dfn: ReactTagOf[Element]

    Permalink

    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

  34. final val div: ReactTagOf[Div]

    Permalink

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

  35. final lazy val dl: ReactTagOf[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

  36. final lazy val dt: ReactTagOf[DT]

    Permalink

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

  37. final lazy val em: ReactTagOf[Element]

    Permalink

    Represents emphasized text.

    Represents emphasized text.

    MDN

  38. final lazy val embed: ReactTagOf[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

  39. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. final lazy val fieldset: ReactTagOf[FieldSet]

    Permalink

    A set of fields.

    A set of fields.

    MDN

  42. final lazy val figcaption: ReactTagOf[Element]

    Permalink

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

  43. final lazy val figure: ReactTagOf[Element]

    Permalink

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    MDN

  44. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. final lazy val footer: ReactTagOf[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

  46. final lazy val form: ReactTagOf[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

  47. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  48. final lazy val h1: ReactTagOf[Heading]

    Permalink

    Heading level 1

    Heading level 1

    MDN

  49. final lazy val h2: ReactTagOf[Heading]

    Permalink

    Heading level 2

    Heading level 2

    MDN

  50. final lazy val h3: ReactTagOf[Heading]

    Permalink

    Heading level 3

    Heading level 3

    MDN

  51. final lazy val h4: ReactTagOf[Heading]

    Permalink

    Heading level 4

    Heading level 4

    MDN

  52. final lazy val h5: ReactTagOf[Heading]

    Permalink

    Heading level 5

    Heading level 5

    MDN

  53. final lazy val h6: ReactTagOf[Heading]

    Permalink

    Heading level 6

    Heading level 6

    MDN

  54. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  55. final lazy val head: ReactTagOf[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

  56. final lazy val header: ReactTagOf[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

  57. final lazy val hr: ReactTagOf[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

  58. final lazy val html: ReactTagOf[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

  59. final lazy val i: ReactTagOf[Element]

    Permalink

    Italicized text.

    Italicized text.

    MDN

  60. final lazy val iframe: ReactTagOf[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

  61. final val img: ReactTagOf[Image]

    Permalink

    Represents an image.

    Represents an image.

    MDN

  62. object input extends ReactTagOf[Input]

    Permalink

    The HTML element <input> is used to create interactive controls for web-based forms in order to accept data from the user.

    The HTML element <input> is used to create interactive controls for web-based forms in order to accept data from the user. How an <input> works varies considerably depending on the value of its type attribute.

  63. final lazy val ins: ReactTagOf[Mod]

    Permalink

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

  64. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  65. final lazy val kbd: ReactTagOf[Element]

    Permalink

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

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

    MDN

  66. final lazy val keygen: ReactTagOf[Element]

    Permalink

    A key-pair generator control.

    A key-pair generator control.

    MDN

  67. final lazy val label: ReactTagOf[Label]

    Permalink

    The caption of a single field

    The caption of a single field

    MDN

  68. final lazy val legend: ReactTagOf[Legend]

    Permalink

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

  69. final lazy val li: ReactTagOf[LI]

    Permalink

    Defines an item of an list.

    Defines an item of an list.

    MDN

  70. final lazy val link: ReactTagOf[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

  71. final lazy val main: ReactTagOf[Element]

    Permalink

    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

  72. final lazy val map: ReactTagOf[Map]

    Permalink

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

  73. final lazy val mark: ReactTagOf[Element]

    Permalink

    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

  74. final lazy val math: ReactTagOf[Element]

    Permalink

    Defines a mathematical formula.

    Defines a mathematical formula.

    MDN

  75. final lazy val menu: ReactTagOf[Menu]

    Permalink

    A list of commands

    A list of commands

    MDN

  76. final lazy val meta: ReactTagOf[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

  77. final lazy val meter: ReactTagOf[Element]

    Permalink

    A scalar measurement within a known range.

    A scalar measurement within a known range.

    MDN

  78. final lazy val nav: ReactTagOf[Element]

    Permalink

    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

  79. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  80. final lazy val noscript: ReactTagOf[Element]

    Permalink

    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

  81. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  83. final lazy val object: ReactTagOf[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

  84. final lazy val ol: ReactTagOf[OList]

    Permalink

    Defines an ordered list of items.

    Defines an ordered list of items.

    MDN

  85. final lazy val optgroup: ReactTagOf[OptGroup]

    Permalink

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

  86. final lazy val option: ReactTagOf[Option]

    Permalink

    An option in a select element.

    An option in a select element.

    MDN

  87. final lazy val output: ReactTagOf[Element]

    Permalink

    The result of a calculation

    The result of a calculation

    MDN

  88. final val p: ReactTagOf[Paragraph]

    Permalink

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    MDN

  89. final lazy val param: ReactTagOf[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

  90. final lazy val pre: ReactTagOf[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

  91. final lazy val progress: ReactTagOf[Progress]

    Permalink

    A progress completion bar

    A progress completion bar

    MDN

  92. final lazy val q: ReactTagOf[Quote]

    Permalink

    An inline quotation.

    An inline quotation.

    MDN

  93. final lazy val rp: ReactTagOf[Element]

    Permalink

    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

  94. final lazy val rt: ReactTagOf[Element]

    Permalink

    Represents the text of a ruby annotation.

    Represents the text of a ruby annotation.

    MDN

  95. final lazy val ruby: ReactTagOf[Element]

    Permalink

    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

  96. final lazy val s: ReactTagOf[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

  97. final lazy val samp: ReactTagOf[Element]

    Permalink

    Represents the output of a program or a computer.

    Represents the output of a program or a computer.

    MDN

  98. final lazy val script: ReactTagOf[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

  99. final lazy val section: ReactTagOf[Element]

    Permalink

    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

  100. final lazy val select: ReactTagOf[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

  101. final lazy val small: ReactTagOf[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

  102. final lazy val source: ReactTagOf[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

  103. final val span: ReactTagOf[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

  104. final lazy val strong: ReactTagOf[Element]

    Permalink

    Represents especially important text.

    Represents especially important text.

    MDN

  105. final lazy val styleTag: ReactTagOf[Style]

    Permalink

    Used to write inline CSS.

    Used to write inline CSS.

    MDN

  106. final lazy val sub: ReactTagOf[Element]

    Permalink

    Subscript tag

    Subscript tag

    MDN

  107. final lazy val summary: ReactTagOf[Element]

    Permalink

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

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

    MDN

  108. final lazy val sup: ReactTagOf[Element]

    Permalink

    Superscript tag.

    Superscript tag.

    MDN

  109. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  110. final lazy val table: ReactTagOf[Table]

    Permalink

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

  111. final lazy val tbody: ReactTagOf[TableSection]

    Permalink

    The table body.

    The table body.

    MDN

  112. final lazy val td: ReactTagOf[TableCell]

    Permalink

    A single cell in a table.

    A single cell in a table.

    MDN

  113. final lazy val textarea: ReactTagOf[TextArea]

    Permalink

    A multiline text edit control.

    A multiline text edit control.

    MDN

  114. final lazy val tfoot: ReactTagOf[TableSection]

    Permalink

    The table footer.

    The table footer.

    MDN

  115. final lazy val th: ReactTagOf[TableHeaderCell]

    Permalink

    A header cell in a table.

    A header cell in a table.

    MDN

  116. final lazy val thead: ReactTagOf[TableSection]

    Permalink

    The table headers.

    The table headers.

    MDN

  117. final lazy val time: ReactTagOf[Element]

    Permalink

    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

  118. final lazy val titleTag: ReactTagOf[Title]

    Permalink

    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

  119. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  120. final lazy val tr: ReactTagOf[TableRow]

    Permalink

    A single row in a table.

    A single row in a table.

    MDN

  121. final lazy val track: ReactTagOf[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

  122. final lazy val u: ReactTagOf[Element]

    Permalink

    Underlined text.

    Underlined text.

    MDN

  123. final lazy val ul: ReactTagOf[UList]

    Permalink

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

  124. final lazy val var: ReactTagOf[Element]

    Permalink

    Represents a variable.

    Represents a variable.

    MDN

  125. final lazy val video: ReactTagOf[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

  126. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  129. final lazy val wbr: ReactTagOf[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

Inherited from AnyRef

Inherited from Any

Ungrouped