AbstractTpl Class Reference

astract class template More...

Inheritance diagram for AbstractTpl:

Inheritance graph
[legend]
Collaboration diagram for AbstractTpl:

Collaboration graph
[legend]

Public Member Functions

 display ()
 display ($arrParam)
 display abstract Element $arrParam accept ["value"]
 displayHide ($arrParam)
 displayRo ($arrParam)
 Read Only display function.
 hasBeenPopped ()
 HtmlElement ()
 setOptions ($options)

Data Fields

 $name
 $options

Detailed Description

astract class template

Definition at line 594 of file FormGenerator.php.


Member Function Documentation

HtmlElement::display (  )  [inherited]

AbstractTpl::display ( arrParam  ) 

display abstract Element $arrParam accept ["value"]

Reimplemented in TextareaTpl, FileTpl, RadioTpl, ImageTpl, CheckboxTpl, InputTpl, HiddenTpl, DateTpl, DynamicDateTpl, MultipleInputTpl, SelectItem, DisabledInputTpl, LogDynamicDateTpl, AclRadioTpl, and GetFreeIPInputTpl.

Definition at line 600 of file FormGenerator.php.

00600                                 {
00601     }

AbstractTpl::displayHide ( arrParam  ) 

Reimplemented in CheckboxTpl, and MultipleInputTpl.

Definition at line 611 of file FormGenerator.php.

00611                                     {
00612         print '<div style="color: #C00;">' . _("unavailable") . '</div>';
00613         print '<input type="hidden" value="'.$arrParam["value"].'" name="'.$this->name.'" />';
00614     }

AbstractTpl::displayRo ( arrParam  ) 

Read Only display function.

Reimplemented in FileTpl, ImageTpl, CheckboxTpl, MultipleInputTpl, and QuotaTpl.

Definition at line 606 of file FormGenerator.php.

00606                                   {
00607         print $arrParam["value"];
00608         print '<input type="hidden" value="'.$arrParam["value"].'" name="'.$this->name.'" />';
00609     }

HtmlElement::hasBeenPopped (  )  [inherited]

Definition at line 1912 of file PageGenerator.php.

01912                              {
01913         return True;
01914     }

HtmlElement::HtmlElement (  )  [inherited]

Definition at line 1904 of file PageGenerator.php.

01904                            {
01905         $this->options = array();
01906     }

HtmlElement::setOptions ( options  )  [inherited]

Definition at line 1908 of file PageGenerator.php.

01908                                   {
01909         $this->options = $options;
01910     }


Field Documentation

AbstractTpl::$name

HtmlElement::$options [inherited]

Definition at line 1902 of file PageGenerator.php.

Referenced by getSubnetOptions().


The documentation for this class was generated from the following file:

Generated on Tue May 4 11:48:02 2010 for MMC web interface by  doxygen 1.5.8