![]() |
Framework
3.9
|
SimpleFormLayout provides a form with minimal HTML, and does not employ table-based layout. More...
Public Member Functions | |
__construct ($form) | |
startGroup ($name, $collapsible=false, $collapsed=false) | |
endGroup () | |
startField ($field, $renderer, $colspan=1, $styles="") | |
endField ($field, $renderer) | |
printLabel ($field, $renderer, $styles="", $annotation="") | |
Internal method to generate the HTML for the field label. More... | |
startUngrouped () | |
endUngrouped () | |
startButtonLine () | |
endButtonLine () | |
errorBox () | |
requiredFields ($text) | |
![]() | |
getGroupClass ($name, $collapsible, $collapsed, $additionalClass="") | |
getLabel ($field, $renderer, $addSuffix=true) | |
getLabelID ($field) | |
finalizeLayout () | |
Additional Inherited Members | |
![]() | |
static | create ($type, $form) |
![]() | |
$form | |
$externalErrorBox = false | |
Flag indicating whether the error box should be rendered inside the form grouping. More... | |
SimpleFormLayout provides a form with minimal HTML, and does not employ table-based layout.
Definition at line 782 of file auto_form_layout.inc.
SimpleFormLayout::__construct | ( | $form | ) |
SimpleFormLayout::endButtonLine | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 901 of file auto_form_layout.inc.
SimpleFormLayout::endField | ( | $field, | |
$renderer | |||
) |
Reimplemented from AutoFormLayout.
Definition at line 837 of file auto_form_layout.inc.
SimpleFormLayout::endGroup | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 807 of file auto_form_layout.inc.
SimpleFormLayout::endUngrouped | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 890 of file auto_form_layout.inc.
SimpleFormLayout::errorBox | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 906 of file auto_form_layout.inc.
SimpleFormLayout::printLabel | ( | $field, | |
$renderer, | |||
$styles = "" , |
|||
$annotation = "" |
|||
) |
Internal method to generate the HTML for the field label.
string | $field | the field name |
int | $colspan | the number of columns to span |
string | $styles | optional special styles that need to be applied |
string | $annotation | annotation text for the field |
Reimplemented from AutoFormLayout.
Definition at line 863 of file auto_form_layout.inc.
SimpleFormLayout::requiredFields | ( | $text | ) |
Reimplemented from AutoFormLayout.
Definition at line 911 of file auto_form_layout.inc.
SimpleFormLayout::startButtonLine | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 895 of file auto_form_layout.inc.
SimpleFormLayout::startField | ( | $field, | |
$renderer, | |||
$colspan = 1 , |
|||
$styles = "" |
|||
) |
Reimplemented from AutoFormLayout.
Definition at line 823 of file auto_form_layout.inc.
SimpleFormLayout::startGroup | ( | $name, | |
$collapsible = false , |
|||
$collapsed = false |
|||
) |
Reimplemented from AutoFormLayout.
Definition at line 789 of file auto_form_layout.inc.
SimpleFormLayout::startUngrouped | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 882 of file auto_form_layout.inc.