org.kde.koala
public class HTMLFrameSetElement extends HTMLElement
UNKNOWN: Create a grid of frames.
| Constructor Summary | |
|---|---|
| protected | HTMLFrameSetElement(Class dummy) |
| HTMLFrameSetElement() | |
| HTMLFrameSetElement(HTMLFrameSetElement other) | |
| HTMLFrameSetElement(Node other) | |
| Method Summary | |
|---|---|
| String | cols()
The number of columns of frames in the frameset. |
| String | rows()
The number of rows of frames in the frameset. |
| void | setCols(String arg1)
see cols |
| void | setRows(String arg1)
see rows |
UNKNOWN: The number of columns of frames in the frameset.
UNKNOWN: The number of rows of frames in the frameset.
UNKNOWN: see cols
UNKNOWN: see rows