KHTML
#include <html_base.h>
Protected Member Functions | |
HTMLFrameElement (HTMLFrameElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_impl) | |
Detailed Description
Create a frame.
See the FRAME element definition in HTML 4.0.
Definition at line 162 of file html_base.h.
Constructor & Destructor Documentation
HTMLFrameElement::HTMLFrameElement | ( | ) |
Definition at line 120 of file html_base.cpp.
HTMLFrameElement::HTMLFrameElement | ( | const HTMLFrameElement & | other | ) |
Definition at line 124 of file html_base.cpp.
|
inline |
Definition at line 167 of file html_base.h.
|
protected |
Definition at line 128 of file html_base.cpp.
HTMLFrameElement::~HTMLFrameElement | ( | ) |
Definition at line 144 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 243 of file html_base.cpp.
DOMString HTMLFrameElement::frameBorder | ( | ) | const |
Request frame borders.
See the frameborder attribute definition in HTML 4.0.
Definition at line 148 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 159 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 170 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 181 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 192 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 203 of file html_base.cpp.
HTMLFrameElement & HTMLFrameElement::operator= | ( | const HTMLFrameElement & | other | ) |
Definition at line 138 of file html_base.cpp.
HTMLFrameElement & HTMLFrameElement::operator= | ( | const Node & | other | ) |
Definition at line 132 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 220 of file html_base.cpp.
void HTMLFrameElement::setFrameBorder | ( | const DOMString & | value | ) |
see frameBorder
Definition at line 154 of file html_base.cpp.
void HTMLFrameElement::setLongDesc | ( | const DOMString & | value | ) |
see longDesc
Definition at line 165 of file html_base.cpp.
void HTMLFrameElement::setMarginHeight | ( | const DOMString & | value | ) |
see marginHeight
Definition at line 176 of file html_base.cpp.
void HTMLFrameElement::setMarginWidth | ( | const DOMString & | value | ) |
see marginWidth
Definition at line 187 of file html_base.cpp.
void HTMLFrameElement::setName | ( | const DOMString & | value | ) |
see name
Definition at line 198 of file html_base.cpp.
void HTMLFrameElement::setNoResize | ( | bool | _noResize | ) |
see noResize
Definition at line 209 of file html_base.cpp.
void HTMLFrameElement::setScrolling | ( | const DOMString & | value | ) |
see scrolling
Definition at line 226 of file html_base.cpp.
void HTMLFrameElement::setSrc | ( | const DOMString & | value | ) |
see src
Definition at line 238 of file html_base.cpp.
DOMString HTMLFrameElement::src | ( | ) | const |
A URI designating the initial frame contents.
See the src attribute definition in HTML 4.0.
Definition at line 231 of file html_base.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.