Object/Trait

japgolly.scalajs.react.vdom

HtmlTags

Related Docs: trait HtmlTags | package vdom

Permalink

object HtmlTags extends HtmlTags

Linear Supertypes
HtmlTags, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HtmlTags
  2. HtmlTags
  3. AnyRef
  4. 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. object a extends TagOf[Anchor]

    Permalink

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    Definition Classes
    HtmlTags
  5. final def abbr: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  6. final def address: HtmlTagOf[Element]

    Permalink

    Defines a section containing contact information.

    Defines a section containing contact information.

    Definition Classes
    HtmlTags
  7. final def area: HtmlTagOf[Area]

    Permalink

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    Definition Classes
    HtmlTags
  8. final def article: HtmlTagOf[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.

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

    Permalink
    Definition Classes
    Any
  10. final def aside: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  11. final def audio: HtmlTagOf[Audio]

    Permalink

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    Definition Classes
    HtmlTags
  12. final def b: HtmlTagOf[Element]

    Permalink

    Bold text.

    Bold text.

    Definition Classes
    HtmlTags
  13. final def base: HtmlTagOf[Base]

    Permalink

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    Definition Classes
    HtmlTags
  14. final def bdi: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  15. final def bdo: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  16. final def blockquote: HtmlTagOf[Quote]

    Permalink

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    Definition Classes
    HtmlTags
  17. final def body: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  18. final def br: HtmlTagOf[BR]

    Permalink

    Represents a line break.

    Represents a line break.

    Definition Classes
    HtmlTags
  19. final def button: HtmlTagOf[Button]

    Permalink
    Definition Classes
    HtmlTags
  20. final def canvas: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  21. final def caption: HtmlTagOf[TableCaption]

    Permalink

    The title of a table.

    The title of a table.

    Definition Classes
    HtmlTags
  22. final def cite: HtmlTagOf[Element]

    Permalink

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    Definition Classes
    HtmlTags
  23. def clone(): AnyRef

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

    Permalink

    Represents computer code.

    Represents computer code.

    Definition Classes
    HtmlTags
  25. final def col: HtmlTagOf[TableCol]

    Permalink

    A single column.

    A single column.

    Definition Classes
    HtmlTags
  26. final def colgroup: HtmlTagOf[TableCol]

    Permalink

    A set of columns.

    A set of columns.

    Definition Classes
    HtmlTags
  27. final def command: HtmlTagOf[Element]

    Permalink

    A command that the user can invoke.

    A command that the user can invoke.

    Definition Classes
    HtmlTags
  28. final def data: HtmlTagOf[Element]

    Permalink

    Associates to its content a machine-readable equivalent.

    Associates to its content a machine-readable equivalent.

    Definition Classes
    HtmlTags
  29. final def datalist: HtmlTagOf[DataList]

    Permalink

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    Definition Classes
    HtmlTags
  30. final def dd: HtmlTagOf[DD]

    Permalink

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    Definition Classes
    HtmlTags
  31. final def del: HtmlTagOf[Mod]

    Permalink

    Defines a remofinal def from the document.

    Defines a remofinal def from the document.

    Definition Classes
    HtmlTags
  32. final def details: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  33. final def dfn: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  34. final def div: HtmlTagOf[Div]

    Permalink

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    Definition Classes
    HtmlTags
  35. final def dl: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  36. final def dt: HtmlTagOf[DT]

    Permalink

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    Definition Classes
    HtmlTags
  37. final def em: HtmlTagOf[Element]

    Permalink

    Represents emphasized text.

    Represents emphasized text.

    Definition Classes
    HtmlTags
  38. final def embed: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  39. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def fieldset: HtmlTagOf[FieldSet]

    Permalink

    A set of fields.

    A set of fields.

    Definition Classes
    HtmlTags
  42. final def figcaption: HtmlTagOf[Element]

    Permalink

    Represents the legend of a figure.

    Represents the legend of a figure.

    Definition Classes
    HtmlTags
  43. final def figure: HtmlTagOf[Element]

    Permalink

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    Definition Classes
    HtmlTags
  44. def finalize(): Unit

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

    Definition Classes
    HtmlTags
  46. final def form: HtmlTagOf[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.

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

    Permalink
    Definition Classes
    AnyRef → Any
  48. final def h1: HtmlTagOf[Heading]

    Permalink

    Heading level 1

    Heading level 1

    Definition Classes
    HtmlTags
  49. final def h2: HtmlTagOf[Heading]

    Permalink

    Heading level 2

    Heading level 2

    Definition Classes
    HtmlTags
  50. final def h3: HtmlTagOf[Heading]

    Permalink

    Heading level 3

    Heading level 3

    Definition Classes
    HtmlTags
  51. final def h4: HtmlTagOf[Heading]

    Permalink

    Heading level 4

    Heading level 4

    Definition Classes
    HtmlTags
  52. final def h5: HtmlTagOf[Heading]

    Permalink

    Heading level 5

    Heading level 5

    Definition Classes
    HtmlTags
  53. final def h6: HtmlTagOf[Heading]

    Permalink

    Heading level 6

    Heading level 6

    Definition Classes
    HtmlTags
  54. def hashCode(): Int

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

    Definition Classes
    HtmlTags
  56. final def header: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  57. final def hr: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  58. final def html: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  59. final def i: HtmlTagOf[Element]

    Permalink

    Italicized text.

    Italicized text.

    Definition Classes
    HtmlTags
  60. final def iframe: HtmlTagOf[IFrame]

    Permalink

    Represents a nested browsing context, that is an embedded HTML document.

    Represents a nested browsing context, that is an embedded HTML document.

    Definition Classes
    HtmlTags
  61. final def img: HtmlTagOf[Image]

    Permalink

    Represents an image.

    Represents an image.

    Definition Classes
    HtmlTags
  62. object input extends TagOf[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.

    Definition Classes
    HtmlTags
  63. final def ins: HtmlTagOf[Mod]

    Permalink

    Defines an addition to the document.

    Defines an addition to the document.

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

    Permalink
    Definition Classes
    Any
  65. final def kbd: HtmlTagOf[Element]

    Permalink

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

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

    Definition Classes
    HtmlTags
  66. final def keygen: HtmlTagOf[Element]

    Permalink

    A key-pair generator control.

    A key-pair generator control.

    Definition Classes
    HtmlTags
  67. final def label: HtmlTagOf[Label]

    Permalink

    The caption of a single field

    The caption of a single field

    Definition Classes
    HtmlTags
  68. final def legend: HtmlTagOf[Legend]

    Permalink

    The caption for a fieldset.

    The caption for a fieldset.

    Definition Classes
    HtmlTags
  69. final def li: HtmlTagOf[LI]

    Permalink

    Defines an item of an list.

    Defines an item of an list.

    Definition Classes
    HtmlTags
  70. final def link: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  71. final def main: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  72. final def map: HtmlTagOf[Map]

    Permalink

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    Definition Classes
    HtmlTags
  73. final def mark: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  74. final def math: HtmlTagOf[Element]

    Permalink

    Defines a mathematical formula.

    Defines a mathematical formula.

    Definition Classes
    HtmlTags
  75. final def menu: HtmlTagOf[Menu]

    Permalink

    A list of commands

    A list of commands

    Definition Classes
    HtmlTags
  76. final def meta: HtmlTagOf[Meta]

    Permalink

    Defines metadata that can't be defined using another HTML element.

    Defines metadata that can't be defined using another HTML element.

    Definition Classes
    HtmlTags
  77. final def meter: HtmlTagOf[Element]

    Permalink

    A scalar measurement within a known range.

    A scalar measurement within a known range.

    Definition Classes
    HtmlTags
  78. final def nav: HtmlTagOf[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.

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

    Permalink
    Definition Classes
    AnyRef
  80. final def noscript: HtmlTagOf[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.

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

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

    Permalink
    Definition Classes
    AnyRef
  83. final def object: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  84. final def ol: HtmlTagOf[OList]

    Permalink

    Defines an ordered list of items.

    Defines an ordered list of items.

    Definition Classes
    HtmlTags
  85. final def optgroup: HtmlTagOf[OptGroup]

    Permalink

    A set of options, logically grouped.

    A set of options, logically grouped.

    Definition Classes
    HtmlTags
  86. final def option: HtmlTagOf[Option]

    Permalink

    An option in a select element.

    An option in a select element.

    Definition Classes
    HtmlTags
  87. final def output: HtmlTagOf[Element]

    Permalink

    The result of a calculation

    The result of a calculation

    Definition Classes
    HtmlTags
  88. final def p: HtmlTagOf[Paragraph]

    Permalink

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    Definition Classes
    HtmlTags
  89. final def param: HtmlTagOf[Param]

    Permalink

    Defines parameters for use by plug-ins invoked by object elements.

    Defines parameters for use by plug-ins invoked by object elements.

    Definition Classes
    HtmlTags
  90. final def pre: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  91. final def progress: HtmlTagOf[Progress]

    Permalink

    A progress completion bar

    A progress completion bar

    Definition Classes
    HtmlTags
  92. final def q: HtmlTagOf[Quote]

    Permalink

    An inline quotation.

    An inline quotation.

    Definition Classes
    HtmlTags
  93. final def rp: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  94. final def rt: HtmlTagOf[Element]

    Permalink

    Represents the text of a ruby annotation.

    Represents the text of a ruby annotation.

    Definition Classes
    HtmlTags
  95. final def ruby: HtmlTagOf[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 .

    Definition Classes
    HtmlTags
  96. final def s: HtmlTagOf[Element]

    Permalink

    Strikethrough element, used for that is no longer accurate or relevant.

    Strikethrough element, used for that is no longer accurate or relevant.

    Definition Classes
    HtmlTags
  97. final def samp: HtmlTagOf[Element]

    Permalink

    Represents the output of a program or a computer.

    Represents the output of a program or a computer.

    Definition Classes
    HtmlTags
  98. final def script: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  99. final def section: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  100. final def select: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  101. final def small: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  102. final def source: HtmlTagOf[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

    Definition Classes
    HtmlTags
  103. final def span: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  104. final def strong: HtmlTagOf[Element]

    Permalink

    Represents especially important text.

    Represents especially important text.

    Definition Classes
    HtmlTags
  105. final def styleTag: HtmlTagOf[org.scalajs.dom.html.Style]

    Permalink

    Used to write inline CSS.

    Used to write inline CSS.

    Definition Classes
    HtmlTags
  106. final def sub: HtmlTagOf[Element]

    Permalink

    Subscript tag

    Subscript tag

    Definition Classes
    HtmlTags
  107. final def summary: HtmlTagOf[Element]

    Permalink

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

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

    Definition Classes
    HtmlTags
  108. final def sup: HtmlTagOf[Element]

    Permalink

    Superscript tag.

    Superscript tag.

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

    Permalink
    Definition Classes
    AnyRef
  110. final def table: HtmlTagOf[Table]

    Permalink

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    Definition Classes
    HtmlTags
  111. final def tbody: HtmlTagOf[TableSection]

    Permalink

    The table body.

    The table body.

    Definition Classes
    HtmlTags
  112. final def td: HtmlTagOf[TableCell]

    Permalink

    A single cell in a table.

    A single cell in a table.

    Definition Classes
    HtmlTags
  113. final def textarea: HtmlTagOf[TextArea]

    Permalink

    A multiline text edit control.

    A multiline text edit control.

    Definition Classes
    HtmlTags
  114. final def tfoot: HtmlTagOf[TableSection]

    Permalink

    The table footer.

    The table footer.

    Definition Classes
    HtmlTags
  115. final def th: HtmlTagOf[TableHeaderCell]

    Permalink

    A header cell in a table.

    A header cell in a table.

    Definition Classes
    HtmlTags
  116. final def thead: HtmlTagOf[TableSection]

    Permalink

    The table headers.

    The table headers.

    Definition Classes
    HtmlTags
  117. final def time: HtmlTagOf[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

    Definition Classes
    HtmlTags
  118. final def titleTag: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  119. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  120. final def tr: HtmlTagOf[TableRow]

    Permalink

    A single row in a table.

    A single row in a table.

    Definition Classes
    HtmlTags
  121. final def track: HtmlTagOf[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

    Definition Classes
    HtmlTags
  122. final def u: HtmlTagOf[Element]

    Permalink

    Underlined text.

    Underlined text.

    Definition Classes
    HtmlTags
  123. final def ul: HtmlTagOf[UList]

    Permalink

    Defines an unordered list of items.

    Defines an unordered list of items.

    Definition Classes
    HtmlTags
  124. final def var: HtmlTagOf[Element]

    Permalink

    Represents a variable.

    Represents a variable.

    Definition Classes
    HtmlTags
  125. final def video: HtmlTagOf[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.

    Definition Classes
    HtmlTags
  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 def wbr: HtmlTagOf[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.

    Definition Classes
    HtmlTags

Inherited from HtmlTags

Inherited from AnyRef

Inherited from Any

Ungrouped