Trait

com.raquo.domtypes.generic.defs.tags

TextTags

Related Doc: package tags

Permalink

trait TextTags[T[_ <: DomHtmlElement], DomHtmlElement, HtmlAnchor <: DomHtmlElement, HtmlElement <: DomHtmlElement, HtmlSpan <: DomHtmlElement, HtmlBr <: DomHtmlElement, HtmlMod <: DomHtmlElement] extends AnyRef

Self Type
TextTags[T, DomHtmlElement, HtmlAnchor, HtmlElement, HtmlSpan, HtmlBr, HtmlMod] with HtmlTagBuilder[T, DomHtmlElement]
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextTags
  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. lazy val a: T[HtmlAnchor]

    Permalink

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN org.scalajs.dom.html.Anchor

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. lazy val b: T[HtmlElement]

    Permalink

    Bold text.

    Bold text.

    MDN org.scalajs.dom.html.Element

  7. lazy val br: T[HtmlBr]

    Permalink

    Represents a line break.

    Represents a line break.

    MDN org.scalajs.dom.html.BR

  8. lazy val cite: T[HtmlElement]

    Permalink

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN org.scalajs.dom.html.Element

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. lazy val code: T[HtmlElement]

    Permalink

    Represents computer code.

    Represents computer code.

    MDN org.scalajs.dom.html.Element

  11. lazy val del: T[HtmlMod]

    Permalink

    Defines a remolazy val from the document.

    Defines a remolazy val from the document.

    MDN org.scalajs.dom.html.Mod

  12. lazy val em: T[HtmlElement]

    Permalink

    Represents emphasized text.

    Represents emphasized text.

    MDN org.scalajs.dom.html.Element

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. lazy val i: T[HtmlElement]

    Permalink

    Italicized text.

    Italicized text.

    MDN org.scalajs.dom.html.Element

  19. lazy val ins: T[HtmlMod]

    Permalink

    Defines an addition to the document.

    Defines an addition to the document.

    MDN org.scalajs.dom.html.Mod

  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. lazy val s: T[HtmlElement]

    Permalink

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

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

    MDN org.scalajs.dom.html.Element

  25. lazy val small: T[HtmlElement]

    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 org.scalajs.dom.html.Element

  26. lazy val span: T[HtmlSpan]

    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 org.scalajs.dom.html.Span

  27. lazy val strong: T[HtmlElement]

    Permalink

    Represents especially important text.

    Represents especially important text.

    MDN org.scalajs.dom.html.Element

  28. lazy val sub: T[HtmlElement]

    Permalink

    Subscript tag

    Subscript tag

    MDN org.scalajs.dom.html.Element

  29. lazy val sup: T[HtmlElement]

    Permalink

    Superscript tag.

    Superscript tag.

    MDN org.scalajs.dom.html.Element

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

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. lazy val u: T[HtmlElement]

    Permalink

    Underlined text.

    Underlined text.

    MDN org.scalajs.dom.html.Element

  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. lazy val wbr: T[HtmlElement]

    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 org.scalajs.dom.html.Element

Inherited from AnyRef

Inherited from Any

Ungrouped