KHTML
DOM::HTMLFrameElement Class Reference
Create a frame. More...
#include <html_base.h>

Public Member Functions | |
| Document | contentDocument () const |
| DOMString | frameBorder () const |
| HTMLFrameElement (const Node &other) | |
| HTMLFrameElement (const HTMLFrameElement &other) | |
| HTMLFrameElement () | |
| DOMString | longDesc () const |
| DOMString | marginHeight () const |
| DOMString | marginWidth () const |
| DOMString | name () const |
| bool | noResize () const |
| HTMLFrameElement & | operator= (const Node &other) |
| HTMLFrameElement & | operator= (const HTMLFrameElement &other) |
| DOMString | scrolling () const |
| void | setFrameBorder (const DOMString &) |
| void | setLongDesc (const DOMString &) |
| void | setMarginHeight (const DOMString &) |
| void | setMarginWidth (const DOMString &) |
| void | setName (const DOMString &) |
| void | setNoResize (bool) |
| void | setScrolling (const DOMString &) |
| void | setSrc (const DOMString &) |
| DOMString | src () const |
| ~HTMLFrameElement () | |
Protected Member Functions | |
| HTMLFrameElement (HTMLFrameElementImpl *impl) | |
Detailed Description
Create a frame.See the FRAME element definition in HTML 4.0.
Definition at line 163 of file html_base.h.
Constructor & Destructor Documentation
| HTMLFrameElement::HTMLFrameElement | ( | ) |
Definition at line 125 of file html_base.cpp.
| HTMLFrameElement::HTMLFrameElement | ( | const HTMLFrameElement & | other | ) |
Definition at line 129 of file html_base.cpp.
| DOM::HTMLFrameElement::HTMLFrameElement | ( | const Node & | other | ) | [inline] |
Definition at line 168 of file html_base.h.
| HTMLFrameElement::HTMLFrameElement | ( | HTMLFrameElementImpl * | impl | ) | [protected] |
Definition at line 133 of file html_base.cpp.
| HTMLFrameElement::~HTMLFrameElement | ( | ) |
Definition at line 149 of file html_base.cpp.
Member Function Documentation
| Document HTMLFrameElement::contentDocument | ( | ) | const |
Introduced in DOM Level 2.
Returns the document this frame contains, if there is any and it is available, a Null document otherwise. The attribute is read-only.
- Returns:
- The content Document if available.
Definition at line 247 of file html_base.cpp.
| DOMString HTMLFrameElement::frameBorder | ( | ) | const |
Request frame borders.
See the frameborder attribute definition in HTML 4.0.
Definition at line 153 of file html_base.cpp.
| DOMString HTMLFrameElement::longDesc | ( | ) | const |
URI designating a long description of this image or frame.
See the longdesc attribute definition in HTML 4.0.
Definition at line 164 of file html_base.cpp.
| DOMString HTMLFrameElement::marginHeight | ( | ) | const |
Frame margin height, in pixels.
See the marginheight attribute definition in HTML 4.0.
Definition at line 175 of file html_base.cpp.
| DOMString HTMLFrameElement::marginWidth | ( | ) | const |
Frame margin width, in pixels.
See the marginwidth attribute definition in HTML 4.0.
Definition at line 186 of file html_base.cpp.
| DOMString HTMLFrameElement::name | ( | ) | const |
The frame name (object of the target attribute).
See the name attribute definition in HTML 4.0.
Definition at line 197 of file html_base.cpp.
| bool HTMLFrameElement::noResize | ( | ) | const |
When true, forbid user from resizing frame.
See the noresize attribute definition in HTML 4.0.
Definition at line 208 of file html_base.cpp.
| HTMLFrameElement & HTMLFrameElement::operator= | ( | const Node & | other | ) |
| HTMLFrameElement & HTMLFrameElement::operator= | ( | const HTMLFrameElement & | other | ) |
Definition at line 143 of file html_base.cpp.
| DOMString HTMLFrameElement::scrolling | ( | ) | const |
Specify whether or not the frame should have scrollbars.
See the scrolling attribute definition in HTML 4.0.
Definition at line 225 of file html_base.cpp.
| void HTMLFrameElement::setFrameBorder | ( | const DOMString & | value | ) |
| void HTMLFrameElement::setLongDesc | ( | const DOMString & | value | ) |
| void HTMLFrameElement::setMarginHeight | ( | const DOMString & | value | ) |
| void HTMLFrameElement::setMarginWidth | ( | const DOMString & | value | ) |
| void HTMLFrameElement::setName | ( | const DOMString & | value | ) |
| void HTMLFrameElement::setNoResize | ( | bool | _noResize | ) |
| void HTMLFrameElement::setScrolling | ( | const DOMString & | value | ) |
| void HTMLFrameElement::setSrc | ( | const DOMString & | value | ) |
| DOMString HTMLFrameElement::src | ( | ) | const |
A URI designating the initial frame contents.
See the src attribute definition in HTML 4.0.
Definition at line 236 of file html_base.cpp.
The documentation for this class was generated from the following files:
KDE 3.5 API Reference