Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

BaseLayout Class Reference
[Form Layouts]

Inheritance diagram for BaseLayout:

Layout OneColumnTableLayout OneLineLayout TableLayout List of all members.

Detailed Description

BaseLayout is a basic layout that implements some nice default behavior for you to use.

Definition at line 41 of file base-layout.inc.php.

Public Member Functions

 drawHiddenFields ()
 draw the hidden fields in a nice manner.

Public Attributes

 $hiddenFields = array()
 Array to buffer hidden fields to as they are encountered This allows the hidden fields to be drawn outside the table so things stay xhtml compliant w/o messing with visual layout.


Member Function Documentation

BaseLayout::drawHiddenFields  ) 
 

draw the hidden fields in a nice manner.

Good helper function

Definition at line 53 of file base-layout.inc.php.

Referenced by TableLayout::drawEnd(), OneLineLayout::drawEnd(), and OneColumnTableLayout::drawEnd().


Member Data Documentation

BaseLayout::$hiddenFields = array()
 

Array to buffer hidden fields to as they are encountered This allows the hidden fields to be drawn outside the table so things stay xhtml compliant w/o messing with visual layout.

Definition at line 48 of file base-layout.inc.php.


The documentation for this class was generated from the following file:
Generated on Fri Oct 27 12:26:41 2006 for BaseJumper by doxygen 1.3.9.1