Module
Oak.Html.Attribute
- Package
- purescript-oak
- Repository
- ehrenmurdick/purescript-oak
#Attribute Source
data Attribute msg
Constructors
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 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