HtmlAttrBuilder

trait HtmlAttrBuilder[A[_]]

This trait builds attribute objects which are typically found on the left hand side of the htmlAttr := value syntax.

This trait builds attribute objects which are typically found on the left hand side of the htmlAttr := value syntax.

See also: com.raquo.domtypes.generic.builders.canonical.CanonicalHtmlAttrBuilder

Type Params
A

HTML Attribute, canonically com.raquo.domtypes.generic.keys.HtmlAttr

class Object
trait Matchable
class Any

Value members

Abstract methods

protected def htmlAttr[V](key: String, codec: Codec[V, String]): A[V]

Create an HTML Attribute

Create an HTML Attribute

Concrete methods

@inline
protected def doubleHtmlAttr(key: String): A[Double]
@inline
protected def intHtmlAttr(key: String): A[Int]
@inline
protected def stringHtmlAttr(key: String): A[String]