Trait

outwatch.dom

Tags

Related Doc: package dom

Permalink

trait Tags extends AnyRef

Trait that contains all tags, so they can be mixed in to other objects if needed.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tags
  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. def a(args: VDomModifier*): VNode

    Permalink

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

  5. def abbr(args: VDomModifier*): VNode

    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. def address(args: VDomModifier*): VNode

    Permalink

    Defines a section containing contact information.

    Defines a section containing contact information.

    MDN

  7. def area(args: VDomModifier*): VNode

    Permalink

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    MDN

  8. def article(args: VDomModifier*): VNode

    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. def aside(args: VDomModifier*): VNode

    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. def audio(args: VDomModifier*): VNode

    Permalink

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

  12. def b(args: VDomModifier*): VNode

    Permalink

    Bold text.

    Bold text.

    MDN

  13. def base(args: VDomModifier*): VNode

    Permalink

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    MDN

  14. def bdi(args: VDomModifier*): VNode

    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. def bdo(args: VDomModifier*): VNode

    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. def blockquote(args: VDomModifier*): VNode

    Permalink

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

  17. def body(args: VDomModifier*): VNode

    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. def br(args: VDomModifier*): VNode

    Permalink

    Represents a line break.

    Represents a line break.

    MDN

  19. def button(args: VDomModifier*): VNode

    Permalink

    A button

    A button

    MDN

  20. def canvas(args: VDomModifier*): VNode

    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. def caption(args: VDomModifier*): VNode

    Permalink

    The title of a table.

    The title of a table.

    MDN

  22. def cite(args: VDomModifier*): VNode

    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. def code(args: VDomModifier*): VNode

    Permalink

    Represents computer code.

    Represents computer code.

    MDN

  25. def col(args: VDomModifier*): VNode

    Permalink

    A single column.

    A single column.

    MDN

  26. def colgroup(args: VDomModifier*): VNode

    Permalink

    A set of columns.

    A set of columns.

    MDN

  27. def dataElement(args: VDomModifier*): VNode

    Permalink

    Links a given content with a machine-readable translation.

    Links a given content with a machine-readable translation. If the content is time- or date-related, the <time> element must be used.

    MDN

  28. def datalist(args: VDomModifier*): VNode

    Permalink

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

  29. def dd(args: VDomModifier*): VNode

    Permalink

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    MDN

  30. def del(args: VDomModifier*): VNode

    Permalink

    Defines a removal from the document.

    Defines a removal from the document.

    MDN

  31. def details(args: VDomModifier*): VNode

    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

  32. def dfn(args: VDomModifier*): VNode

    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

  33. def dialog(args: VDomModifier*): VNode

    Permalink

    Represents a dialog box or other interactive component, such as an inspector or window.

    Represents a dialog box or other interactive component, such as an inspector or window.

    MDN

  34. def div(args: VDomModifier*): VNode

    Permalink

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

  35. def dl(args: VDomModifier*): VNode

    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. def dt(args: VDomModifier*): VNode

    Permalink

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

  37. def em(args: VDomModifier*): VNode

    Permalink

    Represents emphasized text.

    Represents emphasized text.

    MDN

  38. def embed(args: VDomModifier*): VNode

    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. def fieldset(args: VDomModifier*): VNode

    Permalink

    A set of fields.

    A set of fields.

    MDN

  42. def figcaption(args: VDomModifier*): VNode

    Permalink

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

  43. def figure(args: VDomModifier*): VNode

    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. def footer(args: VDomModifier*): VNode

    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. def form(args: VDomModifier*): VNode

    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. def h1(args: VDomModifier*): VNode

    Permalink

    Heading level 1

    Heading level 1

    MDN

  49. def h2(args: VDomModifier*): VNode

    Permalink

    Heading level 2

    Heading level 2

    MDN

  50. def h3(args: VDomModifier*): VNode

    Permalink

    Heading level 3

    Heading level 3

    MDN

  51. def h4(args: VDomModifier*): VNode

    Permalink

    Heading level 4

    Heading level 4

    MDN

  52. def h5(args: VDomModifier*): VNode

    Permalink

    Heading level 5

    Heading level 5

    MDN

  53. def h6(args: VDomModifier*): VNode

    Permalink

    Heading level 6

    Heading level 6

    MDN

  54. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  55. def head(args: VDomModifier*): VNode

    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. def header(args: VDomModifier*): VNode

    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. def hr(args: VDomModifier*): VNode

    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. def i(args: VDomModifier*): VNode

    Permalink

    Italicized text.

    Italicized text.

    MDN

  59. def iframe(args: VDomModifier*): VNode

    Permalink

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

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

    MDN

  60. def img(args: VDomModifier*): VNode

    Permalink

    Represents an image.

    Represents an image.

    MDN

  61. def input(args: VDomModifier*): VNode

    Permalink

    A typed data field allowing the user to input data.

    A typed data field allowing the user to input data.

    MDN

  62. def ins(args: VDomModifier*): VNode

    Permalink

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

  63. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  64. def kbd(args: VDomModifier*): VNode

    Permalink

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

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

    MDN

  65. def label(args: VDomModifier*): VNode

    Permalink

    The caption of a single field

    The caption of a single field

    MDN

  66. def legend(args: VDomModifier*): VNode

    Permalink

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

  67. def li(args: VDomModifier*): VNode

    Permalink

    Defines an item of an list.

    Defines an item of an list.

    MDN

  68. def link(args: VDomModifier*): VNode

    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

  69. def main(args: VDomModifier*): VNode

    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

  70. def map(args: VDomModifier*): VNode

    Permalink

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

  71. def mark(args: VDomModifier*): VNode

    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

  72. def math(args: VDomModifier*): VNode

    Permalink

    Defines a mathematical formula.

    Defines a mathematical formula.

    MDN

  73. def menu(args: VDomModifier*): VNode

    Permalink

    Represents a group of commands that a user can perform or activate.

    Represents a group of commands that a user can perform or activate. This includes both list menus, which might appear across the top of a screen, as well as context menus, such as those that might appear underneath a button after it has been clicked.

    MDN

  74. def menuitem(args: VDomModifier*): VNode

    Permalink

    Represents a command that a user is able to invoke through a popup menu.

    Represents a command that a user is able to invoke through a popup menu. This includes context menus, as well as menus that might be attached to a menu button.

    A command can either be defined explicitly, with a textual label and optional icon to describe its appearance, or alternatively as an indirect command whose behavior is defined by a separate element. Commands can also optionally include a checkbox or be grouped to share radio buttons. (Menu items for indirect commands gain checkboxes or radio buttons when defined against elements and .) MDN

  75. def meta(args: VDomModifier*): VNode

    Permalink

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

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

    MDN

  76. def meter(args: VDomModifier*): VNode

    Permalink

    A scalar measurement within a known range.

    A scalar measurement within a known range.

    MDN

  77. def nav(args: VDomModifier*): VNode

    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

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

    Permalink
    Definition Classes
    AnyRef
  79. def noscript(args: VDomModifier*): VNode

    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

  80. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  82. def object(args: VDomModifier*): VNode

    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

  83. def ol(args: VDomModifier*): VNode

    Permalink

    Defines an ordered list of items.

    Defines an ordered list of items.

    MDN

  84. def optgroup(args: VDomModifier*): VNode

    Permalink

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

  85. def option(args: VDomModifier*): VNode

    Permalink

    An option in a select element.

    An option in a select element.

    MDN

  86. def output(args: VDomModifier*): VNode

    Permalink

    The result of a calculation

    The result of a calculation

    MDN

  87. def p(args: VDomModifier*): VNode

    Permalink

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    MDN

  88. def param(args: VDomModifier*): VNode

    Permalink

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

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

    MDN

  89. def pre(args: VDomModifier*): VNode

    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

  90. def progress(args: VDomModifier*): VNode

    Permalink

    A progress completion bar

    A progress completion bar

    MDN

  91. def q(args: VDomModifier*): VNode

    Permalink

    An inline quotation.

    An inline quotation.

    MDN

  92. def rp(args: VDomModifier*): VNode

    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

  93. def rt(args: VDomModifier*): VNode

    Permalink

    Represents the text of a ruby annotation.

    Represents the text of a ruby annotation.

    MDN

  94. def ruby(args: VDomModifier*): VNode

    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

  95. def s(args: VDomModifier*): VNode

    Permalink

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

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

    MDN

  96. def samp(args: VDomModifier*): VNode

    Permalink

    Represents sample output of a program or a computer.

    Represents sample output of a program or a computer.

    MDN

  97. def script(args: VDomModifier*): VNode

    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

  98. def section(args: VDomModifier*): VNode

    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

  99. def select(args: VDomModifier*): VNode

    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

  100. def slot(args: VDomModifier*): VNode

    Permalink

    Represents a placeholder inside a web component that you can fill with your own markup, with the effect of composing different DOM trees together.

    Represents a placeholder inside a web component that you can fill with your own markup, with the effect of composing different DOM trees together.

    MDN

  101. def small(args: VDomModifier*): VNode

    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. def source(args: VDomModifier*): VNode

    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. def span(args: VDomModifier*): VNode

    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. def strong(args: VDomModifier*): VNode

    Permalink

    Represents especially important text.

    Represents especially important text.

    MDN

  105. def style(args: VDomModifier*): VNode

    Permalink

    Used to write inline CSS.

    Used to write inline CSS.

    MDN

  106. def sub(args: VDomModifier*): VNode

    Permalink

    Subscript tag

    Subscript tag

    MDN

  107. def summary(args: VDomModifier*): VNode

    Permalink

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

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

    MDN

  108. def sup(args: VDomModifier*): VNode

    Permalink

    Superscript tag.

    Superscript tag.

    MDN

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

    Permalink
    Definition Classes
    AnyRef
  110. def table(args: VDomModifier*): VNode

    Permalink

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

  111. def tbody(args: VDomModifier*): VNode

    Permalink

    The table body.

    The table body.

    MDN

  112. def td(args: VDomModifier*): VNode

    Permalink

    A single cell in a table.

    A single cell in a table.

    MDN

  113. def textarea(args: VDomModifier*): VNode

    Permalink

    A multiline text edit control.

    A multiline text edit control.

    MDN

  114. def tfoot(args: VDomModifier*): VNode

    Permalink

    The table footer.

    The table footer.

    MDN

  115. def th(args: VDomModifier*): VNode

    Permalink

    A header cell in a table.

    A header cell in a table.

    MDN

  116. def thead(args: VDomModifier*): VNode

    Permalink

    The table headers.

    The table headers.

    MDN

  117. def time(args: VDomModifier*): VNode

    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. def title(args: VDomModifier*): VNode

    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. def tr(args: VDomModifier*): VNode

    Permalink

    A single row in a table.

    A single row in a table.

    MDN

  121. def track(args: VDomModifier*): VNode

    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. def u(args: VDomModifier*): VNode

    Permalink

    Underlined text.

    Underlined text.

    MDN

  123. def ul(args: VDomModifier*): VNode

    Permalink

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

  124. def video(args: VDomModifier*): VNode

    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

  125. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  128. def wbr(args: VDomModifier*): VNode

    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

Deprecated Value Members

  1. def keygen(args: VDomModifier*): VNode

    Permalink

    A key-pair generator control.

    A key-pair generator control.

    MDN

    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0)

Inherited from AnyRef

Inherited from Any

Ungrouped