Module
Oak.Html.Attribute  
- Package
- purescript-oak
- Repository
- ehrenmurdick/purescript-oak
#Attribute Source
data Attribute msgConstructors
- BooleanAttribute String Boolean
- DataAttribute String String
- EventHandler String msg
- KeyPressEventHandler String (KeyPressEvent -> msg)
- SimpleAttribute String String
- StringEventHandler 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