class HTMLFrameElement

Create a frame. More...

Full nameDOM::HTMLFrameElement
Definition#include <html_base.h>
InheritsDOM::HTMLElement [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

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

 HTMLFrameElement ()

HTMLFrameElement

 HTMLFrameElement (const HTMLFrameElement &other)

HTMLFrameElement

 HTMLFrameElement (const Node &other)

HTMLFrameElement

 HTMLFrameElement (HTMLFrameElementImpl *impl)

HTMLFrameElement

[protected]

HTMLFrameElement &  operator = (const HTMLFrameElement &other)

operator =

Reimplemented from HTMLElement.

HTMLFrameElement &  operator = (const Node &other)

operator =

Reimplemented from HTMLElement.

 ~HTMLFrameElement ()

~HTMLFrameElement

DOMString  frameBorder ()

frameBorder

[const]

Request frame borders. See the frameborder attribute definition in HTML 4.0.

void  setFrameBorder ( const DOMString & )

setFrameBorder

see frameBorder

DOMString  longDesc ()

longDesc

[const]

URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0.

void  setLongDesc ( const DOMString & )

setLongDesc

see longDesc

DOMString  marginHeight ()

marginHeight

[const]

Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.0.

void  setMarginHeight ( const DOMString & )

setMarginHeight

see marginHeight

DOMString  marginWidth ()

marginWidth

[const]

Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.0.

void  setMarginWidth ( const DOMString & )

setMarginWidth

see marginWidth

DOMString  name ()

name

[const]

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

void  setName ( const DOMString & )

setName

see name

bool  noResize ()

noResize

[const]

When true, forbid user from resizing frame. See the noresize attribute definition in HTML 4.0.

void  setNoResize ( bool )

setNoResize

see noResize

DOMString  scrolling ()

scrolling

[const]

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

void  setScrolling ( const DOMString & )

setScrolling

see scrolling

DOMString  src ()

src

[const]

A URI designating the initial frame contents. See the src attribute definition in HTML 4.0.

void  setSrc ( const DOMString & )

setSrc

see src

Document  contentDocument ()

contentDocument

[const]

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.


Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53.