org.kde.koala

Class HTMLFrameElement

public class HTMLFrameElement extends HTMLElement

Create a frame. See the FRAME element definition in HTML 4.0.

UNKNOWN: Create a frame.

Constructor Summary
protected HTMLFrameElement(Class dummy)
HTMLFrameElement()
HTMLFrameElement(HTMLFrameElement other)
HTMLFrameElement(Node other)
Method Summary
DocumentcontentDocument()
Introduced in DOM Level 2 Returns the document this frame contains, if there is any and it is available, a Null document otherwise.
StringframeBorder()
Request frame borders.
StringlongDesc()
URI designating a long description of this image or frame.
StringmarginHeight()
Frame margin height, in pixels.
StringmarginWidth()
Frame margin width, in pixels.
Stringname()
The frame name (object of the target attribute).
booleannoResize()
When true, forbid user from resizing frame.
Stringscrolling()
Specify whether or not the frame should have scrollbars.
voidsetFrameBorder(String arg1)
see frameBorder
voidsetLongDesc(String arg1)
see longDesc
voidsetMarginHeight(String arg1)
see marginHeight
voidsetMarginWidth(String arg1)
see marginWidth
voidsetName(String arg1)
see name
voidsetNoResize(boolean arg1)
see noResize
voidsetScrolling(String arg1)
see scrolling
voidsetSrc(String arg1)
see src
Stringsrc()
A URI designating the initial frame contents.

Constructor Detail

HTMLFrameElement

protected HTMLFrameElement(Class dummy)

HTMLFrameElement

public HTMLFrameElement()

HTMLFrameElement

public HTMLFrameElement(HTMLFrameElement other)

HTMLFrameElement

public HTMLFrameElement(Node other)

Method Detail

contentDocument

public 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. The attribute is read-only.

Returns: The content Document if available.

UNKNOWN: Introduced in DOM Level 2

frameBorder

public String frameBorder()
Request frame borders. See the frameborder attribute definition in HTML 4.0.

UNKNOWN: Request frame borders.

longDesc

public String longDesc()
URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0.

UNKNOWN: URI designating a long description of this image or frame.

marginHeight

public String marginHeight()
Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.0.

UNKNOWN: Frame margin height, in pixels.

marginWidth

public String marginWidth()
Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.0.

UNKNOWN: Frame margin width, in pixels.

name

public String name()
The frame name (object of the target attribute). See the name attribute definition in HTML 4.0.

UNKNOWN: The frame name (object of the target attribute).

noResize

public boolean noResize()
When true, forbid user from resizing frame. See the noresize attribute definition in HTML 4.0.

UNKNOWN: When true, forbid user from resizing frame.

scrolling

public String scrolling()
Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.0.

UNKNOWN: Specify whether or not the frame should have scrollbars.

setFrameBorder

public void setFrameBorder(String arg1)
see frameBorder

UNKNOWN: see frameBorder

setLongDesc

public void setLongDesc(String arg1)
see longDesc

UNKNOWN: see longDesc

setMarginHeight

public void setMarginHeight(String arg1)
see marginHeight

UNKNOWN: see marginHeight

setMarginWidth

public void setMarginWidth(String arg1)
see marginWidth

UNKNOWN: see marginWidth

setName

public void setName(String arg1)
see name

UNKNOWN: see name

setNoResize

public void setNoResize(boolean arg1)
see noResize

UNKNOWN: see noResize

setScrolling

public void setScrolling(String arg1)
see scrolling

UNKNOWN: see scrolling

setSrc

public void setSrc(String arg1)
see src

UNKNOWN: see src

src

public String src()
A URI designating the initial frame contents. See the src attribute definition in HTML 4.0.

UNKNOWN: A URI designating the initial frame contents.