.. include:: ../../../../../Includes.txt .. _typo3-fluid-be-menus-actionmenu: =================== be.menus.actionMenu =================== View helper which returns a select box, that can be used to switch between multiple actions and controllers and looks similar to TYPO3s funcMenu. Note: This view helper is experimental! Examples ======== Simple:: Output:: Selectbox with the options "Overview", "Create new Blog" and "List Posts" Localized:: Output:: localized selectbox Arguments ========= .. _be.menus.actionmenu_additionalattributes: additionalAttributes -------------------- :aspect:`DataType` mixed :aspect:`Required` true :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` true :aspect:`Description` Additional data-* attributes. They will each be added with a "data-" prefix. .. _be.menus.actionmenu_defaultcontroller: defaultController ----------------- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` DefaultController