japgolly.scalajs.react.vdom

ReactTags2

trait ReactTags2 extends Tags2[VDomBuilder, ReactOutput, ReactFragT]

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

Linear Supertypes
Tags2[VDomBuilder, ReactOutput, ReactFragT], Util[VDomBuilder, ReactOutput, ReactFragT], LowPriUtil[VDomBuilder, ReactOutput, ReactFragT], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReactTags2
  2. Tags2
  3. Util
  4. LowPriUtil
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type ConcreteHtmlTag[T <: ReactOutput] <: TypedTag[VDomBuilder, T, ReactFragT]

    Definition Classes
    Util
  2. implicit class ExtendedString extends AnyRef

    Definition Classes
    Util
  3. implicit class SeqNode[A] extends Modifier[Builder]

    Definition Classes
    Util

Abstract Value Members

  1. implicit abstract def SeqFrag[A](xs: Seq[A])(implicit arg0: (A) ⇒ Frag[VDomBuilder, ReactFragT]): Frag[VDomBuilder, ReactFragT]

    Definition Classes
    LowPriUtil
  2. abstract def makeAbstractTypedTag[T <: ReactOutput](tag: String, void: Boolean, namespaceConfig: Namespace): ConcreteHtmlTag[T]

    Definition Classes
    Util
  3. implicit abstract def stringAttrX: AttrValue[VDomBuilder, String]

    Attributes
    protected[this]
    Definition Classes
    Util
  4. implicit abstract def stringStyleX: StyleValue[VDomBuilder, String]

    Attributes
    protected[this]
    Definition Classes
    Util

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. implicit def ArrayFrag[A](xs: Array[A])(implicit arg0: (A) ⇒ Frag[VDomBuilder, ReactFragT]): Frag[VDomBuilder, ReactFragT]

    Definition Classes
    LowPriUtil
  7. implicit def ArrayNode[A](xs: Array[A])(implicit arg0: (A) ⇒ Modifier[VDomBuilder]): SeqNode[A]

    Definition Classes
    Util
  8. implicit def OptionFrag[A](xs: Option[A])(implicit arg0: (A) ⇒ Frag[VDomBuilder, ReactFragT]): Frag[VDomBuilder, ReactFragT]

    Definition Classes
    LowPriUtil
  9. implicit def OptionNode[A](xs: Option[A])(implicit arg0: (A) ⇒ Modifier[VDomBuilder]): SeqNode[A]

    Definition Classes
    Util
  10. implicit def UnitNode(u: Unit): Modifier[VDomBuilder]

    Definition Classes
    Util
  11. val abbr: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  12. val address: ConcreteHtmlTag[ReactOutput]

    Defines a section containing contact information.

    Defines a section containing contact information.

    MDN

    Definition Classes
    ReactTags2 → Tags2
  13. val article: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. val aside: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  16. val bdi: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  17. val bdo: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. val command: ConcreteHtmlTag[ReactOutput]

    A command that the user can invoke.

    A command that the user can invoke.

    MDN

    Definition Classes
    ReactTags2 → Tags2
  20. val data: ConcreteHtmlTag[ReactOutput]

    Associates to its content a machine-readable equivalent.

    Associates to its content a machine-readable equivalent.

    MDN

    Definition Classes
    ReactTags2 → Tags2
  21. val details: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  22. val dfn: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  23. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  29. val kbd: ConcreteHtmlTag[ReactOutput]

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

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

    MDN

    Definition Classes
    ReactTags2 → Tags2
  30. val keygen: ConcreteHtmlTag[ReactOutput]

    A key-pair generator control.

    A key-pair generator control.

    MDN

    Definition Classes
    ReactTags2 → Tags2
  31. val main: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  32. val mark: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  33. val math: ConcreteHtmlTag[ReactOutput]

    Defines a mathematical formula.

    Defines a mathematical formula.

    MDN

    Definition Classes
    ReactTags2 → Tags2
  34. val menu: ConcreteHtmlTag[ReactOutput]

    A list of commands

    A list of commands

    MDN

    Definition Classes
    ReactTags2 → Tags2
  35. val meter: ConcreteHtmlTag[ReactOutput]

    A scalar measurement within a known range.

    A scalar measurement within a known range.

    MDN

    Definition Classes
    ReactTags2 → Tags2
  36. val nav: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. val noscript: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. val output: ConcreteHtmlTag[ReactOutput]

    The result of a calculation

    The result of a calculation

    MDN

    Definition Classes
    ReactTags2 → Tags2
  42. val progress: ConcreteHtmlTag[ReactOutput]

    A progress completion bar

    A progress completion bar

    MDN

    Definition Classes
    ReactTags2 → Tags2
  43. val q: ConcreteHtmlTag[ReactOutput]

    An inline quotation.

    An inline quotation.

    MDN

    Definition Classes
    ReactTags2 → Tags2
  44. val rp: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  45. val rt: ConcreteHtmlTag[ReactOutput]

    Represents the text of a ruby annotation.

    Represents the text of a ruby annotation.

    MDN

    Definition Classes
    ReactTags2 → Tags2
  46. val ruby: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  47. val samp: ConcreteHtmlTag[ReactOutput]

    Represents the output of a program or a computer.

    Represents the output of a program or a computer.

    MDN

    Definition Classes
    ReactTags2 → Tags2
  48. val section: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  49. val style: ConcreteHtmlTag[ReactOutput]

    Used to write inline CSS.

    Used to write inline CSS.

    MDN

    Definition Classes
    ReactTags2 → Tags2
  50. val summary: ConcreteHtmlTag[ReactOutput]

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

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

    MDN

    Definition Classes
    ReactTags2 → Tags2
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. val time: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  53. val title: ConcreteHtmlTag[ReactOutput]

    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

    Definition Classes
    ReactTags2 → Tags2
  54. def toString(): String

    Definition Classes
    AnyRef → Any
  55. val var: ConcreteHtmlTag[ReactOutput]

    Represents a variable.

    Represents a variable.

    MDN

    Definition Classes
    ReactTags2 → Tags2
  56. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Tags2[VDomBuilder, ReactOutput, ReactFragT]

Inherited from Util[VDomBuilder, ReactOutput, ReactFragT]

Inherited from LowPriUtil[VDomBuilder, ReactOutput, ReactFragT]

Inherited from AnyRef

Inherited from Any

Ungrouped