HtmlTags

com.malliina.html.HtmlTags
See theHtmlTags companion object
class HtmlTags extends Tags[Builder, String, String], HtmlImplicits

Attributes

Companion
object
Graph
Supertypes
class Tags[Builder, String, String]
trait HtmlWords
class Object
trait Matchable
class Any
Show all
Known subtypes
object HtmlTags.type

Members list

Value members

Inherited methods

def attrType[T](stringify: T => String): AttrValue[T]

Attributes

Inherited from:
HtmlImplicits
def cssLinkHashed[V : AttrValue](url: V, integrityHash: String, more: Modifier*): Self

Attributes

Inherited from:
Tags

Attributes

Inherited from:
Tags
def divClass(clazz: String, more: Modifier*): Self

Attributes

Inherited from:
Tags
def headeredTable(clazz: String, headers: Seq[Modifier])(tableBody: Modifier*): Self

Attributes

Inherited from:
Tags
def iClass(clazz: String): Self

Attributes

Inherited from:
Tags
def imageInput[V : AttrValue](imageUrl: V, more: Modifier*): Self

Attributes

Inherited from:
Tags
def jsHashed[V : AttrValue](url: V, integrityHash: String, more: Modifier*): Self

Attributes

Inherited from:
Tags
def jsScript[V : AttrValue](url: V, more: Modifier*): Self

Attributes

Inherited from:
Tags
def labelFor(forTarget: String, more: Modifier*): Self

Attributes

Inherited from:
Tags
def liClass(clazz: String): Self

Attributes

Inherited from:
Tags
def liHref[V : AttrValue](url: V, more: Modifier*)(text: Modifier*): Self

Attributes

Inherited from:
Tags
def namedInput(idAndName: String, more: Modifier*): Self

Attributes

Inherited from:
Tags
def pClass(clazz: String, more: Modifier*): Self

Attributes

Inherited from:
Tags
def spanClass(clazz: String, more: Modifier*): Self

Attributes

Inherited from:
Tags
def submitButton(more: Modifier*): Self

Attributes

Inherited from:
Tags
def ulClass(clazz: String): Self

Attributes

Inherited from:
Tags

Inherited fields

val Anonymous: String

Attributes

Inherited from:
HtmlWords
val Button: String

Attributes

Inherited from:
HtmlWords
val Checkbox: String

Attributes

Inherited from:
HtmlWords
val Download: String

Attributes

Inherited from:
HtmlWords
val En: String

Attributes

Inherited from:
HtmlWords
val False: String

Attributes

Inherited from:
HtmlWords
val FormRole: String

Attributes

Inherited from:
HtmlWords
val Group: String

Attributes

Inherited from:
HtmlWords
val Image: String

Attributes

Inherited from:
HtmlWords
val Number: String

Attributes

Inherited from:
HtmlWords
val Password: String

Attributes

Inherited from:
HtmlWords
val Post: String

Attributes

Inherited from:
HtmlWords
val Search: String

Attributes

Inherited from:
HtmlWords
val Section: String

Attributes

Inherited from:
HtmlWords
val Separator: String

Attributes

Inherited from:
HtmlWords
val Stylesheet: String

Attributes

Inherited from:
HtmlWords
val Submit: String

Attributes

Inherited from:
HtmlWords
val Text: String

Attributes

Inherited from:
HtmlWords
val Title: String

Attributes

Inherited from:
HtmlWords
val True: String

Attributes

Inherited from:
HtmlWords
val crossorigin: Attr

Attributes

Inherited from:
Tags
val defer: AttrPair[Builder, String]

Attributes

Inherited from:
Tags
val download: AttrPair[Builder, String]

Attributes

Inherited from:
Tags
val empty: Modifier

Attributes

Inherited from:
Tags
val impl: Bundle[Builder, String, String]

Attributes

Inherited from:
Tags
val integrity: Attr

Attributes

Inherited from:
Tags
val section: TypedTag[Builder, String, String]

Attributes

Inherited from:
Tags
val titleTag: TypedTag[Builder, String, String]

Attributes

Inherited from:
Tags

Givens

Inherited givens

given given_AttrValue_FullUrl: AttrValue[FullUrl]

Attributes

Inherited from:
HtmlImplicits

Implicits

Inherited implicits

implicit def wrappedFrag[T <: WrappedString](t: T): Frag

Attributes

Inherited from:
Tags