HtmlNode

wvlet.airframe.rx.html.HtmlNode
See theHtmlNode companion object
trait HtmlNode extends HtmlNodeBase

Attributes

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

Members list

Value members

Deprecated methods

def unless(cond: => Boolean): HtmlNode

Attributes

Deprecated
[Since version 23.7.0]
def when(cond: => Boolean): HtmlNode

Attributes

Deprecated
[Since version 23.7.0]

Inherited 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

Inherited from:
HtmlNodeBase