|
|
Create a frame. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#edef-FRAME"> FRAME element definition </a> in HTML 4.0.
| HTMLFrameElement ()
| HTMLFrameElement |
| HTMLFrameElement (const HTMLFrameElement &other)
| HTMLFrameElement |
| HTMLFrameElement (const Node &other)
| HTMLFrameElement |
| HTMLFrameElement (HTMLFrameElementImpl *impl)
| HTMLFrameElement |
[protected]
| HTMLFrameElement & operator = (const HTMLFrameElement &other)
| operator = |
Reimplemented from HTMLElement.
| HTMLFrameElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
| ~HTMLFrameElement ()
| ~HTMLFrameElement |
| 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 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-FRAME"> 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-FRAME"> name attribute definition </a> in HTML 4.0.
| void setName ( const DOMString & )
| setName |
see name
| bool noResize ()
| noResize |
[const]
When true, forbid user from resizing frame. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-noresize"> noresize attribute definition </a> in HTML 4.0.
| void setNoResize ( bool )
| setNoResize |
see noResize
| 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
| Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |