Inheritance diagram for OneLineLayout:
Good for search forms, or other short forms.
Definition at line 11 of file oneline-layout.inc.php.
Public Member Functions | |
drawBeginning () | |
draw the beginning of the form. | |
drawEnd () | |
draw the end of the form | |
drawField ($field) | |
Draw a field as a table row. | |
drawErrors () | |
draw our errors of our form | |
Public Attributes | |
$errors = array() | |
queue our errors for display after our form is done |
|
draw the beginning of the form. the form is wrapped in a div with class of OneLineForm Implements Layout. Definition at line 23 of file oneline-layout.inc.php. |
|
draw the end of the form this will draw the end of the div, then the hidden fields and then the errors Implements Layout. Definition at line 33 of file oneline-layout.inc.php. References drawErrors(), and BaseLayout::drawHiddenFields(). |
|
draw our errors of our form they will each be wrapped in a div of class "OneLineFormErrors" Definition at line 77 of file oneline-layout.inc.php. Referenced by drawEnd(). |
|
Draw a field as a table row.
Implements Layout. Definition at line 45 of file oneline-layout.inc.php. |
|
queue our errors for display after our form is done
Definition at line 16 of file oneline-layout.inc.php. |