![]() |
Framework
3.9
|
MobileFormLayout provides a linear form layout suitable for mobile devices. 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... | |
MobileFormLayout provides a linear form layout suitable for mobile devices.
Definition at line 642 of file auto_form_layout.inc.
MobileFormLayout::__construct | ( | $form | ) |
Reimplemented from AutoFormLayout.
Reimplemented in MobileUngroupedFormLayout.
Definition at line 644 of file auto_form_layout.inc.
MobileFormLayout::endButtonLine | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 760 of file auto_form_layout.inc.
MobileFormLayout::endField | ( | $field, | |
$renderer | |||
) |
Reimplemented from AutoFormLayout.
Definition at line 697 of file auto_form_layout.inc.
MobileFormLayout::endGroup | ( | ) |
Reimplemented from AutoFormLayout.
Reimplemented in MobileUngroupedFormLayout.
Definition at line 667 of file auto_form_layout.inc.
MobileFormLayout::endUngrouped | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 750 of file auto_form_layout.inc.
MobileFormLayout::errorBox | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 765 of file auto_form_layout.inc.
MobileFormLayout::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 723 of file auto_form_layout.inc.
MobileFormLayout::requiredFields | ( | $text | ) |
Reimplemented from AutoFormLayout.
Definition at line 770 of file auto_form_layout.inc.
MobileFormLayout::startButtonLine | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 755 of file auto_form_layout.inc.
MobileFormLayout::startField | ( | $field, | |
$renderer, | |||
$colspan = 1 , |
|||
$styles = "" |
|||
) |
Reimplemented from AutoFormLayout.
Definition at line 683 of file auto_form_layout.inc.
MobileFormLayout::startGroup | ( | $name, | |
$collapsible = false , |
|||
$collapsed = false |
|||
) |
Reimplemented from AutoFormLayout.
Reimplemented in MobileUngroupedFormLayout.
Definition at line 649 of file auto_form_layout.inc.
MobileFormLayout::startUngrouped | ( | ) |
Reimplemented from AutoFormLayout.
Definition at line 742 of file auto_form_layout.inc.