scalatags.generic

Tags

trait Tags[Target] extends Util[Target]

Trait that contains the contents of the Tags object, so they can be mixed in to other objects if needed.

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

Type Members

  1. abstract type ConcreteHtmlTag[T <: Base] <: TypedTag[T, Target]

    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 Node[Target]

    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 <: Base](tag: String, void: Boolean): ConcreteHtmlTag[T]

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

    Attributes
    protected[this]
    Definition Classes
    Util
  3. implicit abstract def stringStyle: StyleValue[Target, 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) ⇒ Node[Target]): 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) ⇒ Node[Target]): 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): Node[Target]

    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 a: ConcreteHtmlTag[Nothing]

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

  10. val area: ConcreteHtmlTag[Nothing]

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    MDN

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. val audio: ConcreteHtmlTag[Nothing]

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

  13. val b: ConcreteHtmlTag[Nothing]

    Bold text.

    Bold text.

    MDN

  14. val base: ConcreteHtmlTag[Nothing]

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    MDN

  15. val blockquote: ConcreteHtmlTag[Nothing]

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

  16. val body: ConcreteHtmlTag[Nothing]

    Represents the content of an HTML document.

    Represents the content of an HTML document. There is only one body element in a document.

    MDN

  17. val br: ConcreteHtmlTag[Nothing]

    Represents a line break.

    Represents a line break.

    MDN

  18. val button: ConcreteHtmlTag[Nothing]

    A button

    A button

    MDN

  19. val canvas: ConcreteHtmlTag[Nothing]

    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

  20. val caption: ConcreteHtmlTag[Nothing]

    The title of a table.

    The title of a table.

    MDN

  21. val cite: ConcreteHtmlTag[Nothing]

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN

  22. def clone(): AnyRef

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

    Represents computer code.

    Represents computer code.

    MDN

  24. val col: ConcreteHtmlTag[Nothing]

    A single column.

    A single column.

    MDN

  25. val colgroup: ConcreteHtmlTag[Nothing]

    A set of columns.

    A set of columns.

    MDN

  26. val datalist: ConcreteHtmlTag[Nothing]

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

  27. val dd: ConcreteHtmlTag[Nothing]

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    MDN

  28. val del: ConcreteHtmlTag[Nothing]

    Defines a removal from the document.

    Defines a removal from the document.

    MDN

  29. val div: ConcreteHtmlTag[Nothing]

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

  30. val dl: ConcreteHtmlTag[Nothing]

    Defines a definition list; al ist of terms and their associated definitions.

    Defines a definition list; al ist of terms and their associated definitions.

    MDN

  31. val dt: ConcreteHtmlTag[Nothing]

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

  32. val em: ConcreteHtmlTag[Nothing]

    Represents emphasized text.

    Represents emphasized text.

    MDN

  33. val embed: ConcreteHtmlTag[Nothing]

    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

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

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

    Definition Classes
    AnyRef → Any
  36. val fieldset: ConcreteHtmlTag[Nothing]

    A set of fields.

    A set of fields.

    MDN

  37. val figcaption: ConcreteHtmlTag[Nothing]

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

  38. val figure: ConcreteHtmlTag[Nothing]

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    MDN

  39. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. val footer: ConcreteHtmlTag[Nothing]

    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

  41. val form: ConcreteHtmlTag[Nothing]

    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

  42. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  43. val h1: ConcreteHtmlTag[Nothing]

    Heading level 1

    Heading level 1

    MDN

  44. val h2: ConcreteHtmlTag[Nothing]

    Heading level 2

    Heading level 2

    MDN

  45. val h3: ConcreteHtmlTag[Nothing]

    Heading level 3

    Heading level 3

    MDN

  46. val h4: ConcreteHtmlTag[Nothing]

    Heading level 4

    Heading level 4

    MDN

  47. val h5: ConcreteHtmlTag[Nothing]

    Heading level 5

    Heading level 5

    MDN

  48. val h6: ConcreteHtmlTag[Nothing]

    Heading level 6

    Heading level 6

    MDN

  49. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  50. val head: ConcreteHtmlTag[Nothing]

    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

  51. val header: ConcreteHtmlTag[Nothing]

    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

  52. val hr: ConcreteHtmlTag[Nothing]

    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

  53. val html: ConcreteHtmlTag[Nothing]

    Represents the root of an HTML or XHTML document.

    Represents the root of an HTML or XHTML document. All other elements must be descendants of this element.

    MDN

  54. val i: ConcreteHtmlTag[Nothing]

    Italicized text.

    Italicized text.

    MDN

  55. val iframe: ConcreteHtmlTag[Nothing]

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

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

    MDN

  56. val img: ConcreteHtmlTag[Nothing]

    Represents an image.

    Represents an image.

    MDN

  57. val input: ConcreteHtmlTag[Nothing]

    A typed data field allowing the user to input data.

    A typed data field allowing the user to input data.

    MDN

  58. val ins: ConcreteHtmlTag[Nothing]

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

  59. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  60. val label: ConcreteHtmlTag[Nothing]

    The caption of a single field

    The caption of a single field

    MDN

  61. val legend: ConcreteHtmlTag[Nothing]

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

  62. val li: ConcreteHtmlTag[Nothing]

    Defines an item of an list.

    Defines an item of an list.

    MDN

  63. val link: ConcreteHtmlTag[Nothing]

    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

  64. val map: ConcreteHtmlTag[Nothing]

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

  65. val meta: ConcreteHtmlTag[Nothing]

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

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

    MDN

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

    Definition Classes
    AnyRef
  67. final def notify(): Unit

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

    Definition Classes
    AnyRef
  69. val object: ConcreteHtmlTag[Nothing]

    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

  70. val ol: ConcreteHtmlTag[Nothing]

    Defines an ordered list of items.

    Defines an ordered list of items.

    MDN

  71. val optgroup: ConcreteHtmlTag[Nothing]

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

  72. val option: ConcreteHtmlTag[Nothing]

    An option in a select element.

    An option in a select element.

    MDN

  73. val p: ConcreteHtmlTag[Nothing]

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    MDN

  74. val param: ConcreteHtmlTag[Nothing]

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

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

    MDN

  75. val pre: ConcreteHtmlTag[Nothing]

    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

  76. val s: ConcreteHtmlTag[Nothing]

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

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

    MDN

  77. val script: ConcreteHtmlTag[Nothing]

    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

  78. val select: ConcreteHtmlTag[Nothing]

    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

  79. val small: ConcreteHtmlTag[Nothing]

    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

  80. val source: ConcreteHtmlTag[Nothing]

    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

  81. val span: ConcreteHtmlTag[Nothing]

    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

  82. val strong: ConcreteHtmlTag[Nothing]

    Represents especially important text.

    Represents especially important text.

    MDN

  83. val sub: ConcreteHtmlTag[Nothing]

    Subscript tag

    Subscript tag

    MDN

  84. val sup: ConcreteHtmlTag[Nothing]

    Superscript tag.

    Superscript tag.

    MDN

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

    Definition Classes
    AnyRef
  86. val table: ConcreteHtmlTag[Nothing]

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

  87. val tbody: ConcreteHtmlTag[Nothing]

    The table body.

    The table body.

    MDN

  88. val td: ConcreteHtmlTag[Nothing]

    A single cell in a table.

    A single cell in a table.

    MDN

  89. val textarea: ConcreteHtmlTag[Nothing]

    A multiline text edit control.

    A multiline text edit control.

    MDN

  90. val tfoot: ConcreteHtmlTag[Nothing]

    The table footer.

    The table footer.

    MDN

  91. val th: ConcreteHtmlTag[Nothing]

    A header cell in a table.

    A header cell in a table.

    MDN

  92. val thead: ConcreteHtmlTag[Nothing]

    The table headers.

    The table headers.

    MDN

  93. def toString(): String

    Definition Classes
    AnyRef → Any
  94. val tr: ConcreteHtmlTag[Nothing]

    A single row in a table.

    A single row in a table.

    MDN

  95. val track: ConcreteHtmlTag[Nothing]

    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

  96. val u: ConcreteHtmlTag[Nothing]

    Underlined text.

    Underlined text.

    MDN

  97. val ul: ConcreteHtmlTag[Nothing]

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

  98. val video: ConcreteHtmlTag[Nothing]

    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

  99. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  102. val wbr: ConcreteHtmlTag[Nothing]

    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

Inherited from Util[Target]

Inherited from AnyRef

Inherited from Any

Ungrouped