webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
HTMLIFrameElement Interface Reference

import"HTMLIFrameElement.idl";

Inheritance diagram for HTMLIFrameElement:
HTMLElement

Public Member Functions

Document getSVGDocument ()
 
- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Public Attributes

attribute DOMString align
 
attribute DOMString frameBorder
 
attribute DOMString height
 
attribute USVString longDesc
 
attribute DOMString marginHeight
 
attribute DOMString marginWidth
 
attribute DOMString name
 
readonly attribute DOMTokenList sandbox
 
attribute boolean allowFullscreen
 
attribute DOMString scrolling
 
attribute USVString src
 
attribute DOMString srcdoc
 
attribute DOMString width
 
readonly attribute Document contentDocument
 
readonly attribute DOMWindow contentWindow
 
- Public Attributes inherited from HTMLElement
attribute DOMString title
 
attribute DOMString lang
 
attribute boolean translate
 
attribute DOMString dir
 
attribute long tabIndex
 
attribute boolean draggable
 
attribute DOMString webkitdropzone
 
attribute boolean hidden
 
attribute DOMString accessKey
 
attribute DOMString innerText
 
attribute DOMString outerText
 
attribute DOMString contentEditable
 
readonly attribute boolean isContentEditable
 
attribute boolean spellcheck
 
attribute boolean autocorrect
 
attribute DOMString autocapitalize
 
readonly attribute DOMStringMap dataset
 

Member Function Documentation

◆ getSVGDocument()

Document HTMLIFrameElement::getSVGDocument ( )

Member Data Documentation

◆ align

attribute DOMString HTMLIFrameElement::align

◆ allowFullscreen

attribute boolean HTMLIFrameElement::allowFullscreen

◆ contentDocument

readonly attribute Document HTMLIFrameElement::contentDocument

◆ contentWindow

readonly attribute DOMWindow HTMLIFrameElement::contentWindow

◆ frameBorder

attribute DOMString HTMLIFrameElement::frameBorder

◆ height

attribute DOMString HTMLIFrameElement::height

◆ longDesc

attribute USVString HTMLIFrameElement::longDesc

◆ marginHeight

attribute DOMString HTMLIFrameElement::marginHeight

◆ marginWidth

attribute DOMString HTMLIFrameElement::marginWidth

◆ name

attribute DOMString HTMLIFrameElement::name

◆ sandbox

readonly attribute DOMTokenList HTMLIFrameElement::sandbox

◆ scrolling

attribute DOMString HTMLIFrameElement::scrolling

◆ src

attribute USVString HTMLIFrameElement::src

◆ srcdoc

attribute DOMString HTMLIFrameElement::srcdoc

◆ width

attribute DOMString HTMLIFrameElement::width

The documentation for this interface was generated from the following file: