Actions

Extra menus event

From LimeSurvey Manual

Revision as of 21:47, 25 April 2016 by Olle (talk | contribs)

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