gi-webkit2webextension-4.0.30: WebKit2-WebExtension bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLScriptElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLScriptElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLScriptElement (ManagedPtr DOMHTMLScriptElement) 

class (GObject o, IsDescendantOf DOMHTMLScriptElement o) => IsDOMHTMLScriptElement o Source #

Type class for types which can be safely cast to DOMHTMLScriptElement, for instance with toDOMHTMLScriptElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLScriptElement o) => IsDOMHTMLScriptElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLScriptElement

toDOMHTMLScriptElement :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m DOMHTMLScriptElement Source #

Cast to DOMHTMLScriptElement, for types for which this is known to be safe. For general casts, use castTo.

Methods

Click to display all available methods, including inherited ones

Expand

Methods

addEventListener, appendChild, bindProperty, bindPropertyFull, blur, click, cloneNodeWithError, closest, compareDocumentPosition, contains, dispatchEvent, focus, forceFloating, freezeNotify, getv, hasAttribute, hasAttributeNs, hasAttributes, hasChildNodes, htmlInputElementGetAutoFilled, htmlInputElementIsUserEdited, htmlInputElementSetAutoFilled, htmlInputElementSetEditingValue, insertAdjacentElement, insertAdjacentHtml, insertAdjacentText, insertBefore, isDefaultNamespace, isEqualNode, isFloating, isSameNode, isSupported, lookupNamespaceUri, lookupPrefix, matches, normalize, notify, notifyByPspec, querySelector, querySelectorAll, ref, refSink, remove, removeAttribute, removeAttributeNode, removeAttributeNs, removeChild, removeEventListener, replaceChild, requestPointerLock, runDispose, scrollByLines, scrollByPages, scrollIntoView, scrollIntoViewIfNeeded, stealData, stealQdata, thawNotify, unref, watchClosure, webkitMatchesSelector, webkitRequestFullscreen.

Getters

getAccessKey, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getBaseUri, getBoundingClientRect, getCharset, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getData, getDefer, getDir, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getEvent, getFirstChild, getFirstElementChild, getHidden, getHtmlFor, getId, getInnerHtml, getInnerText, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLocalName, getNamespaceUri, getNextElementSibling, getNextSibling, getNodeName, getNodeType, getNodeValue, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousElementSibling, getPreviousSibling, getProperty, getQdata, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSpellcheck, getSrc, getStyle, getTabIndex, getTagName, getText, getTextContent, getTitle, getTranslate, getTypeAttr, getWebkitRegionOverset, getWebkitdropzone.

Setters

setAccessKey, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setCharset, setClassName, setContentEditable, setData, setDataFull, setDefer, setDir, setDraggable, setEvent, setHidden, setHtmlFor, setId, setInnerHtml, setInnerText, setLang, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setScrollLeft, setScrollTop, setSpellcheck, setSrc, setTabIndex, setText, setTextContent, setTitle, setTranslate, setTypeAttr, setWebkitdropzone.

getCharset

dOMHTMLScriptElementGetCharset Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getDefer

dOMHTMLScriptElementGetDefer Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getEvent

dOMHTMLScriptElementGetEvent Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHtmlFor

dOMHTMLScriptElementGetHtmlFor Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSrc

dOMHTMLScriptElementGetSrc Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getText

dOMHTMLScriptElementGetText Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTypeAttr

dOMHTMLScriptElementGetTypeAttr Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCharset

dOMHTMLScriptElementSetCharset Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

setDefer

dOMHTMLScriptElementSetDefer Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setEvent

dOMHTMLScriptElementSetEvent Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHtmlFor

dOMHTMLScriptElementSetHtmlFor Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSrc

dOMHTMLScriptElementSetSrc Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setText

dOMHTMLScriptElementSetText Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTypeAttr

dOMHTMLScriptElementSetTypeAttr Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

charset

No description available in the introspection data.

constructDOMHTMLScriptElementCharset :: (IsDOMHTMLScriptElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “charset” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementCharset :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m (Maybe Text) Source #

Get the value of the “charset” property. When overloading is enabled, this is equivalent to

get dOMHTMLScriptElement #charset

setDOMHTMLScriptElementCharset :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Text -> m () Source #

Set the value of the “charset” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #charset := value ]

defer

No description available in the introspection data.

constructDOMHTMLScriptElementDefer :: (IsDOMHTMLScriptElement o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “defer” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementDefer :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m Bool Source #

Get the value of the “defer” property. When overloading is enabled, this is equivalent to

get dOMHTMLScriptElement #defer

setDOMHTMLScriptElementDefer :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Bool -> m () Source #

Set the value of the “defer” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #defer := value ]

event

No description available in the introspection data.

constructDOMHTMLScriptElementEvent :: (IsDOMHTMLScriptElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “event” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementEvent :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m (Maybe Text) Source #

Get the value of the “event” property. When overloading is enabled, this is equivalent to

get dOMHTMLScriptElement #event

setDOMHTMLScriptElementEvent :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Text -> m () Source #

Set the value of the “event” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #event := value ]

htmlFor

No description available in the introspection data.

constructDOMHTMLScriptElementHtmlFor :: (IsDOMHTMLScriptElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “html-for” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementHtmlFor :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m (Maybe Text) Source #

Get the value of the “html-for” property. When overloading is enabled, this is equivalent to

get dOMHTMLScriptElement #htmlFor

setDOMHTMLScriptElementHtmlFor :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Text -> m () Source #

Set the value of the “html-for” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #htmlFor := value ]

src

No description available in the introspection data.

constructDOMHTMLScriptElementSrc :: (IsDOMHTMLScriptElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “src” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementSrc :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m (Maybe Text) Source #

Get the value of the “src” property. When overloading is enabled, this is equivalent to

get dOMHTMLScriptElement #src

setDOMHTMLScriptElementSrc :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Text -> m () Source #

Set the value of the “src” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #src := value ]

text

No description available in the introspection data.

constructDOMHTMLScriptElementText :: (IsDOMHTMLScriptElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “text” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementText :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m (Maybe Text) Source #

Get the value of the “text” property. When overloading is enabled, this is equivalent to

get dOMHTMLScriptElement #text

setDOMHTMLScriptElementText :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Text -> m () Source #

Set the value of the “text” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #text := value ]

type

No description available in the introspection data.

clearDOMHTMLScriptElementType :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m () Source #

Set the value of the “type” property to Nothing. When overloading is enabled, this is equivalent to

clear #type

constructDOMHTMLScriptElementType :: (IsDOMHTMLScriptElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “type” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementType :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m (Maybe Text) Source #

Get the value of the “type” property. When overloading is enabled, this is equivalent to

get dOMHTMLScriptElement #type

setDOMHTMLScriptElementType :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Text -> m () Source #

Set the value of the “type” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #type := value ]