Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
htmlAnchorElementSetCharset :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetCharset :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetCoords :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetCoords :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetDownload :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetDownload :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetHref :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetHref :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetHreflang :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetHreflang :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetName :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetName :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetPing :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetPing :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetRel :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetRel :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetRev :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetRev :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetShape :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetShape :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetTarget :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetTarget :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetHash :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetHash :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetHost :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetHost :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetHostname :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetHostname :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetPathname :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetPathname :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetPort :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetPort :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetProtocol :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetProtocol :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetSearch :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetSearch :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementGetOrigin :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
htmlAnchorElementSetText :: (IsHTMLAnchorElement self, ToJSString val) => self -> val -> IO () Source
htmlAnchorElementGetText :: (IsHTMLAnchorElement self, FromJSString result) => self -> IO result Source
ghcjs_dom_html_anchor_element_get_rel_list :: JSRef HTMLAnchorElement -> IO (JSRef DOMTokenList) Source
htmlAnchorElementGetRelList :: IsHTMLAnchorElement self => self -> IO (Maybe DOMTokenList) Source
data HTMLAnchorElement Source
castToHTMLAnchorElement :: GObjectClass obj => obj -> HTMLAnchorElement Source
toHTMLAnchorElement :: IsHTMLAnchorElement o => o -> HTMLAnchorElement Source