classname: htmlobject_iframe


extends: htmlobject_div

 Iframe

@package htmlobjects
@author Alexander Kuballa [akuballa@users.sourceforge.net]
@copyright Copyright (c) 2008 - 2012, Alexander Kuballa
@license BSD License (see LICENSE.TXT)
@version 1.0

filename: htmlobject.iframe.class.php

Attributes

top
attribute: align
access: public
default:
empty

Align iframe

@access public
@var enum [top | middle | bottom | left | right]
top
attribute: frameborder
access: public
default:
empty

Border

@access public
@var int
top
attribute: height
access: public
default:
empty

Height of iframe

@access public
@var int
top
attribute: longdesc
access: public
default:
empty

URI to long description text

@access public
@var string URI (RFC 2396)
top
attribute: name
access: public
default:
empty

Name of iframe

@access public
@var string
top
attribute: marginwidth
access: public
default:
empty

Width of margin

@access public
@var int
top
attribute: marginheight
access: public
default:
empty

Width of margin

@access public
@var int
top
attribute: scrolling
access: public
default:
empty

Scrolling

@access public
@var enum yes | no | auto
top
attribute: src
access: public
default:
empty

Source of iframe

@access public
@var string URI (RFC 2396)
top
attribute: width
access: public
default:
empty

Width of iframe

@access public
@var int


Methods

top
function: get_string

 Get html element as string
 
 @access public
 @return string
top
function: __attribs

 Init attribs
 
 @access protected
 @return string