webkit-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLElement

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 StringSource

htmlElementSetLang :: HTMLElementClass self => self -> String -> IO ()Source

htmlElementGetLang :: HTMLElementClass self => self -> IO StringSource

htmlElementSetTranslate :: HTMLElementClass self => self -> Bool -> IO ()Source

htmlElementGetTranslate :: HTMLElementClass self => self -> IO BoolSource

htmlElementSetDir :: HTMLElementClass self => self -> String -> IO ()Source

htmlElementGetDir :: HTMLElementClass self => self -> IO StringSource

htmlElementSetTabIndex :: HTMLElementClass self => self -> Int -> IO ()Source

htmlElementGetTabIndex :: HTMLElementClass self => self -> IO IntSource

htmlElementSetDraggable :: HTMLElementClass self => self -> Bool -> IO ()Source

htmlElementGetDraggable :: HTMLElementClass self => self -> IO BoolSource

htmlElementSetWebkitdropzone :: HTMLElementClass self => self -> String -> IO ()Source

htmlElementGetWebkitdropzone :: HTMLElementClass self => self -> IO StringSource

htmlElementSetHidden :: HTMLElementClass self => self -> Bool -> IO ()Source

htmlElementGetHidden :: HTMLElementClass self => self -> IO BoolSource

htmlElementSetAccessKey :: HTMLElementClass self => self -> String -> IO ()Source

htmlElementGetAccessKey :: HTMLElementClass self => self -> IO StringSource

htmlElementSetInnerHTML :: HTMLElementClass self => self -> String -> IO ()Source

htmlElementGetInnerHTML :: HTMLElementClass self => self -> IO StringSource

htmlElementSetInnerText :: HTMLElementClass self => self -> String -> IO ()Source

htmlElementGetInnerText :: HTMLElementClass self => self -> IO StringSource

htmlElementSetOuterHTML :: HTMLElementClass self => self -> String -> IO ()Source

htmlElementGetOuterHTML :: HTMLElementClass self => self -> IO StringSource

htmlElementSetOuterText :: HTMLElementClass self => self -> String -> IO ()Source

htmlElementGetOuterText :: HTMLElementClass self => self -> IO StringSource

htmlElementGetChildren :: HTMLElementClass self => self -> IO (Maybe HTMLCollection)Source

htmlElementSetContentEditable :: HTMLElementClass self => self -> String -> IO ()Source

htmlElementGetContentEditable :: HTMLElementClass self => self -> IO StringSource

htmlElementGetIsContentEditable :: HTMLElementClass self => self -> IO BoolSource

htmlElementSetSpellcheck :: HTMLElementClass self => self -> Bool -> IO ()Source

htmlElementGetSpellcheck :: HTMLElementClass self => self -> IO BoolSource