khtml Library API Documentation

DOM::HTMLFrameSetElement Class Reference

Create a grid of frames. More...

#include <html_base.h>

Inheritance diagram for DOM::HTMLFrameSetElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

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

DOMString HTMLFrameSetElement::cols  
 

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.

void HTMLFrameSetElement::setCols const DOMString  
 

see cols

Definition at line 434 of file html_base.cpp.

DOMString HTMLFrameSetElement::rows  
 

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.

void HTMLFrameSetElement::setRows const DOMString  
 

see rows

Definition at line 445 of file html_base.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:46 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001