scalatags

Tags2

object Tags2

Contains HTML tags which are used less frequently. These are generally imported individually as needed.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tags2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val abbr: TypedHtmlTag[Nothing]

    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

  5. val address: TypedHtmlTag[Nothing]

    Defines a section containing contact information.

    Defines a section containing contact information.

    MDN

  6. val article: TypedHtmlTag[Nothing]

    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

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val aside: TypedHtmlTag[Nothing]

    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

  9. val bdi: TypedHtmlTag[Nothing]

    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

  10. val bdo: TypedHtmlTag[Nothing]

    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

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val command: TypedHtmlTag[Nothing]

    A command that the user can invoke.

    A command that the user can invoke.

    MDN

  13. val data: TypedHtmlTag[Nothing]

    Associates to its content a machine-readable equivalent.

    Associates to its content a machine-readable equivalent.

    MDN

  14. val details: TypedHtmlTag[Nothing]

    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

  15. val dfn: TypedHtmlTag[Nothing]

    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

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

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

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val kbd: TypedHtmlTag[Nothing]

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

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

    MDN

  23. val keygen: TypedHtmlTag[Nothing]

    A key-pair generator control.

    A key-pair generator control.

    MDN

  24. val main: TypedHtmlTag[Nothing]

    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

  25. val mark: TypedHtmlTag[Nothing]

    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

  26. val math: TypedHtmlTag[Nothing]

    Defines a mathematical formula.

    Defines a mathematical formula.

    MDN

  27. val menu: TypedHtmlTag[Nothing]

    A list of commands

    A list of commands

    MDN

  28. val meter: TypedHtmlTag[Nothing]

    A scalar measurement within a known range.

    A scalar measurement within a known range.

    MDN

  29. val nav: TypedHtmlTag[Nothing]

    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

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

    Definition Classes
    AnyRef
  31. val noscript: TypedHtmlTag[Nothing]

    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

  32. final def notify(): Unit

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

    Definition Classes
    AnyRef
  34. val output: TypedHtmlTag[Nothing]

    The result of a calculation

    The result of a calculation

    MDN

  35. val progress: TypedHtmlTag[Nothing]

    A progress completion bar

    A progress completion bar

    MDN

  36. val q: TypedHtmlTag[Nothing]

    An inline quotation.

    An inline quotation.

    MDN

  37. val rp: TypedHtmlTag[Nothing]

    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

  38. val rt: TypedHtmlTag[Nothing]

    Represents the text of a ruby annotation.

    Represents the text of a ruby annotation.

    MDN

  39. val ruby: TypedHtmlTag[Nothing]

    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

  40. val samp: TypedHtmlTag[Nothing]

    Represents the output of a program or a computer.

    Represents the output of a program or a computer.

    MDN

  41. val section: TypedHtmlTag[Nothing]

    Represents a generic section of a document, i.

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

    MDN

  42. val style: TypedHtmlTag[Nothing]

    Used to write inline CSS.

    Used to write inline CSS.

    MDN

  43. val summary: TypedHtmlTag[Nothing]

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

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

    MDN

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

    Definition Classes
    AnyRef
  45. val time: TypedHtmlTag[Nothing]

    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

  46. val title: TypedHtmlTag[Nothing]

    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

  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. val var: TypedHtmlTag[Nothing]

    Represents a variable.

    Represents a variable.

    MDN

  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped