Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
htmlElementInsertAdjacentElement :: (HTMLElementClass self, ElementClass element) => self -> String -> Maybe element -> IO (Maybe Element) Source
htmlElementInsertAdjacentHTML :: HTMLElementClass self => self -> String -> String -> IO () Source
htmlElementInsertAdjacentText :: HTMLElementClass self => self -> String -> String -> IO () Source
htmlElementClick :: HTMLElementClass self => self -> IO () Source
htmlElementSetTitle :: HTMLElementClass self => self -> String -> IO () Source
htmlElementGetTitle :: HTMLElementClass self => self -> IO String Source
htmlElementSetLang :: HTMLElementClass self => self -> String -> IO () Source
htmlElementGetLang :: HTMLElementClass self => self -> IO String Source
htmlElementSetTranslate :: HTMLElementClass self => self -> Bool -> IO () Source
htmlElementGetTranslate :: HTMLElementClass self => self -> IO Bool Source
htmlElementSetDir :: HTMLElementClass self => self -> String -> IO () Source
htmlElementGetDir :: HTMLElementClass self => self -> IO String Source
htmlElementSetTabIndex :: HTMLElementClass self => self -> Int -> IO () Source
htmlElementGetTabIndex :: HTMLElementClass self => self -> IO Int Source
htmlElementSetDraggable :: HTMLElementClass self => self -> Bool -> IO () Source
htmlElementGetDraggable :: HTMLElementClass self => self -> IO Bool Source
htmlElementSetWebkitdropzone :: HTMLElementClass self => self -> String -> IO () Source
htmlElementGetWebkitdropzone :: HTMLElementClass self => self -> IO String Source
htmlElementSetHidden :: HTMLElementClass self => self -> Bool -> IO () Source
htmlElementGetHidden :: HTMLElementClass self => self -> IO Bool Source
htmlElementSetAccessKey :: HTMLElementClass self => self -> String -> IO () Source
htmlElementGetAccessKey :: HTMLElementClass self => self -> IO String Source
htmlElementSetInnerHTML :: HTMLElementClass self => self -> String -> IO () Source
htmlElementGetInnerHTML :: HTMLElementClass self => self -> IO String Source
htmlElementSetInnerText :: HTMLElementClass self => self -> String -> IO () Source
htmlElementGetInnerText :: HTMLElementClass self => self -> IO String Source
htmlElementSetOuterHTML :: HTMLElementClass self => self -> String -> IO () Source
htmlElementGetOuterHTML :: HTMLElementClass self => self -> IO String Source
htmlElementSetOuterText :: HTMLElementClass self => self -> String -> IO () Source
htmlElementGetOuterText :: HTMLElementClass self => self -> IO String Source
htmlElementGetChildren :: HTMLElementClass self => self -> IO (Maybe HTMLCollection) Source
htmlElementSetContentEditable :: HTMLElementClass self => self -> String -> IO () Source
htmlElementGetContentEditable :: HTMLElementClass self => self -> IO String Source
htmlElementGetIsContentEditable :: HTMLElementClass self => self -> IO Bool Source
htmlElementSetSpellcheck :: HTMLElementClass self => self -> Bool -> IO () Source
htmlElementGetSpellcheck :: HTMLElementClass self => self -> IO Bool Source
data HTMLElement Source
class ElementClass o => HTMLElementClass o Source
castToHTMLElement :: GObjectClass obj => obj -> HTMLElement Source
toHTMLElement :: HTMLElementClass o => o -> HTMLElement Source