![]() |
Framework
3.9
|
Used for each subordinate form 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 () | |
Public Attributes | |
$externalErrorBox = true | |
![]() | |
$form | |
$externalErrorBox = false | |
Flag indicating whether the error box should be rendered inside the form grouping. More... | |
Additional Inherited Members | |
![]() | |
static | create ($type, $form) |
Used for each subordinate form row in SpreadSheetAutoForm.
Definition at line 456 of file auto_form_layout.inc.
TableRowFormLayout::__construct | ( | $form | ) |
Reimplemented from AutoFormLayout.
Reimplemented in SelectableTableRowFormLayout.
Definition at line 460 of file auto_form_layout.inc.
TableRowFormLayout::endButtonLine | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 531 of file auto_form_layout.inc.
TableRowFormLayout::endField | ( | $field, | |
$renderer | |||
) |
Reimplemented from AutoFormLayout.
Definition at line 488 of file auto_form_layout.inc.
TableRowFormLayout::endGroup | ( | ) |
TableRowFormLayout::endUngrouped | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 521 of file auto_form_layout.inc.
TableRowFormLayout::errorBox | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 536 of file auto_form_layout.inc.
TableRowFormLayout::getLabel | ( | $field, | |
$renderer, | |||
$addSuffix = true |
|||
) |
Reimplemented from AutoFormLayout.
Definition at line 511 of file auto_form_layout.inc.
TableRowFormLayout::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 506 of file auto_form_layout.inc.
TableRowFormLayout::requiredFields | ( | $text | ) |
Reimplemented from AutoFormLayout.
Definition at line 493 of file auto_form_layout.inc.
TableRowFormLayout::startButtonLine | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 526 of file auto_form_layout.inc.
TableRowFormLayout::startField | ( | $field, | |
$renderer, | |||
$colspan = 1 , |
|||
$styles = "" |
|||
) |
Reimplemented from AutoFormLayout.
Definition at line 476 of file auto_form_layout.inc.
TableRowFormLayout::startGroup | ( | $name, | |
$collapsible = false , |
|||
$collapsed = false |
|||
) |
TableRowFormLayout::startUngrouped | ( | ) |
Reimplemented from AutoFormLayout.
Reimplemented in SelectableTableRowFormLayout.
Definition at line 516 of file auto_form_layout.inc.
TableRowFormLayout::$externalErrorBox = true |
Definition at line 458 of file auto_form_layout.inc.