![]() |
TYPO3
7.6
|
Protected Attributes | |
$tagName = 'optgroup' | |
![]() | |
$tagName = 'select' | |
$childNodes = array() | |
![]() | |
$tag = null | |
$tagName = 'div' | |
![]() | |
$arguments | |
$templateVariableContainer | |
$controllerContext | |
$renderingContext | |
$renderChildrenClosure = null | |
$viewHelperVariableContainer | |
$objectManager | |
$escapingInterceptorEnabled = true | |
Additional Inherited Members | |
![]() | |
static | renderStatic (array $arguments,\Closure $renderChildrenClosure,\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) |
![]() | |
registerTagAttribute ($name, $type, $description, $required=false, $default=null) | |
registerUniversalTagAttributes () | |
View helper which groups options of an option tag.
= Example =
<f:be.menus.actionMenu> <f:be.menus.actionMenuItem label="Default: Welcome" controller="Default" action="index" /> <f:be.menus.actionMenuItem label="Community: get in touch" controller="Community" action="index" /> <f:be.menus.actionMenuItemGroup label="Information"> <f:be.menus.actionMenuItem label="PHP Information" controller="Information" action="listPhpInfo" /> <f:be.menus.actionMenuItem label="Documentation" controller="Information" action="documentation" /> <f:be.menus.actionMenuItem label="Hooks" controller="Information" action="hooks" /> <f:be.menus.actionMenuItem label="Signals" controller="Information" action="signals" /> <f:be.menus.actionMenuItem label="XClasses" controller="Information" action="xclass" /> </f:be.menus.actionMenuItemGroup> </f:be.menus.actionMenu>
Definition at line 38 of file ActionMenuItemGroupViewHelper.php.
render | ( | $label = '' | ) |
string | $label |
Definition at line 49 of file ActionMenuItemGroupViewHelper.php.
References ViewHelperNode\getViewHelperClassName().
|
protected |
Definition at line 43 of file ActionMenuItemGroupViewHelper.php.