.. include:: /Includes.rst.txt .. _typo3-fluid-be-menus-actionmenu: ======================================================== be.menus.actionMenu ViewHelper `` ======================================================== ViewHelper which returns a select box, that can be used to switch between multiple actions and controllers and looks similar to TYPO3s funcMenu. .. note:: This ViewHelper is experimental! Examples ======== Simple:: Select box with the options "Overview", "Create new Blog" and "List Posts". Localized:: Localized select box. .. _typo3-fluid-be-menus-actionmenu_arguments: Arguments ========= .. _be.menus.actionmenu_additionalattributes: additionalAttributes -------------------- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Additional tag attributes. They will be added directly to the resulting HTML tag. .. _be.menus.actionmenu_data: data ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Additional data-* attributes. They will each be added with a "data-" prefix. .. _be.menus.actionmenu_aria: aria ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Additional aria-* attributes. They will each be added with a "aria-" prefix. .. _be.menus.actionmenu_defaultcontroller: defaultController ----------------- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` The default controller to be used