Packages

object JsDom extends Bundle[Element, Element, Node] with Aliases[Element, Element, Node]

A Scalatags module that generates dom.Elements when the tags are rendered. This provides some additional flexibility over the Text backend, as you can bind structured objects to the attributes of your dom.Element without serializing them first into strings.

Linear Supertypes
Bundle[Element, Element, Node], Aliases[Element, Element, Node], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsDom
  2. Bundle
  3. Aliases
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type AbstractShort = generic.AbstractShort[Element, Element, Node]
    Definition Classes
    Bundle
  2. trait Aggregate extends generic.Aggregate[Element, Element, Node]
  3. type Attr = generic.Attr
    Definition Classes
    Aliases
  4. type AttrPair = generic.AttrPair[Element, Node]
    Definition Classes
    Aliases
  5. type AttrValue[V] = generic.AttrValue[Element, V]
    Definition Classes
    Aliases
  6. type Attrs = generic.Attrs[Element, Element, Node]
    Definition Classes
    Aliases
  7. trait Cap extends Util with TagFactory
  8. type Frag = generic.Frag[Element, Node]
    Definition Classes
    Aliases
  9. class GenericAttr[T] extends AttrValue[T]
  10. class GenericPixelStyle[T] extends PixelStyleValue[T]
  11. class GenericPixelStylePx[T] extends PixelStyleValue[T]
  12. class GenericStyle[T] extends StyleValue[T]
  13. type Modifier = generic.Modifier[Element]
    Definition Classes
    Aliases
  14. type PixelStyleValue[V] = generic.PixelStyleValue[Element, V]
    Definition Classes
    Aliases
  15. case class RawFrag(v: String) extends Modifier with Product with Serializable
  16. case class StringFrag(v: String) extends jsdom.Frag with Product with Serializable
  17. type Style = generic.Style
    Definition Classes
    Aliases
  18. type StyleValue[V] = generic.StyleValue[Element, V]
    Definition Classes
    Aliases
  19. type Styles = generic.Styles[Element, Element, Node]
    Definition Classes
    Aliases
  20. type Styles2 = generic.Styles2[Element, Element, Node]
    Definition Classes
    Aliases
  21. type SvgAttrs = generic.SvgAttrs[Element, Element, Node]
    Definition Classes
    Aliases
  22. type SvgTags = generic.SvgTags[Element, Element, Node]
    Definition Classes
    Aliases
  23. type Tag = generic.TypedTag[Element, Element, Node]
    Definition Classes
    Aliases
  24. type Tags = generic.Tags[Element, Element, Node]
    Definition Classes
    Aliases
  25. type Tags2 = generic.Tags2[Element, Element, Node]
    Definition Classes
    Aliases
  26. case class TypedTag[+Output <: Element](tag: String = "", modifiers: List[Seq[JsDom.Modifier]], void: Boolean = false, namespace: Namespace) extends generic.TypedTag[Element, Output, Node] with jsdom.Frag with Product with Serializable
  27. type Util = generic.Util[Element, Element, Node]
    Definition Classes
    Aliases

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. object RawFrag extends Companion[RawFrag] with Serializable
    Definition Classes
    JsDomAliases
  20. object StringFrag extends Companion[StringFrag] with Serializable
    Definition Classes
    JsDomAliases
  21. object all extends Cap with Attrs with Styles with jsdom.Tags with DataConverters with Aggregate with LowPriorityImplicits

    Convenience object for importing all of Scalatags' functionality at once

    Convenience object for importing all of Scalatags' functionality at once

    Definition Classes
    JsDomBundle
  22. object attrs extends Cap with Attrs

    Common attributes.

    Common attributes.

    Definition Classes
    JsDomBundle
  23. object implicits extends Aggregate with DataConverters

    Convenience object for only importing Scalatag's implicits, without importing any of the tags, styles or attributes themselves.

    Convenience object for only importing Scalatag's implicits, without importing any of the tags, styles or attributes themselves. This includes conversions to Modifier, typeclass instances for treating strings and numbers as attributes or style values, and other things.

    Definition Classes
    JsDomBundle
  24. object short extends Cap with jsdom.Tags with DataConverters with Aggregate with AbstractShort with LowPriorityImplicits

    Convenience object for importing only Scalatags' tags (e.g.

    Convenience object for importing only Scalatags' tags (e.g. div, p) into the local namespace, while leaving Styles and Attributes accessible via the * object

    Definition Classes
    JsDomBundle
  25. object styles extends Cap with Styles

    Common styles

    Common styles

    Definition Classes
    JsDomBundle
  26. object styles2 extends Cap with Styles2

    Less common styles

    Less common styles

    Definition Classes
    JsDomBundle
  27. object svgAttrs extends Cap with SvgAttrs

    SVG only attributes

    SVG only attributes

    Definition Classes
    JsDomBundle
  28. object svgTags extends Cap with jsdom.SvgTags

    SVG only tags

    SVG only tags

    Definition Classes
    JsDomBundle
  29. object tags extends Cap with jsdom.Tags

    Common tags

    Common tags

    Definition Classes
    JsDomBundle
  30. object tags2 extends Cap with jsdom.Tags2

    Less common tags

    Less common tags

    Definition Classes
    JsDomBundle

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Bundle[Element, Element, Node]

Inherited from Aliases[Element, Element, Node]

Inherited from AnyRef

Inherited from Any

Ungrouped