class HTMLFrameSetElement
|
Create a grid of frames. More... |
|
|
Public Methods
Protected Methods
Create a grid of frames. See the <a
href="http://www.w3.org/TR/REC-html40/present/frames.html#edef-FRAMESET">
FRAMESET element definition </a> in HTML 4.0.
HTMLFrameSetElement ()
| HTMLFrameSetElement |
HTMLFrameSetElement (const HTMLFrameSetElement &other)
| HTMLFrameSetElement |
HTMLFrameSetElement (const Node &other)
| HTMLFrameSetElement |
HTMLFrameSetElement (HTMLFrameSetElementImpl *impl)
| HTMLFrameSetElement |
[protected]
HTMLFrameSetElement & operator = (const HTMLFrameSetElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLFrameSetElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLFrameSetElement ()
| ~HTMLFrameSetElement |
[const]
The number of columns of frames in the frameset. See the <a
href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-cols-FRAMESET">
cols attribute definition </a> in HTML 4.0.
void setCols ( const DOMString & )
| setCols |
see cols
[const]
The number of rows of frames in the frameset. See the <a
href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-rows-FRAMESET">
rows attribute definition </a> in HTML 4.0.
void setRows ( const DOMString & )
| setRows |
see rows
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |