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

TableLayout Class Reference
[Form Layouts]

Inheritance diagram for TableLayout:

BaseLayout Layout List of all members.

Detailed Description

Draw the form as a two column table.

This is generally the most frequently used form layout and one of the most useful.

Author:
Scott Peshak, Zach Smith

Definition at line 10 of file table-layout.inc.php.

Public Member Functions

 drawBeginning ()
 Draw the beginning of the table.
 drawEnd ()
 Draw the ending of the table, this draws any hidden fields that were encountered.
 drawField ($field)
 Draw a field as a table row.


Member Function Documentation

TableLayout::drawBeginning  ) 
 

Draw the beginning of the table.

The table has a class of 'BaseForm'

Implements Layout.

Definition at line 17 of file table-layout.inc.php.

TableLayout::drawEnd  ) 
 

Draw the ending of the table, this draws any hidden fields that were encountered.

Implements Layout.

Definition at line 25 of file table-layout.inc.php.

References BaseLayout::drawHiddenFields().

TableLayout::drawField field  ) 
 

Draw a field as a table row.

Parameters:
$field Field to draw

Implements Layout.

Definition at line 36 of file table-layout.inc.php.


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