BlueShoes Application Framework made with PHP http://www.blueshoes.org/


Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: C:/usr/local/lib/php/blueshoes-4.2/core/html/form/Bs_FormImage.class.php
BlueShoes Application Framework - Form

Bs_FormImage

Bs_Object
   |
  +-- Bs_FormElement
     |
    +-- Bs_FormImage

Form Image Class

 

public class Bs_FormImage extends Bs_FormElement

Form Image Class
such a tag looks like:<img src="somefile.gif" width="750" height="650" border="0" alt="alt" hspace="2" vspace="3" ismap align="left" usemap="#asdf">dependencies: Bs_FormElement

Authorsandrej arn <andrej@arn.li>
Version4.0.$id$
Copyrightblueshoes.org

 

Methods inherited from Bs_FormElement

bs_formelement, hasformobject, setformobject, getcaption, getelement, getlevel, _doelementstringformat, _getparamvalue, getlanguagedependentvalue

Methods inherited from Bs_Object

isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean

Public Method Summary

void

Bs_FormImage()

Constructor.
string

&getElement()

Return some html code to display the element on a website in a form.

Fields inherited from Bs_FormElement

$persister, $persisterid, $_form, $name, $elementtype, $formid, $container, $orderid, $elementstringformat, $persistervarsettings, $this

Private Field Summary

mixed

$src

a string or a hash cause it's language dependant.
mixed

$alt

a string or a hash cause it's language dependant.
string

$align

one of: left, right, top, middle, bottom, absmiddle, texttop, baseline
int

$border

the border tag.
int

$width

we don't allow things like "50%" here.
int

$height

we don't allow things like "50%" here.
int

$hspace

int

$vspace

string

$usemap

the usemap tag. looks like it has to start with a #.
bool

$ismap

the ismap tag. doesn't look like it's married with $usemap.

Private Constant Summary

BS_FORMIMAGE_VERSION >>4.0.$x$<< Warning: documentation is missing.

Public Method Details

Bs_FormImage

public void Bs_FormImage( )

  Constructor.

Returns void


&getElement

public string &getElement( )

  Return some html code to display the element on a website in a form.

Returns string

some html code


Private Field Details

$src

private mixed $src

>><<

a string or a hash cause it's language dependant.


$alt

private mixed $alt

>><<

a string or a hash cause it's language dependant.
the alt text.


$align

private string $align

>><<

one of: left, right, top, middle, bottom, absmiddle, texttop, baseline


$border

private int $border

>><<

the border tag.


$width

private int $width

>><<

we don't allow things like "50%" here.


$height

private int $height

>><<

we don't allow things like "50%" here.


$hspace

private int $hspace

>><<



$vspace

private int $vspace

>><<



$usemap

private string $usemap

>><<

the usemap tag. looks like it has to start with a #.


$ismap

private bool $ismap

>><<

the ismap tag. doesn't look like it's married with $usemap.
i don't know these tags though.


Private Constant Details

BS_FORMIMAGE_VERSION

define( BS_FORMIMAGE_VERSION, >>4.0.$x$<< )
Case: default: case sensitive




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta