|
| $alwaysShowErrorSummary = false |
|
const | PANELS_DISPLAY_TYPE_ALL = 1 |
|
const | PANELS_DISPLAY_TYPE_FIRST = 2 |
|
const | PANELS_DISPLAY_TYPE_TABBED = 3 |
|
|
| resolveStartingTableTagAndColumnQuantityClass ($panel) |
|
| resolveRowWrapperTag (&$content, $cellsContent) |
|
| renderPanelHeaderByPanelNumberAndPanel ($panelNumber, $panel) |
|
| renderDivTagByPanelNumber ($panelNumber) |
|
| renderLastPanelRowsByPanelNumber ($panelNumber) |
|
| renderScripts () |
|
| resolveFormLayoutContent ($content) |
|
| shouldHidePanelsAfterFirstPanel () |
|
| shouldRenderTabbedPanels () |
|
| addTabsContent ($content) |
|
| getTabsContent () |
|
| getMorePanelsLinkLabel () |
|
| getLessPanelsLinkLabel () |
|
|
| $tabsContent |
|
| $morePanelsLinkLabel |
|
| $lessPanelsLinkLabel |
|
| $labelsHaveOwnCells = true |
|
| $metadata |
|
| $uniqueId |
|
| $maxCellsPerRow |
|
| $errorSummaryContent |
|
Definition at line 37 of file DetailsViewFormLayout.php.
labelsHaveOwnCells |
( |
|
$hasOwnCells | ) |
|
Render a form layout. Gets appropriate meta data and loops through it. Builds form content as it loops through. For each element in the form it calls the appropriate Element class.
- Returns
- A string containing the element's content.
Definition at line 80 of file DetailsViewFormLayout.php.
resolveRowWrapperTag |
( |
& |
$content, |
|
|
|
$cellsContent |
|
) |
| |
|
protected |
If the cell content contains a <tr at the beginning, then assume we do not need to wrap or end with a tr
Definition at line 141 of file DetailsViewFormLayout.php.
Used by the render of the form layout when the panels are to be displayed in a tabbed format.
- See Also
- FormLayout::PANELS_DISPLAY_TYPE_TABBED
Definition at line 43 of file DetailsViewFormLayout.php.
The documentation for this class was generated from the following file: