.. include:: ../../../../Includes.txt ===================== f:be.menus.actionMenu ===================== This ViewHelper creates a select box. With the addition of the `f:be.menus.actionMenuItem` and `f:be.menus.actionMenuItemGroup` ViewHelper, you can fill this select box with options, which will lead to an appropriate view when they are selected. Properties ========== .. rst-class:: dl-parameters defaultController :sep:`|` :aspect:`Condition:` required :sep:`|` :aspect:`Type:` string :sep:`|` :aspect:`Default:` null :sep:`|` Provide the name of the Controller to be used in the event that the Controller name isn't provided in the individual ActionMenuItem ViewHelper. As the Controller parameter is required for the ActionMenuItem ViewHelper anyway, you're better off not setting this property in this ViewHelper. Example ======= The following menu contains a Select element with two menu entries. Further details of the ActionMenuItem ViewHelper are in its own documentation. ::