HtmlTags

wvlet.airframe.rx.html.HtmlTags
See theHtmlTags companion trait
object HtmlTags

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HtmlTags.type

Members list

Value members

Concrete methods

def attr(name: String): HtmlAttributeOf
def attr(name: String, namespace: Namespace): HtmlAttributeOf
def attributeOf(name: String): HtmlAttributeOf
def handler[T](name: String): HtmlEventHandlerOf[T]
def handler[T](name: String, namespace: Namespace): HtmlEventHandlerOf[T]
def svgTag(name: String): HtmlElement
def tag(name: String): HtmlElement
def tagOf(name: String, namespace: Namespace): HtmlElement