HtmlNodeBase

wvlet.airframe.rx.html.HtmlNodeBase
trait HtmlNodeBase

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
Self type

Members list

Value members

Concrete methods

def renderTo(nodeId: String): (Node, Cancelable)

(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 pair of DOM node and a Cancelable object to clean up the rendered elements