Extra menus event
From LimeSurvey Manual
Description of the event to generate extra menus at top bar (besides configuration, logout, etc).
Two types of menus:
- Dropdown
- Link
For dropdown, we have two kinds of menu items:
- Link
- Divider
Plugin will set property extraMenus. Each element in that array must implement interface ExtraMenuInterface.
| Method/property | Description |
|---|---|
| isDropDown() | Returns true if this menu is a dropdown menu |
| getDropDown | Return array of dropdown menu items |