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

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.HTMLParamElement

Documentation

htmlParamElementSetName :: (IsHTMLParamElement self, ToJSString val) => self -> val -> IO () Source

htmlParamElementGetName :: (IsHTMLParamElement self, FromJSString result) => self -> IO result Source

htmlParamElementSetValue :: (IsHTMLParamElement self, ToJSString val) => self -> val -> IO () Source

htmlParamElementGetValue :: (IsHTMLParamElement self, FromJSString result) => self -> IO result Source

htmlParamElementSetValueType :: (IsHTMLParamElement self, ToJSString val) => self -> val -> IO () Source

htmlParamElementGetValueType :: (IsHTMLParamElement self, FromJSString result) => self -> IO result Source