gi-webkit2webextension-0.2.10.13: WebKit2WebExtension bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLElement

Contents

Description

 

Synopsis

Exported types

Methods

dOMHTMLElementClick

dOMHTMLElementGetAccessKey

dOMHTMLElementGetChildren

dOMHTMLElementGetChildren :: (MonadIO m, DOMHTMLElementK a) => a -> m DOMHTMLCollection Source

Deprecated: (Since version 2.10)Use webkit_dom_element_get_children() instead.

dOMHTMLElementGetContentEditable

dOMHTMLElementGetDir

dOMHTMLElementGetInnerHtml

dOMHTMLElementGetInnerHtml :: (MonadIO m, DOMHTMLElementK a) => a -> m Text Source

Deprecated: (Since version 2.8)Use webkit_dom_element_get_inner_html() instead.

dOMHTMLElementGetInnerText

dOMHTMLElementGetIsContentEditable

dOMHTMLElementGetLang

dOMHTMLElementGetOuterHtml

dOMHTMLElementGetOuterHtml :: (MonadIO m, DOMHTMLElementK a) => a -> m Text Source

Deprecated: (Since version 2.8)Use webkit_dom_element_get_outer_html() instead.

dOMHTMLElementGetOuterText

dOMHTMLElementGetTabIndex

dOMHTMLElementGetTitle

dOMHTMLElementSetAccessKey

dOMHTMLElementSetContentEditable

dOMHTMLElementSetDir

dOMHTMLElementSetInnerHtml

dOMHTMLElementSetInnerHtml :: (MonadIO m, DOMHTMLElementK a) => a -> Text -> m () Source

Deprecated: (Since version 2.8)Use webkit_dom_element_set_inner_html() instead.

dOMHTMLElementSetInnerText

dOMHTMLElementSetLang

dOMHTMLElementSetOuterHtml

dOMHTMLElementSetOuterHtml :: (MonadIO m, DOMHTMLElementK a) => a -> Text -> m () Source

Deprecated: (Since version 2.8)Use webkit_dom_element_set_outer_html() instead.

dOMHTMLElementSetOuterText

dOMHTMLElementSetTabIndex

dOMHTMLElementSetTitle

Properties

AccessKey

data DOMHTMLElementAccessKeyPropertyInfo Source

ContentEditable

data DOMHTMLElementContentEditablePropertyInfo Source

Instances

AttrInfo DOMHTMLElementContentEditablePropertyInfo Source 
type AttrLabel DOMHTMLElementContentEditablePropertyInfo = "content-editable" Source 
type AttrGetType DOMHTMLElementContentEditablePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLElementContentEditablePropertyInfo = DOMHTMLElementK Source 
type AttrSetTypeConstraint DOMHTMLElementContentEditablePropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLElementContentEditablePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Dir

Draggable

data DOMHTMLElementDraggablePropertyInfo Source

Hidden

InnerText

data DOMHTMLElementInnerTextPropertyInfo Source

IsContentEditable

data DOMHTMLElementIsContentEditablePropertyInfo Source

Instances

AttrInfo DOMHTMLElementIsContentEditablePropertyInfo Source 
type AttrLabel DOMHTMLElementIsContentEditablePropertyInfo = "is-content-editable" Source 
type AttrGetType DOMHTMLElementIsContentEditablePropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLElementIsContentEditablePropertyInfo = DOMHTMLElementK Source 
type AttrSetTypeConstraint DOMHTMLElementIsContentEditablePropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLElementIsContentEditablePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

Lang

OuterText

data DOMHTMLElementOuterTextPropertyInfo Source

Spellcheck

data DOMHTMLElementSpellcheckPropertyInfo Source

TabIndex

Title

Translate

data DOMHTMLElementTranslatePropertyInfo Source

Webkitdropzone

data DOMHTMLElementWebkitdropzonePropertyInfo Source

Instances

AttrInfo DOMHTMLElementWebkitdropzonePropertyInfo Source 
type AttrLabel DOMHTMLElementWebkitdropzonePropertyInfo = "webkitdropzone" Source 
type AttrGetType DOMHTMLElementWebkitdropzonePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLElementWebkitdropzonePropertyInfo = DOMHTMLElementK Source 
type AttrSetTypeConstraint DOMHTMLElementWebkitdropzonePropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLElementWebkitdropzonePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source