![]() |
Framework
3.9
|
Used for the header row in SpreadSheetAutoForm. More...
Public Member Functions | |
__construct ($form) | |
startGroup ($name, $collapsible=false, $collapsed=false) | |
endGroup () | |
startField ($field, $renderer, $colspan=1, $styles="") | |
endField ($field, $renderer) | |
requiredFields ($text) | |
printLabel ($field, $renderer, $styles="", $annotation="") | |
Internal method to generate the HTML for the field label. More... | |
getLabel ($field, $renderer, $addSuffix=true) | |
startUngrouped () | |
endUngrouped () | |
startButtonLine () | |
endButtonLine () | |
errorBox () | |
![]() | |
getGroupClass ($name, $collapsible, $collapsed, $additionalClass="") | |
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... | |
Used for the header row in SpreadSheetAutoForm.
Definition at line 318 of file auto_form_layout.inc.
TableHeaderFormLayout::__construct | ( | $form | ) |
Reimplemented from AutoFormLayout.
Reimplemented in SelectableTableHeaderFormLayout.
Definition at line 320 of file auto_form_layout.inc.
TableHeaderFormLayout::endButtonLine | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 419 of file auto_form_layout.inc.
TableHeaderFormLayout::endField | ( | $field, | |
$renderer | |||
) |
Reimplemented from AutoFormLayout.
Definition at line 348 of file auto_form_layout.inc.
TableHeaderFormLayout::endGroup | ( | ) |
TableHeaderFormLayout::endUngrouped | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 409 of file auto_form_layout.inc.
TableHeaderFormLayout::errorBox | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 424 of file auto_form_layout.inc.
TableHeaderFormLayout::getLabel | ( | $field, | |
$renderer, | |||
$addSuffix = true |
|||
) |
Reimplemented from AutoFormLayout.
Definition at line 382 of file auto_form_layout.inc.
TableHeaderFormLayout::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 366 of file auto_form_layout.inc.
TableHeaderFormLayout::requiredFields | ( | $text | ) |
Reimplemented from AutoFormLayout.
Definition at line 353 of file auto_form_layout.inc.
TableHeaderFormLayout::startButtonLine | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 414 of file auto_form_layout.inc.
TableHeaderFormLayout::startField | ( | $field, | |
$renderer, | |||
$colspan = 1 , |
|||
$styles = "" |
|||
) |
Reimplemented from AutoFormLayout.
Definition at line 336 of file auto_form_layout.inc.
TableHeaderFormLayout::startGroup | ( | $name, | |
$collapsible = false , |
|||
$collapsed = false |
|||
) |
TableHeaderFormLayout::startUngrouped | ( | ) |
Reimplemented from AutoFormLayout.
Reimplemented in SelectableTableHeaderFormLayout.
Definition at line 404 of file auto_form_layout.inc.