HtmlAttribute

case class HtmlAttribute(name: String, v: Any, ns: Namespace, append: Boolean) extends HtmlNode
trait Serializable
trait Product
trait Equals
trait HtmlNode
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def unless(cond: => Boolean): HtmlNode
Inherited from:
HtmlNode
def when(cond: => Boolean): HtmlNode
Inherited from:
HtmlNode