Used when you want layout to provide field ordering but don't want groups or borders around the group(s).
More...
|
| __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 () |
|
Used when you want layout to provide field ordering but don't want groups or borders around the group(s).
Definition at line 276 of file auto_form_layout.inc.