Hi,
I want to make the side menu like accordion. For example when you opened a submenu under Header 1, sub menus under Header 2 will be auto closed.
Is there any CSS codes that I can use to achieve that?
Hi,
I want to make the side menu like accordion. For example when you opened a submenu under Header 1, sub menus under Header 2 will be auto closed.
Is there any CSS codes that I can use to achieve that?
Hi!
You can use showSingleExpandedMenu
attribute in the sideMenu
element.
For instance:
<main:sideMenu id="sideMenu"
height="100%"
showSingleExpandedMenu="true"
width="200px"/>
Cool. It works! Thanks!