Packages

package tag

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

Type Members

  1. type A = "a"
  2. type Acronym = "acronym"
  3. type Address = "address"
  4. type Applet = "applet"
  5. type Area = "area"
  6. type Article = "article"
  7. trait Attributes extends AnyRef
  8. type Audio = "audio"
  9. type B = "b"
  10. type Base = "base"
  11. type Basefont = "basefont"
  12. type Big = "big"
  13. type Body = "body"
  14. type Br = "br"
  15. type Button = "button"
  16. type Canvas = "canvas"
  17. type Caption = "caption"
  18. type Center = "center"
  19. type Code = "code"
  20. type Col = "col"
  21. type Colgroup = "colgroup"
  22. type Content = "content"
  23. type Datalist = "datalist"
  24. type Dd = "dd"
  25. type Del = "del"
  26. type Details = "details"
  27. type Dialog = "dialog"
  28. type Dir = "dir"
  29. type Div = "div"
  30. type Dl = "dl"
  31. type Dt = "dt"
  32. type Em = "em"
  33. type Embed = "embed"
  34. type Fieldset = "fieldset"
  35. type Figcaption = "figcaption"
  36. type Figure = "figure"
  37. type Footer = "footer"
  38. type Form = "form"
  39. type Frame = "frame"
  40. type Frameset = "frameset"
  41. type H1 = "h1"
  42. type H2 = "h2"
  43. type H3 = "h3"
  44. type H4 = "h4"
  45. type H5 = "h5"
  46. type H6 = "h6"
  47. type Head = "head"
  48. type Header = "header"
  49. type Hgroup = "hgroup"
  50. type Hr = "hr"
  51. type Html = "html"
  52. type I = "i"
  53. type Iframe = "iframe"
  54. type Img = "img"
  55. type Input = "input"
  56. type Ins = "ins"
  57. type Isindex = "isindex"
  58. type Keygen = "keygen"
  59. type Label = "label"
  60. type Legend = "legend"
  61. type Li = "li"
  62. type Link = "link"
  63. type Listing = "listing"
  64. type Main = "main"
  65. type Map = "map"
  66. type Menu = "menu"
  67. type Menuitem = "menuitem"
  68. type Meta = "meta"
  69. type Meter = "meter"
  70. type Nav = "nav"
  71. type Noscript = "noscript"
  72. type Object = "object"
  73. type Ol = "ol"
  74. type Optgroup = "optgroup"
  75. type Option = "option"
  76. type Output = "output"
  77. type P = "p"
  78. type Param = "param"
  79. type Plaintext = "plaintext"
  80. type Pre = "pre"
  81. type Progress = "progress"
  82. type Script = "script"
  83. type Section = "section"
  84. type Select = "select"
  85. type Shadow = "shadow"
  86. type Small = "small"
  87. type Source = "source"
  88. type Spacer = "spacer"
  89. type Span = "span"
  90. type Strike = "strike"
  91. type Strong = "strong"
  92. type Style = "style"
  93. type Summary = "summary"
  94. type Svg = "svg"
  95. type Table = "table"
  96. type Tbody = "tbody"
  97. type Td = "td"
  98. type Template = "template"
  99. type Textarea = "textarea"
  100. type Tfoot = "tfoot"
  101. type Th = "th"
  102. type Thead = "thead"
  103. type Title = "title"
  104. type Tr = "tr"
  105. type Track = "track"
  106. type Tt = "tt"
  107. type Ul = "ul"
  108. type Video = "video"
  109. type Xmp = "xmp"

Value Members

  1. val A: Tag["a"]
  2. val Acronym: Tag["acronym"]
  3. val Address: Tag["address"]
  4. val Applet: Tag["applet"]
  5. val Area: Tag["area"]
  6. val Article: Tag["article"]
  7. val Audio: Tag["audio"]
  8. val B: Tag["b"]
  9. val Base: Tag["base"]
  10. val Basefont: Tag["basefont"]
  11. val Big: Tag["big"]
  12. val Body: Tag["body"]
  13. val Br: Tag["br"]
  14. val Button: Tag["button"]
  15. val Canvas: Tag["canvas"]
  16. val Caption: Tag["caption"]
  17. val Center: Tag["center"]
  18. val Code: Tag["code"]
  19. val Col: Tag["col"]
  20. val Colgroup: Tag["colgroup"]
  21. val Content: Tag["content"]
  22. val Datalist: Tag["datalist"]
  23. val Dd: Tag["dd"]
  24. val Del: Tag["del"]
  25. val Details: Tag["details"]
  26. val Dialog: Tag["dialog"]
  27. val Dir: Tag["dir"]
  28. val Div: Tag["div"]
  29. val Dl: Tag["dl"]
  30. val Dt: Tag["dt"]
  31. val Em: Tag["em"]
  32. val Embed: Tag["embed"]
  33. val Fieldset: Tag["fieldset"]
  34. val Figcaption: Tag["figcaption"]
  35. val Figure: Tag["figure"]
  36. val Footer: Tag["footer"]
  37. val Form: Tag["form"]
  38. val Frame: Tag["frame"]
  39. val Frameset: Tag["frameset"]
  40. val H1: Tag["h1"]
  41. val H2: Tag["h2"]
  42. val H3: Tag["h3"]
  43. val H4: Tag["h4"]
  44. val H5: Tag["h5"]
  45. val H6: Tag["h6"]
  46. val Head: Tag["head"]
  47. val Header: Tag["header"]
  48. val Hgroup: Tag["hgroup"]
  49. val Hr: Tag["hr"]
  50. val Html: Tag["html"]
  51. val I: Tag["i"]
  52. val Iframe: Tag["iframe"]
  53. val Img: Tag["img"]
  54. val Input: Tag["input"]
  55. val Ins: Tag["ins"]
  56. val Isindex: Tag["isindex"]
  57. val Keygen: Tag["keygen"]
  58. val Label: Tag["label"]
  59. val Legend: Tag["legend"]
  60. val Li: Tag["li"]
  61. val Link: Tag["link"]
  62. val Listing: Tag["listing"]
  63. val Main: Tag["main"]
  64. val Map: Tag["map"]
  65. val Menu: Tag["menu"]
  66. val Menuitem: Tag["menuitem"]
  67. val Meta: Tag["meta"]
  68. val Meter: Tag["meter"]
  69. val Nav: Tag["nav"]
  70. val Noscript: Tag["noscript"]
  71. val Object: Tag["object"]
  72. val Ol: Tag["ol"]
  73. val Optgroup: Tag["optgroup"]
  74. val Option: Tag["option"]
  75. val Output: Tag["output"]
  76. val P: Tag["p"]
  77. val Param: Tag["param"]
  78. val Plaintext: Tag["plaintext"]
  79. val Pre: Tag["pre"]
  80. val Progress: Tag["progress"]
  81. val Script: Tag["script"]
  82. val Section: Tag["section"]
  83. val Select: Tag["select"]
  84. val Shadow: Tag["shadow"]
  85. val Small: Tag["small"]
  86. val Source: Tag["source"]
  87. val Spacer: Tag["spacer"]
  88. val Span: Tag["span"]
  89. val Strike: Tag["strike"]
  90. val Strong: Tag["strong"]
  91. val Style: Tag["style"]
  92. val Summary: Tag["summary"]
  93. val Svg: Tag["svg"]
  94. val Table: Tag["table"]
  95. val Tbody: Tag["tbody"]
  96. val Td: Tag["td"]
  97. val Template: Tag["template"]
  98. val Textarea: Tag["textarea"]
  99. val Tfoot: Tag["tfoot"]
  100. val Th: Tag["th"]
  101. val Thead: Tag["thead"]
  102. val Title: Tag["title"]
  103. val Tr: Tag["tr"]
  104. val Track: Tag["track"]
  105. val Tt: Tag["tt"]
  106. val Ul: Tag["ul"]
  107. val Video: Tag["video"]
  108. val Xmp: Tag["xmp"]

Inherited from AnyRef

Inherited from Any

Ungrouped