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

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.HTMLHRElement

Documentation

htmlhrElementSetAlign :: (IsHTMLHRElement self, ToJSString val) => self -> val -> IO () Source

htmlhrElementGetAlign :: (IsHTMLHRElement self, FromJSString result) => self -> IO result Source

htmlhrElementSetSize :: (IsHTMLHRElement self, ToJSString val) => self -> val -> IO () Source

htmlhrElementGetSize :: (IsHTMLHRElement self, FromJSString result) => self -> IO result Source

htmlhrElementSetWidth :: (IsHTMLHRElement self, ToJSString val) => self -> val -> IO () Source

htmlhrElementGetWidth :: (IsHTMLHRElement self, FromJSString result) => self -> IO result Source