DOM::HTMLFrameSetElement Class Reference
Create a grid of frames. More...
#include <html_base.h>
Inheritance diagram for DOM::HTMLFrameSetElement:

Public Methods | |
HTMLFrameSetElement & | operator= (const Node &other) |
DOMString | cols () const |
The number of columns of frames in the frameset. | |
void | setCols (const DOMString &) |
see cols | |
DOMString | rows () const |
The number of rows of frames in the frameset. | |
void | setRows (const DOMString &) |
see rows |
Detailed Description
Create a grid of frames.See the FRAMESET element definition in HTML 4.0.
Definition at line 308 of file html_base.h.
Member Function Documentation
|
The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.0. Definition at line 428 of file html_base.cpp. |
|
see cols
Definition at line 434 of file html_base.cpp. |
|
The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.0. Definition at line 439 of file html_base.cpp. |
|
see rows
Definition at line 445 of file html_base.cpp. |
The documentation for this class was generated from the following files: