Trait/Object

japgolly.scalajs.react.vdom

HtmlTags

Related Docs: object HtmlTags | 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. object a extends TagOf[Anchor]

    Permalink

    Represents a hyperlink, linking to another resource.

  5. final def abbr: HtmlTagOf[Element]

    Permalink

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

  6. final def address: HtmlTagOf[Element]

    Permalink

    Defines a section containing contact information.

  7. final def area: HtmlTagOf[Area]

    Permalink

    In conjunction with map, defines an image map

  8. final def article: HtmlTagOf[Element]

    Permalink

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

  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.

  11. final def audio: HtmlTagOf[Audio]

    Permalink

    Represents a sound or an audio stream.

  12. final def b: HtmlTagOf[Element]

    Permalink

    Bold text.

  13. final def base: HtmlTagOf[Base]

    Permalink

    Defines the base URL for relative URLs in the page.

  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.

  15. final def bdo: HtmlTagOf[Element]

    Permalink

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

  16. final def blockquote: HtmlTagOf[Quote]

    Permalink

    Represents a content that is quoted from another source.

  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.

  18. final def br: HtmlTagOf[BR]

    Permalink

    Represents a line break.

  19. final def button: HtmlTagOf[Button]

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

  21. final def caption: HtmlTagOf[TableCaption]

    Permalink

    The title of a table.

  22. final def cite: HtmlTagOf[Element]

    Permalink

    Represents the title of a work being cited.

  23. def clone(): AnyRef

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

    Permalink

    Represents computer code.

  25. final def col: HtmlTagOf[TableCol]

    Permalink

    A single column.

  26. final def colgroup: HtmlTagOf[TableCol]

    Permalink

    A set of columns.

  27. final def command: HtmlTagOf[Element]

    Permalink

    A command that the user can invoke.

  28. final def data: HtmlTagOf[Element]

    Permalink

    Associates to its content a machine-readable equivalent.

  29. final def datalist: HtmlTagOf[DataList]

    Permalink

    A set of predefined options for other controls.

  30. final def dd: HtmlTagOf[DD]

    Permalink

    Represents the definition of the terms immediately listed before it.

  31. final def del: HtmlTagOf[Mod]

    Permalink

    Defines a remofinal def from the document.

  32. final def details: HtmlTagOf[Element]

    Permalink

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

  33. final def dfn: HtmlTagOf[Element]

    Permalink

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

  34. final def div: HtmlTagOf[Div]

    Permalink

    Represents a generic container with no special meaning.

  35. final def dl: HtmlTagOf[DList]

    Permalink

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

  36. final def dt: HtmlTagOf[DT]

    Permalink

    Represents a term defined by the next dd

  37. final def em: HtmlTagOf[Element]

    Permalink

    Represents emphasized text.

  38. final def embed: HtmlTagOf[Embed]

    Permalink

    Represents a integration point for an external, often non-HTML, application or interactive content.

  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.

  42. final def figcaption: HtmlTagOf[Element]

    Permalink

    Represents the legend of a figure.

  43. final def figure: HtmlTagOf[Element]

    Permalink

    Represents a figure illustrated as part of the document.

  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.

  46. final def form: HtmlTagOf[Form]

    Permalink

    Represents a form, consisting of controls, that can be submitted to a server for processing.

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

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

    Permalink

    Heading level 1

  49. final def h2: HtmlTagOf[Heading]

    Permalink

    Heading level 2

  50. final def h3: HtmlTagOf[Heading]

    Permalink

    Heading level 3

  51. final def h4: HtmlTagOf[Heading]

    Permalink

    Heading level 4

  52. final def h5: HtmlTagOf[Heading]

    Permalink

    Heading level 5

  53. final def h6: HtmlTagOf[Heading]

    Permalink

    Heading level 6

  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.

  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.

  57. final def hr: HtmlTagOf[HR]

    Permalink

    Represents a thematic break between paragraphs of a section or article or any longer content.

  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.

  59. final def i: HtmlTagOf[Element]

    Permalink

    Italicized text.

  60. final def iframe: HtmlTagOf[IFrame]

    Permalink

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

  61. final def img: HtmlTagOf[Image]

    Permalink

    Represents an image.

  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.

  63. final def ins: HtmlTagOf[Mod]

    Permalink

    Defines an addition to the document.

  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.

  66. final def keygen: HtmlTagOf[Element]

    Permalink

    A key-pair generator control.

  67. final def label: HtmlTagOf[Label]

    Permalink

    The caption of a single field

  68. final def legend: HtmlTagOf[Legend]

    Permalink

    The caption for a fieldset.

  69. final def li: HtmlTagOf[LI]

    Permalink

    Defines an item of an list.

  70. final def link: HtmlTagOf[Link]

    Permalink

    Used to link JavaScript and external CSS with the current HTML document.

  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.

  72. final def map: HtmlTagOf[Map]

    Permalink

    In conjunction with area, defines an image map.

  73. final def mark: HtmlTagOf[Element]

    Permalink

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

  74. final def math: HtmlTagOf[Element]

    Permalink

    Defines a mathematical formula.

  75. final def menu: HtmlTagOf[Menu]

    Permalink

    A list of commands

  76. final def meta: HtmlTagOf[Meta]

    Permalink

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

  77. final def meter: HtmlTagOf[Element]

    Permalink

    A scalar measurement within a known range.

  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.

  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.

  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.

  84. final def ol: HtmlTagOf[OList]

    Permalink

    Defines an ordered list of items.

  85. final def optgroup: HtmlTagOf[OptGroup]

    Permalink

    A set of options, logically grouped.

  86. final def option: HtmlTagOf[Option]

    Permalink

    An option in a select element.

  87. final def output: HtmlTagOf[Element]

    Permalink

    The result of a calculation

  88. final def p: HtmlTagOf[Paragraph]

    Permalink

    Defines a portion that should be displayed as a paragraph.

  89. final def param: HtmlTagOf[Param]

    Permalink

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

  90. final def pre: HtmlTagOf[Pre]

    Permalink

    Indicates that its content is preformatted and that this format must be preserved.

  91. final def progress: HtmlTagOf[Progress]

    Permalink

    A progress completion bar

  92. final def q: HtmlTagOf[Quote]

    Permalink

    An inline quotation.

  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.

  94. final def rt: HtmlTagOf[Element]

    Permalink

    Represents the text of a ruby annotation.

  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 .

  96. final def s: HtmlTagOf[Element]

    Permalink

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

  97. final def samp: HtmlTagOf[Element]

    Permalink

    Represents the output of a program or a computer.

  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.

  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.

  100. final def select: HtmlTagOf[Select]

    Permalink

    A control that allows the user to select one of a set of options.

  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.

  102. final def source: HtmlTagOf[Source]

    Permalink

    Allows the authors to specify alternate media resources for media elements like video or audio

  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.

  104. final def strong: HtmlTagOf[Element]

    Permalink

    Represents especially important text.

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

    Permalink

    Used to write inline CSS.

  106. final def sub: HtmlTagOf[Element]

    Permalink

    Subscript tag

  107. final def summary: HtmlTagOf[Element]

    Permalink

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

  108. final def sup: HtmlTagOf[Element]

    Permalink

    Superscript tag.

  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.

  111. final def tbody: HtmlTagOf[TableSection]

    Permalink

    The table body.

  112. final def td: HtmlTagOf[TableCell]

    Permalink

    A single cell in a table.

  113. final def textarea: HtmlTagOf[TextArea]

    Permalink

    A multiline text edit control.

  114. final def tfoot: HtmlTagOf[TableSection]

    Permalink

    The table footer.

  115. final def th: HtmlTagOf[TableHeaderCell]

    Permalink

    A header cell in a table.

  116. final def thead: HtmlTagOf[TableSection]

    Permalink

    The table headers.

  117. final def time: HtmlTagOf[Element]

    Permalink

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

  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.

  119. def toString(): String

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

    Permalink

    A single row in a table.

  121. final def track: HtmlTagOf[Track]

    Permalink

    Allows authors to specify timed text track for media elements like video or audio

  122. final def u: HtmlTagOf[Element]

    Permalink

    Underlined text.

  123. final def ul: HtmlTagOf[UList]

    Permalink

    Defines an unordered list of items.

  124. final def var: HtmlTagOf[Element]

    Permalink

    Represents a variable.

  125. final def video: HtmlTagOf[Video]

    Permalink

    Represents a video, and its associated audio files and captions, with the necessary interface to play it.

  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.

Inherited from AnyRef

Inherited from Any

Ungrouped