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

Public Member Functions | |
HTMLFrameSetElement (const HTMLFrameSetElement &other) | |
HTMLFrameSetElement (const Node &other) | |
HTMLFrameSetElement & | operator= (const HTMLFrameSetElement &other) |
HTMLFrameSetElement & | operator= (const Node &other) |
DOMString | cols () const |
void | setCols (const DOMString &) |
DOMString | rows () const |
void | setRows (const DOMString &) |
Protected Member Functions | |
HTMLFrameSetElement (HTMLFrameSetElementImpl *impl) |
Detailed Description
Create a grid of frames.See the FRAMESET element definition in HTML 4.0.
Definition at line 309 of file html_base.h.
Member Function Documentation
DOMString HTMLFrameSetElement::cols | ( | ) | const |
The number of columns of frames in the frameset.
See the cols attribute definition in HTML 4.0.
Definition at line 430 of file html_base.cpp.
DOMString HTMLFrameSetElement::rows | ( | ) | const |
The number of rows of frames in the frameset.
See the rows attribute definition in HTML 4.0.
Definition at line 441 of file html_base.cpp.
void HTMLFrameSetElement::setCols | ( | const DOMString & | value | ) |
void HTMLFrameSetElement::setRows | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: