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

import"HTMLFrameElement.idl";

Inheritance diagram for HTMLFrameElement:
HTMLElement

Public Member Functions

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

Public Attributes

attribute DOMString name
 
attribute DOMString scrolling
 
attribute USVString src
 
attribute DOMString frameBorder
 
attribute USVString longDesc
 
attribute boolean noResize
 
readonly attribute Document contentDocument
 
readonly attribute DOMWindow contentWindow
 
attribute DOMString marginHeight
 
attribute DOMString marginWidth
 
readonly attribute long width
 
readonly attribute long height
 
attribute DOMString location
 
- 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 HTMLFrameElement::getSVGDocument ( )

Member Data Documentation

◆ contentDocument

readonly attribute Document HTMLFrameElement::contentDocument

◆ contentWindow

readonly attribute DOMWindow HTMLFrameElement::contentWindow

◆ frameBorder

attribute DOMString HTMLFrameElement::frameBorder

◆ height

readonly attribute long HTMLFrameElement::height

◆ location

attribute DOMString HTMLFrameElement::location

◆ longDesc

attribute USVString HTMLFrameElement::longDesc

◆ marginHeight

attribute DOMString HTMLFrameElement::marginHeight

◆ marginWidth

attribute DOMString HTMLFrameElement::marginWidth

◆ name

attribute DOMString HTMLFrameElement::name

◆ noResize

attribute boolean HTMLFrameElement::noResize

◆ scrolling

attribute DOMString HTMLFrameElement::scrolling

◆ src

attribute USVString HTMLFrameElement::src

◆ width

readonly attribute long HTMLFrameElement::width

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