gi-webkit-3.0.9: 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

newtype DOMHTMLElement Source #

Constructors

DOMHTMLElement (ManagedPtr DOMHTMLElement) 

Instances

GObject DOMHTMLElement Source # 
IsObject DOMHTMLElement Source # 
IsDOMObject DOMHTMLElement Source # 
IsDOMNode DOMHTMLElement Source # 
IsDOMHTMLElement DOMHTMLElement Source # 
IsDOMElement DOMHTMLElement Source # 
IsDOMEventTarget DOMHTMLElement Source # 
((~) * info (ResolveDOMHTMLElementMethod t DOMHTMLElement), MethodInfo * info DOMHTMLElement p) => IsLabel t (DOMHTMLElement -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> DOMHTMLElement -> p #

((~) * info (ResolveDOMHTMLElementMethod t DOMHTMLElement), MethodInfo * info DOMHTMLElement p) => IsLabelProxy t (DOMHTMLElement -> p) Source # 
HasAttributeList * DOMHTMLElement Source # 
type SignalList DOMHTMLElement Source # 
type SignalList DOMHTMLElement
type AttributeList DOMHTMLElement Source # 
type AttributeList DOMHTMLElement

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

data DOMHTMLElementClickMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementClickMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementClickMethodInfo a -> signature -> s

getAccessKey

data DOMHTMLElementGetAccessKeyMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetAccessKeyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetAccessKeyMethodInfo a -> signature -> s

getChildren

data DOMHTMLElementGetChildrenMethodInfo Source #

Instances

((~) * signature (m DOMHTMLCollection), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetChildrenMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetChildrenMethodInfo a -> signature -> s

getClassList

data DOMHTMLElementGetClassListMethodInfo Source #

Instances

((~) * signature (m DOMDOMTokenList), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetClassListMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetClassListMethodInfo a -> signature -> s

dOMHTMLElementGetClassList :: (MonadIO m, IsDOMHTMLElement a) => a -> m DOMDOMTokenList Source #

Deprecated: (Since version 1.10)Use webkit_dom_element_get_class_list() instead.

getClassName

data DOMHTMLElementGetClassNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetClassNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetClassNameMethodInfo a -> signature -> s

dOMHTMLElementGetClassName :: (MonadIO m, IsDOMHTMLElement a) => a -> m Text Source #

Deprecated: (Since version 1.10)Use webkit_dom_element_get_class_name() instead.

getContentEditable

data DOMHTMLElementGetContentEditableMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetContentEditableMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetContentEditableMethodInfo a -> signature -> s

getDir

data DOMHTMLElementGetDirMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetDirMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetDirMethodInfo a -> signature -> s

getDraggable

data DOMHTMLElementGetDraggableMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetDraggableMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetDraggableMethodInfo a -> signature -> s

getHidden

data DOMHTMLElementGetHiddenMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetHiddenMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetHiddenMethodInfo a -> signature -> s

getId

data DOMHTMLElementGetIdMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetIdMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetIdMethodInfo a -> signature -> s

dOMHTMLElementGetId :: (MonadIO m, IsDOMHTMLElement a) => a -> m Text Source #

Deprecated: (Since version 2.2)Use webkit_dom_element_get_id() instead.

getInnerHtml

data DOMHTMLElementGetInnerHtmlMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetInnerHtmlMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetInnerHtmlMethodInfo a -> signature -> s

getInnerText

data DOMHTMLElementGetInnerTextMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetInnerTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetInnerTextMethodInfo a -> signature -> s

getIsContentEditable

getItemId

data DOMHTMLElementGetItemIdMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetItemIdMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetItemIdMethodInfo a -> signature -> s

dOMHTMLElementGetItemId :: (MonadIO m, IsDOMHTMLElement a) => a -> m Text Source #

Deprecated: (Since version 2.2)

getItemProp

dOMHTMLElementGetItemProp :: (MonadIO m, IsDOMHTMLElement a) => a -> m DOMDOMSettableTokenList Source #

Deprecated: (Since version 2.2)

getItemRef

data DOMHTMLElementGetItemRefMethodInfo Source #

Instances

((~) * signature (m DOMDOMSettableTokenList), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetItemRefMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetItemRefMethodInfo a -> signature -> s

dOMHTMLElementGetItemRef :: (MonadIO m, IsDOMHTMLElement a) => a -> m DOMDOMSettableTokenList Source #

Deprecated: (Since version 2.2)

getItemScope

data DOMHTMLElementGetItemScopeMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetItemScopeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetItemScopeMethodInfo a -> signature -> s

dOMHTMLElementGetItemScope :: (MonadIO m, IsDOMHTMLElement a) => a -> m Bool Source #

Deprecated: (Since version 2.2)

getItemType

data DOMHTMLElementGetItemTypeMethodInfo Source #

Instances

((~) * signature (m (Ptr ())), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetItemTypeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetItemTypeMethodInfo a -> signature -> s

dOMHTMLElementGetItemType :: (MonadIO m, IsDOMHTMLElement a) => a -> m (Ptr ()) Source #

Deprecated: (Since version 2.2)

getLang

data DOMHTMLElementGetLangMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetLangMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetLangMethodInfo a -> signature -> s

getOuterHtml

data DOMHTMLElementGetOuterHtmlMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetOuterHtmlMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetOuterHtmlMethodInfo a -> signature -> s

getOuterText

data DOMHTMLElementGetOuterTextMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetOuterTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetOuterTextMethodInfo a -> signature -> s

getSpellcheck

data DOMHTMLElementGetSpellcheckMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetSpellcheckMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetSpellcheckMethodInfo a -> signature -> s

getTabIndex

data DOMHTMLElementGetTabIndexMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetTabIndexMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetTabIndexMethodInfo a -> signature -> s

getTitle

data DOMHTMLElementGetTitleMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetTitleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetTitleMethodInfo a -> signature -> s

getTranslate

data DOMHTMLElementGetTranslateMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetTranslateMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetTranslateMethodInfo a -> signature -> s

getWebkitdropzone

data DOMHTMLElementGetWebkitdropzoneMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetWebkitdropzoneMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetWebkitdropzoneMethodInfo a -> signature -> s

insertAdjacentElement

insertAdjacentHtml

data DOMHTMLElementInsertAdjacentHtmlMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementInsertAdjacentHtmlMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementInsertAdjacentHtmlMethodInfo a -> signature -> s

dOMHTMLElementInsertAdjacentHtml :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> Text -> m () Source #

insertAdjacentText

data DOMHTMLElementInsertAdjacentTextMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementInsertAdjacentTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementInsertAdjacentTextMethodInfo a -> signature -> s

dOMHTMLElementInsertAdjacentText :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> Text -> m () Source #

setAccessKey

data DOMHTMLElementSetAccessKeyMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetAccessKeyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetAccessKeyMethodInfo a -> signature -> s

setClassName

data DOMHTMLElementSetClassNameMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetClassNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetClassNameMethodInfo a -> signature -> s

dOMHTMLElementSetClassName :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> m () Source #

Deprecated: (Since version 1.10)Use webkit_dom_element_set_class_name() instead.

setContentEditable

data DOMHTMLElementSetContentEditableMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetContentEditableMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetContentEditableMethodInfo a -> signature -> s

setDir

data DOMHTMLElementSetDirMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetDirMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetDirMethodInfo a -> signature -> s

dOMHTMLElementSetDir :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> m () Source #

setDraggable

data DOMHTMLElementSetDraggableMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetDraggableMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetDraggableMethodInfo a -> signature -> s

setHidden

data DOMHTMLElementSetHiddenMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetHiddenMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetHiddenMethodInfo a -> signature -> s

setId

data DOMHTMLElementSetIdMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetIdMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetIdMethodInfo a -> signature -> s

dOMHTMLElementSetId :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> m () Source #

Deprecated: (Since version 2.2)Use webkit_dom_element_set_id() instead.

setInnerHtml

data DOMHTMLElementSetInnerHtmlMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetInnerHtmlMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetInnerHtmlMethodInfo a -> signature -> s

setInnerText

data DOMHTMLElementSetInnerTextMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetInnerTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetInnerTextMethodInfo a -> signature -> s

setItemId

data DOMHTMLElementSetItemIdMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetItemIdMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetItemIdMethodInfo a -> signature -> s

dOMHTMLElementSetItemId :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> m () Source #

Deprecated: (Since version 2.2)

setItemScope

data DOMHTMLElementSetItemScopeMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetItemScopeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetItemScopeMethodInfo a -> signature -> s

dOMHTMLElementSetItemScope :: (MonadIO m, IsDOMHTMLElement a) => a -> Bool -> m () Source #

Deprecated: (Since version 2.2)

setLang

data DOMHTMLElementSetLangMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetLangMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetLangMethodInfo a -> signature -> s

dOMHTMLElementSetLang :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> m () Source #

setOuterHtml

data DOMHTMLElementSetOuterHtmlMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetOuterHtmlMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetOuterHtmlMethodInfo a -> signature -> s

setOuterText

data DOMHTMLElementSetOuterTextMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetOuterTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetOuterTextMethodInfo a -> signature -> s

setSpellcheck

data DOMHTMLElementSetSpellcheckMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetSpellcheckMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetSpellcheckMethodInfo a -> signature -> s

setTabIndex

data DOMHTMLElementSetTabIndexMethodInfo Source #

Instances

((~) * signature (CLong -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetTabIndexMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetTabIndexMethodInfo a -> signature -> s

setTitle

data DOMHTMLElementSetTitleMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetTitleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetTitleMethodInfo a -> signature -> s

dOMHTMLElementSetTitle :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> m () Source #

setTranslate

data DOMHTMLElementSetTranslateMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetTranslateMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetTranslateMethodInfo a -> signature -> s

setWebkitdropzone

data DOMHTMLElementSetWebkitdropzoneMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetWebkitdropzoneMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetWebkitdropzoneMethodInfo a -> signature -> s

Properties

accessKey

data DOMHTMLElementAccessKeyPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementAccessKeyPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementAccessKeyPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementAccessKeyPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementAccessKeyPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementAccessKeyPropertyInfo :: *

type AttrLabel DOMHTMLElementAccessKeyPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementAccessKeyPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementAccessKeyPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrLabel DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrLabel DOMHTMLElementAccessKeyPropertyInfo = "access-key"
type AttrGetType DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementAccessKeyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMHTMLElementAccessKey :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementAccessKey :: AttrLabelProxy "accessKey" Source #

children

data DOMHTMLElementChildrenPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementChildrenPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementChildrenPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementChildrenPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementChildrenPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementChildrenPropertyInfo :: *

type AttrLabel DOMHTMLElementChildrenPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementChildrenPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementChildrenPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementChildrenPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLElementChildrenPropertyInfo Source # 
type AttrLabel DOMHTMLElementChildrenPropertyInfo Source # 
type AttrLabel DOMHTMLElementChildrenPropertyInfo = "children"
type AttrGetType DOMHTMLElementChildrenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementChildrenPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementChildrenPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementChildrenPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLElementChildren :: AttrLabelProxy "children" Source #

contentEditable

data DOMHTMLElementContentEditablePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementContentEditablePropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrLabel DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrLabel DOMHTMLElementContentEditablePropertyInfo = "content-editable"
type AttrGetType DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementContentEditablePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

dOMHTMLElementContentEditable :: AttrLabelProxy "contentEditable" Source #

dir

data DOMHTMLElementDirPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementDirPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementDirPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementDirPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementDirPropertyInfo :: *

type AttrLabel DOMHTMLElementDirPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementDirPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo o => Proxy * DOMHTMLElementDirPropertyInfo -> o -> IO (AttrGetType DOMHTMLElementDirPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo o, AttrSetTypeConstraint DOMHTMLElementDirPropertyInfo b) => Proxy * DOMHTMLElementDirPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo o => Proxy * DOMHTMLElementDirPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo o, AttrSetTypeConstraint DOMHTMLElementDirPropertyInfo b) => Proxy * DOMHTMLElementDirPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMHTMLElementDirPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementDirPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementDirPropertyInfo Source # 
type AttrLabel DOMHTMLElementDirPropertyInfo Source # 
type AttrLabel DOMHTMLElementDirPropertyInfo = "dir"
type AttrGetType DOMHTMLElementDirPropertyInfo Source # 
type AttrGetType DOMHTMLElementDirPropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo = IsDOMHTMLElement
type AttrAllowedOps DOMHTMLElementDirPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementDirPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMHTMLElementDir :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementDir :: AttrLabelProxy "dir" Source #

setDOMHTMLElementDir :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

draggable

data DOMHTMLElementDraggablePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementDraggablePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementDraggablePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementDraggablePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementDraggablePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementDraggablePropertyInfo :: *

type AttrLabel DOMHTMLElementDraggablePropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementDraggablePropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementDraggablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementDraggablePropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLElementDraggablePropertyInfo Source # 
type AttrLabel DOMHTMLElementDraggablePropertyInfo Source # 
type AttrLabel DOMHTMLElementDraggablePropertyInfo = "draggable"
type AttrGetType DOMHTMLElementDraggablePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementDraggablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementDraggablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementDraggablePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLElementDraggable :: AttrLabelProxy "draggable" Source #

hidden

data DOMHTMLElementHiddenPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementHiddenPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementHiddenPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementHiddenPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementHiddenPropertyInfo :: *

type AttrLabel DOMHTMLElementHiddenPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementHiddenPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo o => Proxy * DOMHTMLElementHiddenPropertyInfo -> o -> IO (AttrGetType DOMHTMLElementHiddenPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo o, AttrSetTypeConstraint DOMHTMLElementHiddenPropertyInfo b) => Proxy * DOMHTMLElementHiddenPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo o => Proxy * DOMHTMLElementHiddenPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo o, AttrSetTypeConstraint DOMHTMLElementHiddenPropertyInfo b) => Proxy * DOMHTMLElementHiddenPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMHTMLElementHiddenPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementHiddenPropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLElementHiddenPropertyInfo Source # 
type AttrLabel DOMHTMLElementHiddenPropertyInfo Source # 
type AttrLabel DOMHTMLElementHiddenPropertyInfo = "hidden"
type AttrGetType DOMHTMLElementHiddenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementHiddenPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementHiddenPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLElementHidden :: AttrLabelProxy "hidden" Source #

innerHtml

data DOMHTMLElementInnerHtmlPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementInnerHtmlPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementInnerHtmlPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementInnerHtmlPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementInnerHtmlPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementInnerHtmlPropertyInfo :: *

type AttrLabel DOMHTMLElementInnerHtmlPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementInnerHtmlPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementInnerHtmlPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementInnerHtmlPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementInnerHtmlPropertyInfo Source # 
type AttrLabel DOMHTMLElementInnerHtmlPropertyInfo Source # 
type AttrLabel DOMHTMLElementInnerHtmlPropertyInfo = "inner-html"
type AttrGetType DOMHTMLElementInnerHtmlPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementInnerHtmlPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementInnerHtmlPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementInnerHtmlPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

constructDOMHTMLElementInnerHtml :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementInnerHtml :: AttrLabelProxy "innerHtml" Source #

innerText

data DOMHTMLElementInnerTextPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementInnerTextPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementInnerTextPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementInnerTextPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementInnerTextPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementInnerTextPropertyInfo :: *

type AttrLabel DOMHTMLElementInnerTextPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementInnerTextPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementInnerTextPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrLabel DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrLabel DOMHTMLElementInnerTextPropertyInfo = "inner-text"
type AttrGetType DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementInnerTextPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

constructDOMHTMLElementInnerText :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementInnerText :: AttrLabelProxy "innerText" Source #

isContentEditable

data DOMHTMLElementIsContentEditablePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementIsContentEditablePropertyInfo = * ~ ()
type AttrOrigin DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrLabel DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrLabel DOMHTMLElementIsContentEditablePropertyInfo = "is-content-editable"
type AttrGetType DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementIsContentEditablePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMHTMLElementIsContentEditable :: AttrLabelProxy "isContentEditable" Source #

lang

data DOMHTMLElementLangPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementLangPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementLangPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementLangPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementLangPropertyInfo :: *

type AttrLabel DOMHTMLElementLangPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementLangPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo o => Proxy * DOMHTMLElementLangPropertyInfo -> o -> IO (AttrGetType DOMHTMLElementLangPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo o, AttrSetTypeConstraint DOMHTMLElementLangPropertyInfo b) => Proxy * DOMHTMLElementLangPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo o => Proxy * DOMHTMLElementLangPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo o, AttrSetTypeConstraint DOMHTMLElementLangPropertyInfo b) => Proxy * DOMHTMLElementLangPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMHTMLElementLangPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementLangPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementLangPropertyInfo Source # 
type AttrLabel DOMHTMLElementLangPropertyInfo Source # 
type AttrLabel DOMHTMLElementLangPropertyInfo = "lang"
type AttrGetType DOMHTMLElementLangPropertyInfo Source # 
type AttrGetType DOMHTMLElementLangPropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo = IsDOMHTMLElement
type AttrAllowedOps DOMHTMLElementLangPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementLangPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMHTMLElementLang :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementLang :: AttrLabelProxy "lang" Source #

setDOMHTMLElementLang :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

outerHtml

data DOMHTMLElementOuterHtmlPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementOuterHtmlPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementOuterHtmlPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementOuterHtmlPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementOuterHtmlPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementOuterHtmlPropertyInfo :: *

type AttrLabel DOMHTMLElementOuterHtmlPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementOuterHtmlPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementOuterHtmlPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementOuterHtmlPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementOuterHtmlPropertyInfo Source # 
type AttrLabel DOMHTMLElementOuterHtmlPropertyInfo Source # 
type AttrLabel DOMHTMLElementOuterHtmlPropertyInfo = "outer-html"
type AttrGetType DOMHTMLElementOuterHtmlPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementOuterHtmlPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementOuterHtmlPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementOuterHtmlPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

constructDOMHTMLElementOuterHtml :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementOuterHtml :: AttrLabelProxy "outerHtml" Source #

outerText

data DOMHTMLElementOuterTextPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementOuterTextPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementOuterTextPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementOuterTextPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementOuterTextPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementOuterTextPropertyInfo :: *

type AttrLabel DOMHTMLElementOuterTextPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementOuterTextPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementOuterTextPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrLabel DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrLabel DOMHTMLElementOuterTextPropertyInfo = "outer-text"
type AttrGetType DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementOuterTextPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

constructDOMHTMLElementOuterText :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementOuterText :: AttrLabelProxy "outerText" Source #

spellcheck

data DOMHTMLElementSpellcheckPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementSpellcheckPropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrLabel DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrLabel DOMHTMLElementSpellcheckPropertyInfo = "spellcheck"
type AttrGetType DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementSpellcheckPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLElementSpellcheck :: AttrLabelProxy "spellcheck" Source #

tabIndex

data DOMHTMLElementTabIndexPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementTabIndexPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementTabIndexPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementTabIndexPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementTabIndexPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementTabIndexPropertyInfo :: *

type AttrLabel DOMHTMLElementTabIndexPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementTabIndexPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementTabIndexPropertyInfo = * ~ CLong
type AttrOrigin DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrLabel DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrLabel DOMHTMLElementTabIndexPropertyInfo = "tab-index"
type AttrGetType DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTabIndexPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLElementTabIndex :: AttrLabelProxy "tabIndex" Source #

title

data DOMHTMLElementTitlePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementTitlePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementTitlePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementTitlePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementTitlePropertyInfo :: *

type AttrLabel DOMHTMLElementTitlePropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementTitlePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo o => Proxy * DOMHTMLElementTitlePropertyInfo -> o -> IO (AttrGetType DOMHTMLElementTitlePropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo o, AttrSetTypeConstraint DOMHTMLElementTitlePropertyInfo b) => Proxy * DOMHTMLElementTitlePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo o => Proxy * DOMHTMLElementTitlePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo o, AttrSetTypeConstraint DOMHTMLElementTitlePropertyInfo b) => Proxy * DOMHTMLElementTitlePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMHTMLElementTitlePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementTitlePropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementTitlePropertyInfo Source # 
type AttrLabel DOMHTMLElementTitlePropertyInfo Source # 
type AttrLabel DOMHTMLElementTitlePropertyInfo = "title"
type AttrGetType DOMHTMLElementTitlePropertyInfo Source # 
type AttrGetType DOMHTMLElementTitlePropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTitlePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTitlePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMHTMLElementTitle :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementTitle :: AttrLabelProxy "title" Source #

setDOMHTMLElementTitle :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

translate

data DOMHTMLElementTranslatePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementTranslatePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementTranslatePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementTranslatePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementTranslatePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementTranslatePropertyInfo :: *

type AttrLabel DOMHTMLElementTranslatePropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementTranslatePropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementTranslatePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementTranslatePropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLElementTranslatePropertyInfo Source # 
type AttrLabel DOMHTMLElementTranslatePropertyInfo Source # 
type AttrLabel DOMHTMLElementTranslatePropertyInfo = "translate"
type AttrGetType DOMHTMLElementTranslatePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementTranslatePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTranslatePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTranslatePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLElementTranslate :: AttrLabelProxy "translate" Source #

webkitdropzone

data DOMHTMLElementWebkitdropzonePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementWebkitdropzonePropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrLabel DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrLabel DOMHTMLElementWebkitdropzonePropertyInfo = "webkitdropzone"
type AttrGetType DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementWebkitdropzonePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLElementWebkitdropzone :: AttrLabelProxy "webkitdropzone" Source #