org.kde.koala

Class HTMLFrameSetElement

public class HTMLFrameSetElement extends HTMLElement

Create a grid of frames. See the FRAMESET element definition in HTML 4.0.

UNKNOWN: Create a grid of frames.

Constructor Summary
protected HTMLFrameSetElement(Class dummy)
HTMLFrameSetElement()
HTMLFrameSetElement(HTMLFrameSetElement other)
HTMLFrameSetElement(Node other)
Method Summary
Stringcols()
The number of columns of frames in the frameset.
Stringrows()
The number of rows of frames in the frameset.
voidsetCols(String arg1)
see cols
voidsetRows(String arg1)
see rows

Constructor Detail

HTMLFrameSetElement

protected HTMLFrameSetElement(Class dummy)

HTMLFrameSetElement

public HTMLFrameSetElement()

HTMLFrameSetElement

public HTMLFrameSetElement(HTMLFrameSetElement other)

HTMLFrameSetElement

public HTMLFrameSetElement(Node other)

Method Detail

cols

public String cols()
The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.0.

UNKNOWN: The number of columns of frames in the frameset.

rows

public String rows()
The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.0.

UNKNOWN: The number of rows of frames in the frameset.

setCols

public void setCols(String arg1)
see cols

UNKNOWN: see cols

setRows

public void setRows(String arg1)
see rows

UNKNOWN: see rows