| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMHTMLDocument
Contents
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLDocument = DOMHTMLDocument (ManagedPtr DOMHTMLDocument)
- class (GObject o, IsDescendantOf DOMHTMLDocument o) => IsDOMHTMLDocument o
- toDOMHTMLDocument :: (MonadIO m, IsDOMHTMLDocument o) => o -> m DOMHTMLDocument
- dOMHTMLDocumentCaptureEvents :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m ()
- dOMHTMLDocumentClear :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m ()
- dOMHTMLDocumentClose :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m ()
- dOMHTMLDocumentGetAlinkColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetBgColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetCompatMode :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetDesignMode :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetDir :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetEmbeds :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m DOMHTMLCollection
- dOMHTMLDocumentGetFgColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetHeight :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m CLong
- dOMHTMLDocumentGetLinkColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetPlugins :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m DOMHTMLCollection
- dOMHTMLDocumentGetScripts :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m DOMHTMLCollection
- dOMHTMLDocumentGetVlinkColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetWidth :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m CLong
- dOMHTMLDocumentReleaseEvents :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m ()
- dOMHTMLDocumentSetAlinkColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- dOMHTMLDocumentSetBgColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- dOMHTMLDocumentSetDesignMode :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- dOMHTMLDocumentSetDir :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- dOMHTMLDocumentSetFgColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- dOMHTMLDocumentSetLinkColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- dOMHTMLDocumentSetVlinkColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- constructDOMHTMLDocumentAlinkColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text)
- setDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m ()
- constructDOMHTMLDocumentBgColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text)
- setDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m ()
- constructDOMHTMLDocumentDir :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text)
- setDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m ()
- constructDOMHTMLDocumentFgColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text)
- setDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m ()
- getDOMHTMLDocumentHeight :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong
- constructDOMHTMLDocumentLinkColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text)
- setDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m ()
- constructDOMHTMLDocumentVlinkColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text)
- setDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m ()
- getDOMHTMLDocumentWidth :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong
Exported types
newtype DOMHTMLDocument Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLDocument (ManagedPtr DOMHTMLDocument) |
Instances
| Eq DOMHTMLDocument Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument Methods (==) :: DOMHTMLDocument -> DOMHTMLDocument -> Bool # (/=) :: DOMHTMLDocument -> DOMHTMLDocument -> Bool # | |
| GObject DOMHTMLDocument Source # | |
| ManagedPtrNewtype DOMHTMLDocument Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument Methods toManagedPtr :: DOMHTMLDocument -> ManagedPtr DOMHTMLDocument | |
| TypedObject DOMHTMLDocument Source # | |
| HasParentTypes DOMHTMLDocument Source # | |
| IsGValue (Maybe DOMHTMLDocument) Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument Methods gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe DOMHTMLDocument -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe DOMHTMLDocument) | |
| type ParentTypes DOMHTMLDocument Source # | |
class (GObject o, IsDescendantOf DOMHTMLDocument o) => IsDOMHTMLDocument o Source #
Type class for types which can be safely cast to DOMHTMLDocument, for instance with toDOMHTMLDocument.
Instances
| (GObject o, IsDescendantOf DOMHTMLDocument o) => IsDOMHTMLDocument o Source # | |
toDOMHTMLDocument :: (MonadIO m, IsDOMHTMLDocument o) => o -> m DOMHTMLDocument Source #
Cast to DOMHTMLDocument, 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
Methods
addEventListener, adoptNode, appendChild, bindProperty, bindPropertyFull, captureEvents, caretRangeFromPoint, clear, cloneNodeWithError, close, compareDocumentPosition, contains, createAttribute, createAttributeNs, createCdataSection, createComment, createCssStyleDeclaration, createDocumentFragment, createElement, createElementNs, createEntityReference, createEvent, createExpression, createNodeIterator, createNsResolver, createProcessingInstruction, createRange, createTextNode, createTreeWalker, dispatchEvent, elementFromPoint, evaluate, execCommand, exitPointerLock, forceFloating, freezeNotify, getv, hasChildNodes, hasFocus, importNode, insertBefore, isDefaultNamespace, isEqualNode, isFloating, isSameNode, isSupported, lookupNamespaceUri, lookupPrefix, normalize, notify, notifyByPspec, queryCommandEnabled, queryCommandIndeterm, queryCommandState, queryCommandSupported, queryCommandValue, querySelector, querySelectorAll, ref, refSink, releaseEvents, removeChild, removeEventListener, replaceChild, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure, webkitCancelFullscreen, webkitExitFullscreen.
Getters
getActiveElement, getAlinkColor, getAnchors, getApplets, getBaseUri, getBgColor, getBody, getCharacterSet, getCharset, getChildElementCount, getChildNodes, getChildren, getCompatMode, getContentType, getCookie, getCurrentScript, getData, getDefaultCharset, getDefaultView, getDesignMode, getDir, getDoctype, getDocumentElement, getDocumentUri, getDomain, getElementById, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByName, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getEmbeds, getFgColor, getFirstChild, getFirstElementChild, getForms, getHead, getHeight, getHidden, getImages, getImplementation, getInputEncoding, getLastChild, getLastElementChild, getLastModified, getLinkColor, getLinks, getLocalName, getNamespaceUri, getNextSibling, getNodeName, getNodeType, getNodeValue, getOrigin, getOverrideStyle, getOwnerDocument, getParentElement, getParentNode, getPlugins, getPointerLockElement, getPreferredStylesheetSet, getPrefix, getPreviousSibling, getProperty, getQdata, getReadyState, getReferrer, getScripts, getScrollingElement, getSelectedStylesheetSet, getStyleSheets, getTextContent, getTitle, getUrl, getVisibilityState, getVlinkColor, getWebkitCurrentFullscreenElement, getWebkitFullscreenElement, getWebkitFullscreenEnabled, getWebkitFullscreenKeyboardInputAllowed, getWebkitIsFullscreen, getWidth, getXmlEncoding, getXmlStandalone, getXmlVersion.
Setters
setAlinkColor, setBgColor, setBody, setCharset, setCookie, setData, setDataFull, setDesignMode, setDir, setDocumentUri, setFgColor, setLinkColor, setNodeValue, setPrefix, setProperty, setSelectedStylesheetSet, setTextContent, setTitle, setVlinkColor, setXmlStandalone, setXmlVersion.
captureEvents
dOMHTMLDocumentCaptureEvents Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
clear
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
close
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getAlinkColor
dOMHTMLDocumentGetAlinkColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getBgColor
dOMHTMLDocumentGetBgColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getCompatMode
dOMHTMLDocumentGetCompatMode Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.14)Use dOMDocumentGetCompatMode instead.
No description available in the introspection data.
getDesignMode
dOMHTMLDocumentGetDesignMode Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.14)Use dOMDocumentGetDesignMode instead.
No description available in the introspection data.
getDir
dOMHTMLDocumentGetDir Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getEmbeds
dOMHTMLDocumentGetEmbeds Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m DOMHTMLCollection | Returns: A |
Deprecated: (Since version 2.14)Use dOMDocumentGetEmbeds instead.
No description available in the introspection data.
getFgColor
dOMHTMLDocumentGetFgColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getHeight
dOMHTMLDocumentGetHeight Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getLinkColor
dOMHTMLDocumentGetLinkColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getPlugins
dOMHTMLDocumentGetPlugins Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m DOMHTMLCollection | Returns: A |
Deprecated: (Since version 2.14)Use dOMDocumentGetPlugins instead.
No description available in the introspection data.
getScripts
dOMHTMLDocumentGetScripts Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m DOMHTMLCollection | Returns: A |
Deprecated: (Since version 2.14)Use dOMDocumentGetScripts instead.
No description available in the introspection data.
getVlinkColor
dOMHTMLDocumentGetVlinkColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getWidth
dOMHTMLDocumentGetWidth Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
releaseEvents
dOMHTMLDocumentReleaseEvents Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setAlinkColor
dOMHTMLDocumentSetAlinkColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setBgColor
dOMHTMLDocumentSetBgColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setDesignMode
dOMHTMLDocumentSetDesignMode Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.14)Use dOMDocumentSetDesignMode instead.
No description available in the introspection data.
setDir
dOMHTMLDocumentSetDir Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setFgColor
dOMHTMLDocumentSetFgColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setLinkColor
dOMHTMLDocumentSetLinkColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setVlinkColor
dOMHTMLDocumentSetVlinkColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
alinkColor
No description available in the introspection data.
constructDOMHTMLDocumentAlinkColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “alink-color” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
Get the value of the “alink-color” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #alinkColor
setDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
Set the value of the “alink-color” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDocument [ #alinkColor:=value ]
bgColor
No description available in the introspection data.
constructDOMHTMLDocumentBgColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “bg-color” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
Get the value of the “bg-color” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #bgColor
setDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
Set the value of the “bg-color” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDocument [ #bgColor:=value ]
dir
No description available in the introspection data.
constructDOMHTMLDocumentDir :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “dir” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
Get the value of the “dir” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #dir
setDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
Set the value of the “dir” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDocument [ #dir:=value ]
fgColor
No description available in the introspection data.
constructDOMHTMLDocumentFgColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “fg-color” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
Get the value of the “fg-color” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #fgColor
setDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
Set the value of the “fg-color” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDocument [ #fgColor:=value ]
height
No description available in the introspection data.
getDOMHTMLDocumentHeight :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong Source #
Get the value of the “height” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #height
linkColor
No description available in the introspection data.
constructDOMHTMLDocumentLinkColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “link-color” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
Get the value of the “link-color” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #linkColor
setDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
Set the value of the “link-color” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDocument [ #linkColor:=value ]
vlinkColor
No description available in the introspection data.
constructDOMHTMLDocumentVlinkColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “vlink-color” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
Get the value of the “vlink-color” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #vlinkColor
setDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
Set the value of the “vlink-color” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDocument [ #vlinkColor:=value ]
width
No description available in the introspection data.
getDOMHTMLDocumentWidth :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong Source #
Get the value of the “width” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #width