Button grouping
- 1 Description
- 2 Label
Description
Buttons in widgets can be forced into a grouping menu. By default the menu will be set to toggle when the site is viewed on a mobile phone, but you can force the behaviour to be always open or alway close.
<map
...
actionsDisplay="close"
actionsLabel="actionsLabel.menu"
>
</map>
Â
Label
You can specify the label text in the actionsLabel variable. By default this is set to Actions if not specified