|
|
Inline subwindows. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#edef-IFRAME"> IFRAME element definition </a> in HTML 4.0.
HTMLIFrameElement ()
| HTMLIFrameElement |
HTMLIFrameElement (const HTMLIFrameElement &other)
| HTMLIFrameElement |
HTMLIFrameElement (const Node &other)
| HTMLIFrameElement |
HTMLIFrameElement (HTMLIFrameElementImpl *impl)
| HTMLIFrameElement |
[protected]
HTMLIFrameElement & operator = (const HTMLIFrameElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLIFrameElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLIFrameElement ()
| ~HTMLIFrameElement |
DOMString align ()
| align |
[const]
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-align-IMG"> align attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setAlign ( const DOMString & )
| setAlign |
see align
DOMString frameBorder ()
| frameBorder |
[const]
Request frame borders. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-frameborder"> frameborder attribute definition </a> in HTML 4.0.
void setFrameBorder ( const DOMString & )
| setFrameBorder |
see frameBorder
DOMString height ()
| height |
[const]
Frame height. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-height-IFRAME"> height attribute definition </a> in HTML 4.0.
void setHeight ( const DOMString & )
| setHeight |
see height
DOMString longDesc ()
| longDesc |
[const]
URI designating a long description of this image or frame. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-longdesc-IFRAME"> longdesc attribute definition </a> in HTML 4.0.
void setLongDesc ( const DOMString & )
| setLongDesc |
see longDesc
DOMString marginHeight ()
| marginHeight |
[const]
Frame margin height, in pixels. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-marginheight"> marginheight attribute definition </a> in HTML 4.0.
void setMarginHeight ( const DOMString & )
| setMarginHeight |
see marginHeight
DOMString marginWidth ()
| marginWidth |
[const]
Frame margin width, in pixels. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-marginwidth"> marginwidth attribute definition </a> in HTML 4.0.
void setMarginWidth ( const DOMString & )
| setMarginWidth |
see marginWidth
DOMString name ()
| name |
[const]
The frame name (object of the <code> target </code> attribute). See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-name-IFRAME"> name attribute definition </a> in HTML 4.0.
void setName ( const DOMString & )
| setName |
see name
DOMString scrolling ()
| scrolling |
[const]
Specify whether or not the frame should have scrollbars. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-scrolling"> scrolling attribute definition </a> in HTML 4.0.
void setScrolling ( const DOMString & )
| setScrolling |
see scrolling
DOMString src ()
| src |
[const]
A URI designating the initial frame contents. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-src-FRAME"> src attribute definition </a> in HTML 4.0.
void setSrc ( const DOMString & )
| setSrc |
see src
DOMString width ()
| width |
[const]
Frame width. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-width-IFRAME"> width attribute definition </a> in HTML 4.0.
void setWidth ( const DOMString & )
| setWidth |
see width
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |