scalatags.text

Tags2

trait Tags2 extends generic.Tags2[Builder, String]

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

Linear Supertypes
generic.Tags2[Builder, String], Util[Builder, String], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tags2
  2. Tags2
  3. Util
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type ConcreteHtmlTag[T <: String] <: TypedTag[Builder, T]

    Definition Classes
    Util
  2. implicit class ExtendedString extends AnyRef

    Provides extension methods on strings to fit them into Scalatag fragments.

  3. implicit class SeqNode[A] extends Modifier[Builder]

    Allows you to modify a HtmlTag by adding a Seq containing other nest-able objects to its list of children.

Abstract Value Members

  1. abstract def makeAbstractTypedTag[T <: String](tag: String, void: Boolean): ConcreteHtmlTag[T]

    Definition Classes
    Util
  2. implicit abstract def stringAttr: AttrValue[Builder, String]

    Attributes
    protected[this]
    Definition Classes
    Util
  3. implicit abstract def stringStyle: StyleValue[Builder, 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 ArrayNode[A](xs: Array[A])(implicit arg0: (A) ⇒ Modifier[Builder]): SeqNode[A]

    Allows you to modify a HtmlTag by adding an Array containing other nest-able objects to its list of children.

    Allows you to modify a HtmlTag by adding an Array containing other nest-able objects to its list of children.

    Definition Classes
    Util
  7. implicit def OptionNode[A](xs: Option[A])(implicit arg0: (A) ⇒ Modifier[Builder]): SeqNode[A]

    Allows you to modify a HtmlTag by adding an Option containing other nest-able objects to its list of children.

    Allows you to modify a HtmlTag by adding an Option containing other nest-able objects to its list of children.

    Definition Classes
    Util
  8. implicit def UnitNode(u: Unit): Modifier[Builder]

    Lets you put Unit into a scalatags tree, as a no-op.

    Lets you put Unit into a scalatags tree, as a no-op.

    Definition Classes
    Util
  9. val abbr: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  10. val address: ConcreteHtmlTag[Nothing]

    Defines a section containing contact information.

    Defines a section containing contact information.

    MDN

    Definition Classes
    Tags2Tags2
  11. val article: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. val aside: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  14. val bdi: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  15. val bdo: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  16. def clone(): AnyRef

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

    A command that the user can invoke.

    A command that the user can invoke.

    MDN

    Definition Classes
    Tags2Tags2
  18. val data: ConcreteHtmlTag[Nothing]

    Associates to its content a machine-readable equivalent.

    Associates to its content a machine-readable equivalent.

    MDN

    Definition Classes
    Tags2Tags2
  19. val details: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  20. val dfn: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  21. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  27. val kbd: ConcreteHtmlTag[Nothing]

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

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

    MDN

    Definition Classes
    Tags2Tags2
  28. val keygen: ConcreteHtmlTag[Nothing]

    A key-pair generator control.

    A key-pair generator control.

    MDN

    Definition Classes
    Tags2Tags2
  29. val main: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  30. val mark: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  31. val math: ConcreteHtmlTag[Nothing]

    Defines a mathematical formula.

    Defines a mathematical formula.

    MDN

    Definition Classes
    Tags2Tags2
  32. val menu: ConcreteHtmlTag[Nothing]

    A list of commands

    A list of commands

    MDN

    Definition Classes
    Tags2Tags2
  33. val meter: ConcreteHtmlTag[Nothing]

    A scalar measurement within a known range.

    A scalar measurement within a known range.

    MDN

    Definition Classes
    Tags2Tags2
  34. val nav: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. val noscript: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  37. final def notify(): Unit

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

    Definition Classes
    AnyRef
  39. val output: ConcreteHtmlTag[Nothing]

    The result of a calculation

    The result of a calculation

    MDN

    Definition Classes
    Tags2Tags2
  40. val progress: ConcreteHtmlTag[Nothing]

    A progress completion bar

    A progress completion bar

    MDN

    Definition Classes
    Tags2Tags2
  41. val q: ConcreteHtmlTag[Nothing]

    An inline quotation.

    An inline quotation.

    MDN

    Definition Classes
    Tags2Tags2
  42. val rp: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  43. val rt: ConcreteHtmlTag[Nothing]

    Represents the text of a ruby annotation.

    Represents the text of a ruby annotation.

    MDN

    Definition Classes
    Tags2Tags2
  44. val ruby: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  45. val samp: ConcreteHtmlTag[Nothing]

    Represents the output of a program or a computer.

    Represents the output of a program or a computer.

    MDN

    Definition Classes
    Tags2Tags2
  46. val section: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  47. val style: ConcreteHtmlTag[Nothing]

    Used to write inline CSS.

    Used to write inline CSS.

    MDN

    Definition Classes
    Tags2Tags2
  48. val summary: ConcreteHtmlTag[Nothing]

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

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

    MDN

    Definition Classes
    Tags2Tags2
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. val time: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  51. val title: ConcreteHtmlTag[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

    Definition Classes
    Tags2Tags2
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. val var: ConcreteHtmlTag[Nothing]

    Represents a variable.

    Represents a variable.

    MDN

    Definition Classes
    Tags2Tags2
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from generic.Tags2[Builder, String]

Inherited from Util[Builder, String]

Inherited from AnyRef

Inherited from Any

Ungrouped