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

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.HTMLBodyElement

Documentation

htmlBodyElementSetALink :: (IsHTMLBodyElement self, ToJSString val) => self -> val -> IO () Source

htmlBodyElementGetALink :: (IsHTMLBodyElement self, FromJSString result) => self -> IO result Source

htmlBodyElementSetBgColor :: (IsHTMLBodyElement self, ToJSString val) => self -> val -> IO () Source

htmlBodyElementSetLink :: (IsHTMLBodyElement self, ToJSString val) => self -> val -> IO () Source

htmlBodyElementGetLink :: (IsHTMLBodyElement self, FromJSString result) => self -> IO result Source

htmlBodyElementSetText :: (IsHTMLBodyElement self, ToJSString val) => self -> val -> IO () Source

htmlBodyElementGetText :: (IsHTMLBodyElement self, FromJSString result) => self -> IO result Source

htmlBodyElementSetVLink :: (IsHTMLBodyElement self, ToJSString val) => self -> val -> IO () Source

htmlBodyElementGetVLink :: (IsHTMLBodyElement self, FromJSString result) => self -> IO result Source