org.kde.koala
public class HTMLFrameElement extends HTMLElement
UNKNOWN: Create a frame.
| Constructor Summary | |
|---|---|
| protected | HTMLFrameElement(Class dummy) |
| HTMLFrameElement() | |
| HTMLFrameElement(HTMLFrameElement other) | |
| HTMLFrameElement(Node other) | |
| Method Summary | |
|---|---|
| Document | contentDocument()
Introduced in DOM Level 2
Returns the document this frame contains, if there is any and
it is available, a Null document otherwise. |
| String | frameBorder()
Request frame borders. |
| String | longDesc()
URI designating a long description of this image or frame. |
| String | marginHeight()
Frame margin height, in pixels. |
| String | marginWidth()
Frame margin width, in pixels. |
| String | name()
The frame name (object of the target attribute).
|
| boolean | noResize()
When true, forbid user from resizing frame. |
| String | scrolling()
Specify whether or not the frame should have scrollbars. |
| void | setFrameBorder(String arg1)
see frameBorder |
| void | setLongDesc(String arg1)
see longDesc |
| void | setMarginHeight(String arg1)
see marginHeight |
| void | setMarginWidth(String arg1)
see marginWidth |
| void | setName(String arg1)
see name |
| void | setNoResize(boolean arg1)
see noResize |
| void | setScrolling(String arg1)
see scrolling |
| void | setSrc(String arg1)
see src |
| String | src()
A URI designating the initial frame contents. |
Returns: The content Document if available.
UNKNOWN: Introduced in DOM Level 2
UNKNOWN: Request frame borders.
UNKNOWN: URI designating a long description of this image or frame.
UNKNOWN: Frame margin height, in pixels.
UNKNOWN: Frame margin width, in pixels.
target attribute).
See the
name attribute definition in HTML 4.0.UNKNOWN: The frame name (object of the target attribute).
UNKNOWN: When true, forbid user from resizing frame.
UNKNOWN: Specify whether or not the frame should have scrollbars.
UNKNOWN: see frameBorder
UNKNOWN: see longDesc
UNKNOWN: see marginHeight
UNKNOWN: see marginWidth
UNKNOWN: see name
UNKNOWN: see noResize
UNKNOWN: see scrolling
UNKNOWN: see src
UNKNOWN: A URI designating the initial frame contents.