Module
Oak.Html.Attribute  
- Package
 - purescript-oak
 - Repository
 - ehrenmurdick/purescript-oak
 
#Attribute Source
data Attribute msgConstructors
BooleanAttribute String BooleanDataAttribute String StringEventHandler String msgKeyPressEventHandler String (KeyPressEvent -> msg)SimpleAttribute String StringStringEventHandler String (String -> msg)Style (Array StyleAttribute)
Instances
#contenteditable Source
contenteditable :: forall msg. Boolean -> Attribute msg#acceptCharset Source
acceptCharset :: forall msg. String -> Attribute msg#autocomplete Source
autocomplete :: forall msg. String -> Attribute msg#formaction Source
formaction :: forall msg. String -> Attribute msg#novalidate Source
novalidate :: forall msg. String -> Attribute msg#placeholder Source
placeholder :: forall msg. String -> Attribute msg#spellcheck Source
spellcheck :: forall msg. String -> Attribute msg