Package

mhtml

Permalink

package mhtml

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

Type Members

  1. trait DevSettings extends MountSettings

    Permalink

    Developement mode.

    Developement mode. Warns about unknown elements/attributes/events/EntityRef.

  2. trait MountSettings extends AnyRef

    Permalink
  3. trait ProdSettings extends MountSettings

    Permalink

    Production mode.

    Production mode. Does nothing but transforming EntityRef.

Value Members

  1. object EntityRefMap

    Permalink

    EntityRef Map.

    EntityRef Map. Keys sorted according to Ordering[String] to be binary searchable. Source: org.apache.commons.lang3.text.translate.EntityArrays.

  2. object MountSettings

    Permalink
  3. def emptyHTML: Node

    Permalink

    Placeholder Node to not insert any value in the DOM.

  4. object mount

    Permalink

    Side-effectly mounts an xml.Node to a org.scalajs.dom.raw.Node.

  5. def unsafeRawHTML(rawHtml: String): Node

    Permalink

    Replacement for innerHTML in the DOM APT.

    Replacement for innerHTML in the DOM APT. In general, setting HTML from String is risky because it's easy to inadvertently expose your users to a cross-site scripting (XSS) attack. Using unsafeRawHTML in conjunction with other Atoms in a single Node has undefined behavior.

Inherited from AnyRef

Inherited from Any

Ungrouped