Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
htmlDocumentClose :: IsHTMLDocument self => self -> IO () Source
htmlDocumentClear :: IsHTMLDocument self => self -> IO () Source
htmlDocumentCaptureEvents :: IsHTMLDocument self => self -> IO () Source
htmlDocumentReleaseEvents :: IsHTMLDocument self => self -> IO () Source
htmlDocumentGetEmbeds :: IsHTMLDocument self => self -> IO (Maybe HTMLCollection) Source
htmlDocumentGetPlugins :: IsHTMLDocument self => self -> IO (Maybe HTMLCollection) Source
htmlDocumentGetScripts :: IsHTMLDocument self => self -> IO (Maybe HTMLCollection) Source
htmlDocumentGetWidth :: IsHTMLDocument self => self -> IO Int Source
htmlDocumentGetHeight :: IsHTMLDocument self => self -> IO Int Source
ghcjs_dom_html_document_set_dir :: JSRef HTMLDocument -> JSString -> IO () Source
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
data HTMLDocument Source
class IsDocument o => IsHTMLDocument o Source
castToHTMLDocument :: GObjectClass obj => obj -> HTMLDocument Source
toHTMLDocument :: IsHTMLDocument o => o -> HTMLDocument Source