scalatags

package scalatags

ScalaTags is a small XML/HTML construction library for Scala. See the Github page for an introduction and documentation.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scalatags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Companion[V] extends (String) ⇒ V

  2. trait DataConverters extends AnyRef

    Trait containing the contents of the DataConverters module, so it can be mixed in to other objects as needed.

Value Members

  1. object DataConverters extends DataConverters

    Module containing convenient ways of constructing CSS data types

  2. object Escaping

    Utility methods related to validating and escaping XML; used internally but potentially useful outside of Scalatags.

  3. object Text extends Bundle[Builder, String, String] with Aliases[Builder, String, String]

    A Scalatags module that works with a text back-end, i.e.

    A Scalatags module that works with a text back-end, i.e. it creates HTML Strings.

  4. implicit object attrOrdering extends Ordering[Attr]

  5. package generic

  6. implicit object styleOrdering extends Ordering[Style]

  7. package text

Inherited from AnyRef

Inherited from Any

Ungrouped