classname: htmlobject_img


extends: htmlobject_base

 Image

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

filename: htmlobject.img.class.php

Attributes

top
attribute: align
access: public
default:
empty

Align image

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

Alternative text

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

Border

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

Height of image

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

Horizontal distance to text

@access public
@var int
top
attribute: ismap
access: public
default:
false

Serverside handling map

@access public
@var bool
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 image

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

Source of image

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

Source of image map

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

Vertical distance to text

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

Width of image

@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