Inheritance diagram for BaseLayout:

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. | |
|
|
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(). |
|
|
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. |
1.3.9.1