gi-webkit-3.0.11: WebKit 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.WebKit.Objects.DOMHTMLElement

Contents

Description

 

Synopsis

Exported types

class GObject o => IsDOMHTMLElement o Source #

Instances

(GObject a, UnknownAncestorError Constraint DOMHTMLElement a) => IsDOMHTMLElement a Source # 
IsDOMHTMLElement DOMHTMLTableSectionElement Source # 
IsDOMHTMLElement DOMHTMLTableCaptionElement Source # 
IsDOMHTMLElement DOMHTMLScriptElement Source # 
IsDOMHTMLElement DOMHTMLMediaElement Source # 
IsDOMHTMLElement DOMHTMLHeadElement Source # 
IsDOMHTMLElement DOMHTMLFormElement Source # 
IsDOMHTMLElement DOMHTMLElement Source # 
IsDOMHTMLElement DOMHTMLAnchorElement Source # 
IsDOMHTMLElement DOMHTMLAppletElement Source # 
IsDOMHTMLElement DOMHTMLAreaElement Source # 
IsDOMHTMLElement DOMHTMLAudioElement Source # 
IsDOMHTMLElement DOMHTMLBRElement Source # 
IsDOMHTMLElement DOMHTMLBaseElement Source # 
IsDOMHTMLElement DOMHTMLBaseFontElement Source # 
IsDOMHTMLElement DOMHTMLBodyElement Source # 
IsDOMHTMLElement DOMHTMLButtonElement Source # 
IsDOMHTMLElement DOMHTMLCanvasElement Source # 
IsDOMHTMLElement DOMHTMLDListElement Source # 
IsDOMHTMLElement DOMHTMLDetailsElement Source # 
IsDOMHTMLElement DOMHTMLDirectoryElement Source # 
IsDOMHTMLElement DOMHTMLDivElement Source # 
IsDOMHTMLElement DOMHTMLEmbedElement Source # 
IsDOMHTMLElement DOMHTMLFieldSetElement Source # 
IsDOMHTMLElement DOMHTMLFontElement Source # 
IsDOMHTMLElement DOMHTMLFrameElement Source # 
IsDOMHTMLElement DOMHTMLFrameSetElement Source # 
IsDOMHTMLElement DOMHTMLHRElement Source # 
IsDOMHTMLElement DOMHTMLHeadingElement Source # 
IsDOMHTMLElement DOMHTMLHtmlElement Source # 
IsDOMHTMLElement DOMHTMLIFrameElement Source # 
IsDOMHTMLElement DOMHTMLImageElement Source # 
IsDOMHTMLElement DOMHTMLInputElement Source # 
IsDOMHTMLElement DOMHTMLKeygenElement Source # 
IsDOMHTMLElement DOMHTMLLIElement Source # 
IsDOMHTMLElement DOMHTMLLabelElement Source # 
IsDOMHTMLElement DOMHTMLLegendElement Source # 
IsDOMHTMLElement DOMHTMLLinkElement Source # 
IsDOMHTMLElement DOMHTMLMapElement Source # 
IsDOMHTMLElement DOMHTMLMarqueeElement Source # 
IsDOMHTMLElement DOMHTMLMenuElement Source # 
IsDOMHTMLElement DOMHTMLMetaElement Source # 
IsDOMHTMLElement DOMHTMLModElement Source # 
IsDOMHTMLElement DOMHTMLOListElement Source # 
IsDOMHTMLElement DOMHTMLObjectElement Source # 
IsDOMHTMLElement DOMHTMLOptGroupElement Source # 
IsDOMHTMLElement DOMHTMLOptionElement Source # 
IsDOMHTMLElement DOMHTMLParagraphElement Source # 
IsDOMHTMLElement DOMHTMLParamElement Source # 
IsDOMHTMLElement DOMHTMLPreElement Source # 
IsDOMHTMLElement DOMHTMLQuoteElement Source # 
IsDOMHTMLElement DOMHTMLSelectElement Source # 
IsDOMHTMLElement DOMHTMLStyleElement Source # 
IsDOMHTMLElement DOMHTMLTableCellElement Source # 
IsDOMHTMLElement DOMHTMLTableColElement Source # 
IsDOMHTMLElement DOMHTMLTableElement Source # 
IsDOMHTMLElement DOMHTMLTableRowElement Source # 
IsDOMHTMLElement DOMHTMLTextAreaElement Source # 
IsDOMHTMLElement DOMHTMLTitleElement Source # 
IsDOMHTMLElement DOMHTMLUListElement Source # 
IsDOMHTMLElement DOMHTMLVideoElement Source # 

Methods

click

dOMHTMLElementClick Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m () 

No description available in the introspection data.

getAccessKey

dOMHTMLElementGetAccessKey Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getChildren

dOMHTMLElementGetChildren Source #

No description available in the introspection data.

getClassList

dOMHTMLElementGetClassList Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

element: A DOMHTMLElement

-> m DOMDOMTokenList

Returns: a DOMDOMTokenList

Deprecated: (Since version 1.10)Use dOMElementGetClassList instead.

No description available in the introspection data.

getClassName

dOMHTMLElementGetClassName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

element: A DOMHTMLElement

-> m Text

Returns: A gchar

Deprecated: (Since version 1.10)Use dOMElementGetClassName instead.

No description available in the introspection data.

getContentEditable

dOMHTMLElementGetContentEditable Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getDir

dOMHTMLElementGetDir Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getDraggable

dOMHTMLElementGetDraggable Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getHidden

dOMHTMLElementGetHidden Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getId

dOMHTMLElementGetId Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.2)Use dOMElementGetId instead.

No description available in the introspection data.

getInnerHtml

dOMHTMLElementGetInnerHtml Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getInnerText

dOMHTMLElementGetInnerText Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getIsContentEditable

dOMHTMLElementGetIsContentEditable Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getItemId

dOMHTMLElementGetItemId Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.2)

This functionality has been removed from WebKit, this function does nothing.

getItemProp

dOMHTMLElementGetItemProp Source #

Deprecated: (Since version 2.2)

This functionality has been removed from WebKit, this function does nothing.

getItemRef

dOMHTMLElementGetItemRef Source #

Deprecated: (Since version 2.2)

This functionality has been removed from WebKit, this function does nothing.

getItemScope

dOMHTMLElementGetItemScope Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.2)

This functionality has been removed from WebKit, this function does nothing.

getItemType

dOMHTMLElementGetItemType Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m (Ptr ()) 

Deprecated: (Since version 2.2)

This functionality has been removed from WebKit, this function does nothing.

getLang

dOMHTMLElementGetLang Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getOuterHtml

dOMHTMLElementGetOuterHtml Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getOuterText

dOMHTMLElementGetOuterText Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getSpellcheck

dOMHTMLElementGetSpellcheck Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getTabIndex

dOMHTMLElementGetTabIndex Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getTitle

dOMHTMLElementGetTitle Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getTranslate

dOMHTMLElementGetTranslate Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getWebkitdropzone

dOMHTMLElementGetWebkitdropzone Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> m Text

Returns: A gchar

No description available in the introspection data.

insertAdjacentElement

dOMHTMLElementInsertAdjacentElement Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a, IsDOMElement b) 
=> a

self: A DOMHTMLElement

-> Text

where: A gchar

-> b

element: A DOMElement

-> m DOMElement

Returns: A DOMElement (Can throw GError)

No description available in the introspection data.

insertAdjacentHtml

dOMHTMLElementInsertAdjacentHtml Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

where: A gchar

-> Text

html: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

insertAdjacentText

dOMHTMLElementInsertAdjacentText Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

where: A gchar

-> Text

text: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

setAccessKey

dOMHTMLElementSetAccessKey Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setClassName

dOMHTMLElementSetClassName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

element: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 1.10)Use dOMElementSetClassName instead.

No description available in the introspection data.

setContentEditable

dOMHTMLElementSetContentEditable Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

value: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

setDir

dOMHTMLElementSetDir Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setDraggable

dOMHTMLElementSetDraggable Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setHidden

dOMHTMLElementSetHidden Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setId

dOMHTMLElementSetId Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.2)Use dOMElementSetId instead.

No description available in the introspection data.

setInnerHtml

dOMHTMLElementSetInnerHtml Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

value: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

setInnerText

dOMHTMLElementSetInnerText Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

value: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

setItemId

dOMHTMLElementSetItemId Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.2)

This functionality has been removed from WebKit, this function does nothing.

setItemScope

dOMHTMLElementSetItemScope Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.2)

This functionality has been removed from WebKit, this function does nothing.

setLang

dOMHTMLElementSetLang Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setOuterHtml

dOMHTMLElementSetOuterHtml Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

value: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

setOuterText

dOMHTMLElementSetOuterText Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

value: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

setSpellcheck

dOMHTMLElementSetSpellcheck Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setTabIndex

dOMHTMLElementSetTabIndex Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setTitle

dOMHTMLElementSetTitle Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setTranslate

dOMHTMLElementSetTranslate Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setWebkitdropzone

dOMHTMLElementSetWebkitdropzone Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLElement a) 
=> a

self: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

accessKey

data DOMHTMLElementAccessKeyPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrOrigin DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrLabel DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrGetType DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementAccessKeyPropertyInfo Source # 

children

data DOMHTMLElementChildrenPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementChildrenPropertyInfo Source # 
type AttrOrigin DOMHTMLElementChildrenPropertyInfo Source # 
type AttrLabel DOMHTMLElementChildrenPropertyInfo Source # 
type AttrGetType DOMHTMLElementChildrenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementChildrenPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementChildrenPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementChildrenPropertyInfo Source # 

contentEditable

data DOMHTMLElementContentEditablePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrOrigin DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrLabel DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrGetType DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementContentEditablePropertyInfo Source # 

dir

data DOMHTMLElementDirPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementDirPropertyInfo Source # 
type AttrOrigin DOMHTMLElementDirPropertyInfo Source # 
type AttrLabel DOMHTMLElementDirPropertyInfo Source # 
type AttrGetType DOMHTMLElementDirPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementDirPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementDirPropertyInfo Source # 

draggable

data DOMHTMLElementDraggablePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementDraggablePropertyInfo Source # 
type AttrOrigin DOMHTMLElementDraggablePropertyInfo Source # 
type AttrLabel DOMHTMLElementDraggablePropertyInfo Source # 
type AttrGetType DOMHTMLElementDraggablePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementDraggablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementDraggablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementDraggablePropertyInfo Source # 

hidden

data DOMHTMLElementHiddenPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementHiddenPropertyInfo Source # 
type AttrOrigin DOMHTMLElementHiddenPropertyInfo Source # 
type AttrLabel DOMHTMLElementHiddenPropertyInfo Source # 
type AttrGetType DOMHTMLElementHiddenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementHiddenPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementHiddenPropertyInfo Source # 

innerHtml

data DOMHTMLElementInnerHtmlPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementInnerHtmlPropertyInfo Source # 
type AttrOrigin DOMHTMLElementInnerHtmlPropertyInfo Source # 
type AttrLabel DOMHTMLElementInnerHtmlPropertyInfo Source # 
type AttrGetType DOMHTMLElementInnerHtmlPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementInnerHtmlPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementInnerHtmlPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementInnerHtmlPropertyInfo Source # 

innerText

data DOMHTMLElementInnerTextPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrOrigin DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrLabel DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrGetType DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementInnerTextPropertyInfo Source # 

isContentEditable

data DOMHTMLElementIsContentEditablePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrOrigin DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrLabel DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrGetType DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementIsContentEditablePropertyInfo Source # 

lang

data DOMHTMLElementLangPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementLangPropertyInfo Source # 
type AttrOrigin DOMHTMLElementLangPropertyInfo Source # 
type AttrLabel DOMHTMLElementLangPropertyInfo Source # 
type AttrGetType DOMHTMLElementLangPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementLangPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementLangPropertyInfo Source # 

outerHtml

data DOMHTMLElementOuterHtmlPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementOuterHtmlPropertyInfo Source # 
type AttrOrigin DOMHTMLElementOuterHtmlPropertyInfo Source # 
type AttrLabel DOMHTMLElementOuterHtmlPropertyInfo Source # 
type AttrGetType DOMHTMLElementOuterHtmlPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementOuterHtmlPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementOuterHtmlPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementOuterHtmlPropertyInfo Source # 

outerText

data DOMHTMLElementOuterTextPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrOrigin DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrLabel DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrGetType DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementOuterTextPropertyInfo Source # 

spellcheck

data DOMHTMLElementSpellcheckPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrOrigin DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrLabel DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrGetType DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementSpellcheckPropertyInfo Source # 

tabIndex

data DOMHTMLElementTabIndexPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrOrigin DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrLabel DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrGetType DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTabIndexPropertyInfo Source # 

title

data DOMHTMLElementTitlePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementTitlePropertyInfo Source # 
type AttrOrigin DOMHTMLElementTitlePropertyInfo Source # 
type AttrLabel DOMHTMLElementTitlePropertyInfo Source # 
type AttrGetType DOMHTMLElementTitlePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementTitlePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTitlePropertyInfo Source # 

translate

data DOMHTMLElementTranslatePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementTranslatePropertyInfo Source # 
type AttrOrigin DOMHTMLElementTranslatePropertyInfo Source # 
type AttrLabel DOMHTMLElementTranslatePropertyInfo Source # 
type AttrGetType DOMHTMLElementTranslatePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementTranslatePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementTranslatePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTranslatePropertyInfo Source # 

webkitdropzone

data DOMHTMLElementWebkitdropzonePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrOrigin DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrLabel DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrGetType DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementWebkitdropzonePropertyInfo Source #