Inheritance diagram for TableLayout:
This is generally the most frequently used form layout and one of the most useful.
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. |
|
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. |
|
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(). |
|
Draw a field as a table row.
Implements Layout. Definition at line 36 of file table-layout.inc.php. |