HtmlAttribute

wvlet.airframe.rx.html.HtmlAttribute
case class HtmlAttribute(name: String, v: Any, ns: Namespace, append: Boolean) extends HtmlNode

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlNode
trait HtmlNodeBase
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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

Deprecated and Inherited methods

def unless(cond: => Boolean): HtmlNode

Attributes

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

Attributes

Deprecated
[Since version 23.7.0]
Inherited from:
HtmlNode