HtmlNodeBase

wvlet.airframe.rx.html.HtmlNodeBase
trait HtmlNodeBase

A trait for adding different methods between Scala JVM and Scala.js

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait HtmlNode
class EntityRef
object empty.type
class RxElement
class HtmlElement
class LazyRxElement[A]
Show all

Members list

Value members

Concrete methods

def renderTo(nodeId: String): Unit

(Scala.js only) Render this element to the DOM node of the given ID. If the corresponding DOM node is not found, this method will create a new DOM node.

(Scala.js only) Render this element to the DOM node of the given ID. If the corresponding DOM node is not found, this method will create a new DOM node.

Attributes

Returns

A cancelable RxDOMNode