Tags

com.malliina.html.Tags
class Tags[Builder, Output <: FragT, FragT](val impl: Bundle[Builder, Output, FragT]) extends HtmlWords

Attributes

Graph
Supertypes
trait HtmlWords
class Object
trait Matchable
class Any
Known subtypes
class HtmlTags
object HtmlTags.type

Members list

Value members

Concrete methods

def cssLinkHashed[V : AttrValue](url: V, integrityHash: String, more: Modifier*): Self
def divClass(clazz: String, more: Modifier*): Self
def headeredTable(clazz: String, headers: Seq[Modifier])(tableBody: Modifier*): Self
def iClass(clazz: String): Self
def imageInput[V : AttrValue](imageUrl: V, more: Modifier*): Self
def jsHashed[V : AttrValue](url: V, integrityHash: String, more: Modifier*): Self
def jsScript[V : AttrValue](url: V, more: Modifier*): Self
def labelFor(forTarget: String, more: Modifier*): Self
def liClass(clazz: String): Self
def liHref[V : AttrValue](url: V, more: Modifier*)(text: Modifier*): Self
def namedInput(idAndName: String, more: Modifier*): Self
def pClass(clazz: String, more: Modifier*): Self
def spanClass(clazz: String, more: Modifier*): Self
def submitButton(more: Modifier*): Self
def ulClass(clazz: String): Self

Concrete fields

val crossorigin: Attr
val defer: AttrPair[Builder, String]
val download: AttrPair[Builder, String]
val empty: Modifier
val impl: Bundle[Builder, Output, FragT]
val integrity: Attr
val section: TypedTag[Builder, Output, FragT]
val titleTag: TypedTag[Builder, Output, FragT]

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

Implicits

Implicits

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