Packages

object Tags

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class HtmlString extends AnyRef

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. def a(attributes: Map[String, String] = Map())(content: String): String
  5. def abbr(attributes: Map[String, String] = Map())(content: String): String
  6. def address(attributes: Map[String, String] = Map())(content: String): String
  7. def area(attributes: Map[String, String] = Map())(content: String): String
  8. def article(attributes: Map[String, String] = Map())(content: String): String
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def aside(attributes: Map[String, String] = Map())(content: String): String
  11. val attributes: Map.type
  12. def attributesMapToString(attributes: Map[String, String]): String
  13. val attrs: Map.type
  14. def audio(attributes: Map[String, String] = Map())(content: String): String
  15. def b(attributes: Map[String, String] = Map())(content: String): String
  16. def base(attributes: Map[String, String] = Map())(content: String): String
  17. def bdi(attributes: Map[String, String] = Map())(content: String): String
  18. def bdo(attributes: Map[String, String] = Map())(content: String): String
  19. def blockquote(attributes: Map[String, String] = Map())(content: String): String
  20. def body(attributes: Map[String, String] = Map())(content: String): String
  21. def br(attributes: Map[String, String] = Map()): String
  22. def button(attributes: Map[String, String] = Map())(content: String): String
  23. def canvas(attributes: Map[String, String] = Map())(content: String): String
  24. def caption(attributes: Map[String, String] = Map())(content: String): String
  25. def cite(attributes: Map[String, String] = Map())(content: String): String
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  27. def code(attributes: Map[String, String] = Map())(content: String): String
  28. def col(attributes: Map[String, String] = Map()): String
  29. def colgroup(attributes: Map[String, String] = Map())(content: String): String
  30. def commentOut(content: String): String
  31. def data(attributes: Map[String, String] = Map())(content: String): String
  32. def datalist(attributes: Map[String, String] = Map())(content: String): String
  33. def dd(attributes: Map[String, String] = Map())(content: String): String
  34. def del(attributes: Map[String, String] = Map())(content: String): String
  35. def details(attributes: Map[String, String] = Map())(content: String): String
  36. def dfn(attributes: Map[String, String] = Map())(content: String): String
  37. def dialog(attributes: Map[String, String] = Map())(content: String): String
  38. def div(attributes: Map[String, String] = Map())(content: String): String
  39. def dl(attributes: Map[String, String] = Map())(content: String): String
  40. def doctype(attributes: Map[String, String] = Map()): String
  41. def doctypeHtml(attributes: Map[String, String] = Map()): String

    This is just an alias for doctype(Map("html" -> "")) This will produce <!DOCTYPE html>

  42. def dt(attributes: Map[String, String] = Map())(content: String): String
  43. def em(attributes: Map[String, String] = Map())(content: String): String
  44. def embed(attributes: Map[String, String] = Map())(content: String): String
  45. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  47. def fieldset(attributes: Map[String, String] = Map())(content: String): String
  48. def figcaption(attributes: Map[String, String] = Map())(content: String): String
  49. def figure(attributes: Map[String, String] = Map())(content: String): String
  50. def footer(attributes: Map[String, String] = Map())(content: String): String
  51. def form(attributes: Map[String, String] = Map())(content: String): String
  52. def generateSelfClosingTag(tagName: String, attributes: Map[String, String] = Map(), hasEndSlash: Boolean = false): String
  53. def generateTag(tagName: String, attributes: Map[String, String] = Map())(content: String): String
  54. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  55. def h1(attributes: Map[String, String] = Map())(content: String): String
  56. def h2(attributes: Map[String, String] = Map())(content: String): String
  57. def h3(attributes: Map[String, String] = Map())(content: String): String
  58. def h4(attributes: Map[String, String] = Map())(content: String): String
  59. def h5(attributes: Map[String, String] = Map())(content: String): String
  60. def h6(attributes: Map[String, String] = Map())(content: String): String
  61. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  62. def head(attributes: Map[String, String] = Map())(content: String): String
  63. def header(attributes: Map[String, String] = Map())(content: String): String
  64. def hr(attributes: Map[String, String] = Map()): String
  65. def html(attributes: Map[String, String] = Map())(content: String): String
  66. def html5(attributes: Map[String, String] = Map())(content: String): String
  67. def i(attributes: Map[String, String] = Map())(content: String): String
  68. def iframe(attributes: Map[String, String] = Map())(content: String): String
  69. def img(attributes: Map[String, String] = Map()): String
  70. def input(attributes: Map[String, String] = Map()): String
  71. def ins(attributes: Map[String, String] = Map())(content: String): String
  72. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  73. def kbd(attributes: Map[String, String] = Map())(content: String): String
  74. def label(attributes: Map[String, String] = Map())(content: String): String
  75. def legend(attributes: Map[String, String] = Map())(content: String): String
  76. def li(attributes: Map[String, String] = Map())(content: String): String
  77. def link(attributes: Map[String, String] = Map()): String
  78. def main(attributes: Map[String, String] = Map())(content: String): String
  79. def main_(attributes: Map[String, String] = Map())(content: String): String

    This is just an alias for this object's main method.

    This is just an alias for this object's main method. main sometimes conflicts with Scala's main method. You can specify this main method by Tags.main, but if you want to write shorter, use this method.

  80. def map(attributes: Map[String, String] = Map())(content: String): String
  81. def mark(attributes: Map[String, String] = Map())(content: String): String
  82. def meta(attributes: Map[String, String] = Map()): String
  83. def meter(attributes: Map[String, String] = Map())(content: String): String
  84. def nav(attributes: Map[String, String] = Map())(content: String): String
  85. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  86. def noscript(attributes: Map[String, String] = Map())(content: String): String
  87. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  88. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  89. def object_(attributes: Map[String, String] = Map())(content: String): String

    object is scala keyword.

    object is scala keyword. That's why this has underbar at the end. Please don't forget to add _ when you use this!

  90. def ol(attributes: Map[String, String] = Map())(content: String): String
  91. def optgroup(attributes: Map[String, String] = Map())(content: String): String
  92. def option(attributes: Map[String, String] = Map())(content: String): String
  93. def output(attributes: Map[String, String] = Map())(content: String): String
  94. def p(attributes: Map[String, String] = Map())(content: String): String
  95. def param(attributes: Map[String, String] = Map()): String
  96. def picture(attributes: Map[String, String] = Map())(content: String): String
  97. def pre(attributes: Map[String, String] = Map())(content: String): String
  98. def progress(attributes: Map[String, String] = Map())(content: String): String
  99. def q(attributes: Map[String, String] = Map())(content: String): String
  100. def rp(attributes: Map[String, String] = Map())(content: String): String
  101. def rt(attributes: Map[String, String] = Map())(content: String): String
  102. def ruby(attributes: Map[String, String] = Map())(content: String): String
  103. def s(attributes: Map[String, String] = Map())(content: String): String
  104. def samp(attributes: Map[String, String] = Map())(content: String): String
  105. def script(attributes: Map[String, String] = Map())(content: String): String
  106. def section(attributes: Map[String, String] = Map())(content: String): String
  107. def select(attributes: Map[String, String] = Map())(content: String): String
  108. def selfClosingTag(tagName: String, attributes: Map[String, String] = Map(), hasEndSlash: Boolean = false): String
  109. def small(attributes: Map[String, String] = Map())(content: String): String
  110. def source(attributes: Map[String, String] = Map()): String
  111. def span(attributes: Map[String, String] = Map())(content: String): String
  112. def strong(attributes: Map[String, String] = Map())(content: String): String
  113. def style(attributes: Map[String, String] = Map())(content: String): String
  114. def sub(attributes: Map[String, String] = Map())(content: String): String
  115. def summary(attributes: Map[String, String] = Map())(content: String): String
  116. def sup(attributes: Map[String, String] = Map())(content: String): String
  117. def svg(attributes: Map[String, String] = Map())(content: String): String
  118. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  119. def table(attributes: Map[String, String] = Map())(content: String): String
  120. def tag(tagName: String, attributes: Map[String, String] = Map())(content: String = ""): String
  121. def tagSelf(tagName: String, attributes: Map[String, String] = Map(), hasEndSlash: Boolean = false): String
  122. def tbody(attributes: Map[String, String] = Map())(content: String): String
  123. def td(attributes: Map[String, String] = Map())(content: String): String
  124. def template(attributes: Map[String, String] = Map())(content: String): String
  125. def textarea(attributes: Map[String, String] = Map())(content: String): String
  126. def tfoot(attributes: Map[String, String] = Map())(content: String): String
  127. def th(attributes: Map[String, String] = Map())(content: String): String
  128. def thead(attributes: Map[String, String] = Map())(content: String): String
  129. def time(attributes: Map[String, String] = Map())(content: String): String
  130. def title(attributes: Map[String, String] = Map())(content: String): String
  131. def toString(): String
    Definition Classes
    AnyRef → Any
  132. def tr(attributes: Map[String, String] = Map())(content: String): String
  133. def track(attributes: Map[String, String] = Map()): String
  134. def u(attributes: Map[String, String] = Map())(content: String): String
  135. def ul(attributes: Map[String, String] = Map())(content: String): String
  136. def var_(attributes: Map[String, String] = Map())(content: String): String

    var is scala keyword.

    var is scala keyword. That's why this has underbar at the end. Please don't forget to add _ when you use this!

    returns

    String

  137. def video(attributes: Map[String, String] = Map())(content: String): String
  138. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  139. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  140. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  141. def wbr(attributes: Map[String, String] = Map()): String

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped