K2BAccordionMenu is an User Control that displays an Accordion Menu in the web panels where it is included. The items for that menu are loaded from a K2BMultiLevelMenu structure. This user control can be used in RWD applications.
|
K2BAccordion Menu runtime appearance |
Category |
Name |
Value |
General |
Control Name |
Name for the control. |
Appearance |
Toggle |
If this property is set to "true", when a sublevel is selected all other sublevels are collapsed. If set to "false", many sublevels may be opened simultaneously. |
Include Search |
If this property is set to "true", a search box will be included in order to find items inside the menu. |
Search Invite Message |
The invite message of the search box. |
Data Binding |
Menu Items |
Variable that contains the menu elements. Must be a variable based on the K2BMultiLevelMenu SDT. |
|