|
|
Inline subwindows. See the IFRAME element definition 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 align attribute definition 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 frameborder attribute definition in HTML 4.0.
void setFrameBorder ( const DOMString & )
| setFrameBorder |
see frameBorder
DOMString height ()
| height |
[const]
Frame height. See the height attribute definition 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 longdesc attribute definition in HTML 4.0.
void setLongDesc ( const DOMString & )
| setLongDesc |
see longDesc
DOMString marginHeight ()
| marginHeight |
[const]
Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.0.
void setMarginHeight ( const DOMString & )
| setMarginHeight |
see marginHeight
DOMString marginWidth ()
| marginWidth |
[const]
Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.0.
void setMarginWidth ( const DOMString & )
| setMarginWidth |
see marginWidth
DOMString name ()
| name |
[const]
The frame name (object of the target
attribute).
See the
name attribute definition 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 scrolling attribute definition in HTML 4.0.
void setScrolling ( const DOMString & )
| setScrolling |
see scrolling
DOMString src ()
| src |
[const]
A URI designating the initial frame contents. See the src attribute definition in HTML 4.0.
void setSrc ( const DOMString & )
| setSrc |
see src
DOMString width ()
| width |
[const]
Frame width. See the width attribute definition in HTML 4.0.
void setWidth ( const DOMString & )
| setWidth |
see width
Document contentDocument ()
| contentDocument |
[const]
Introduced in DOM Level 2
Returns the document this iframe contains, if there is any and it is available, a Null document otherwise. The attribute is read-only.
Returns: The content Document if available.
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |