trait HtmlElements extends AnyRef
Trait containing all HTML element definitions. This trait can be mixed into package objects or other contexts. Elements are sorted alphabetically for easy maintenance.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HtmlElements
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val a: Element
- val abbr: Element
- val address: Element
- val area: Element
- val article: Element
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val aside: Element
- val audio: Element
- val b: Element
- val base: Element
- val bdi: Element
- val bdo: Element
- val blockquote: Element
- val body: Element
- val br: Element
- val button: Element
- val canvas: Element
- val caption: Element
- val cite: Element
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val code: Element
- val col: Element
- val colgroup: Element
- val datalist: Element
- val dd: Element
- val del: Element
- val details: Element
- val dfn: Element
- val dialog: Element
- val div: Element
- val dl: Element
- val dt: Element
- val em: Element
- val embed: Element
- val empty: Dom
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fieldset: Element
- val footer: Element
- val form: Element
- def fragment(children: Dom*): Fragment
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val h1: Element
- val h2: Element
- val h3: Element
- val h4: Element
- val h5: Element
- val h6: Element
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val head: Element
- val header: Element
- val hr: Element
- val html: Element
- val i: Element
- val iframe: Element
- val img: Element
- val input: Element
- val ins: Element
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kbd: Element
- val label: Element
- val legend: Element
- val li: Element
- val link: Element
- val main: Element
- val map: Element
- val mark: Element
- val math: Element
- val meta: Element
- val meter: Element
- val nav: Element
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val object: Element
- val ol: Element
- val optgroup: Element
- val option: Element
- val output: Element
- val p: Element
- val param: Element
- val pre: Element
- val progress: Element
- val q: Element
- def raw(content: String): RawHtml
- val rp: Element
- val rt: Element
- val ruby: Element
- val s: Element
- val samp: Element
- val script: Script
- val section: Element
- val select: Element
- val slot: Element
- val small: Element
- val source: Element
- val span: Element
- val strong: Element
- val style: Style
- val sub: Element
- val summary: Element
- val sup: Element
- val svg: Element
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val table: Element
- val tbody: Element
- val td: Element
- val template: Element
- def text(content: String): Text
- val textarea: Element
- val tfoot: Element
- val th: Element
- val thead: Element
- val time: Element
- val title: Element
- def toString(): String
- Definition Classes
- AnyRef → Any
- val tr: Element
- val track: Element
- val u: Element
- val ul: Element
- val var: Element
- val video: Element
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val wbr: Element