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 v msg. Present v => v -> Attribute msg#autocomplete Source
autocomplete :: forall v msg. Present v => v -> Attribute msg#formaction Source
formaction :: forall v msg. Present v => v -> Attribute msg#novalidate Source
novalidate :: forall v msg. Present v => v -> Attribute msg#placeholder Source
placeholder :: forall v msg. Present v => v -> Attribute msg#spellcheck Source
spellcheck :: forall v msg. Present v => v -> Attribute msg