ghcjs-dom-0.1.1.2: DOM library that supports both GHCJS and WebKitGTK

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.HTMLButtonElement

Documentation

htmlButtonElementSetCustomValidity :: (IsHTMLButtonElement self, ToJSString error) => self -> error -> IO () Source

htmlButtonElementSetFormAction :: (IsHTMLButtonElement self, ToJSString val) => self -> val -> IO () Source

htmlButtonElementGetFormAction :: (IsHTMLButtonElement self, FromJSString result) => self -> IO result Source

htmlButtonElementSetFormEnctype :: (IsHTMLButtonElement self, ToJSString val) => self -> val -> IO () Source

htmlButtonElementGetFormEnctype :: (IsHTMLButtonElement self, FromJSString result) => self -> IO result Source

htmlButtonElementSetFormMethod :: (IsHTMLButtonElement self, ToJSString val) => self -> val -> IO () Source

htmlButtonElementGetFormMethod :: (IsHTMLButtonElement self, FromJSString result) => self -> IO result Source

htmlButtonElementSetFormTarget :: (IsHTMLButtonElement self, ToJSString val) => self -> val -> IO () Source

htmlButtonElementGetFormTarget :: (IsHTMLButtonElement self, FromJSString result) => self -> IO result Source

htmlButtonElementSetName :: (IsHTMLButtonElement self, ToJSString val) => self -> val -> IO () Source

htmlButtonElementGetName :: (IsHTMLButtonElement self, FromJSString result) => self -> IO result Source

htmlButtonElementSetValue :: (IsHTMLButtonElement self, ToJSString val) => self -> val -> IO () Source

htmlButtonElementGetValue :: (IsHTMLButtonElement self, FromJSString result) => self -> IO result Source

htmlButtonElementGetValidationMessage :: (IsHTMLButtonElement self, FromJSString result) => self -> IO result Source