|
|
|
File: C:/usr/local/lib/php/blueshoes-4.2/core/html/form/Bs_FormLine.class.php
BlueShoes Application Framework - Form
Bs_FormLine
Bs_Object | +-- Bs_FormElement | +-- Bs_FormLine
Form Line Class
|
public class Bs_FormLine extends Bs_FormElement
Form Line Class
such a tag may look like:<hr align="left" width="150" size="10" color="black" noshade>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_FormLine()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 |
| string |
$alignone of: left, center, right. |
| int |
$widthwe don't allow something like '100%' here. |
| int |
$sizethis is the height. bad name. |
| string |
$colorlooks like this is only for ie. |
| bool |
$noshadedefault is false which means don't send it. |
|
|
|
Public Method Details |
Bs_FormLine |
|
public void Bs_FormLine( )
|
| |
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 |
$align |
|
private string $align
>><<
one of: left, center, right.
the default behavior from browsers is 'center' if nothing is sent.
|
|
$width |
|
private int $width
>><<
we don't allow something like '100%' here.
|
|
$size |
|
private int $size
>><<
this is the height. bad name.
|
|
$color |
|
private string $color
>><<
looks like this is only for ie.
|
|
$noshade |
|
private bool $noshade
>><<
default is false which means don't send it.
|
|
|
Private Constant Details |
BS_FORMLINE_VERSION
define( BS_FORMLINE_VERSION, >>4.0.$x$<< )
Case: default: case sensitive
|
|
|
|
|
|
| PHPDoc 1.0beta |