|
|
|
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
| Authors | andrej arn <andrej@arn.li> |
| Version | 4.0.$id$ |
| Copyright | blueshoes.org |
|
| |
|
|
|
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 |
$srca string or a hash cause it's language dependant. |
| mixed |
$alta string or a hash cause it's language dependant. |
| string |
$alignone of: left, right, top, middle, bottom, absmiddle, texttop, baseline |
| int |
$borderthe border tag. |
| int |
$widthwe don't allow things like "50%" here. |
| int |
$heightwe don't allow things like "50%" here. |
| int |
$hspace |
| int |
$vspace |
| string |
$usemapthe usemap tag. looks like it has to start with a #. |
| bool |
$ismapthe ismap tag. doesn't look like it's married with $usemap. |
|
|
|
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
|
|
|
|
|
|
| PHPDoc 1.0beta |