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

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.HTMLDocument

Documentation

htmlDocumentSetDir :: (IsHTMLDocument self, ToJSString val) => self -> val -> IO () Source

htmlDocumentGetDir :: (IsHTMLDocument self, FromJSString result) => self -> IO result Source

htmlDocumentSetDesignMode :: (IsHTMLDocument self, ToJSString val) => self -> val -> IO () Source

htmlDocumentGetDesignMode :: (IsHTMLDocument self, FromJSString result) => self -> IO result Source

htmlDocumentGetCompatMode :: (IsHTMLDocument self, FromJSString result) => self -> IO result Source

htmlDocumentSetBgColor :: (IsHTMLDocument self, ToJSString val) => self -> val -> IO () Source

htmlDocumentGetBgColor :: (IsHTMLDocument self, FromJSString result) => self -> IO result Source

htmlDocumentSetFgColor :: (IsHTMLDocument self, ToJSString val) => self -> val -> IO () Source

htmlDocumentGetFgColor :: (IsHTMLDocument self, FromJSString result) => self -> IO result Source

htmlDocumentSetAlinkColor :: (IsHTMLDocument self, ToJSString val) => self -> val -> IO () Source

htmlDocumentGetAlinkColor :: (IsHTMLDocument self, FromJSString result) => self -> IO result Source

htmlDocumentSetLinkColor :: (IsHTMLDocument self, ToJSString val) => self -> val -> IO () Source

htmlDocumentGetLinkColor :: (IsHTMLDocument self, FromJSString result) => self -> IO result Source

htmlDocumentSetVlinkColor :: (IsHTMLDocument self, ToJSString val) => self -> val -> IO () Source

htmlDocumentGetVlinkColor :: (IsHTMLDocument self, FromJSString result) => self -> IO result Source