Page 1 of 1

menu keeping all items expanded (closed)

Posted: 14 Jan 2019, 15:32
by serenne
Hi Aragorn,

I notice in my menu (DynamicMenuModel) having subMenu :
for example :
- subMenu1
- item 1
- item 2
- submenu2
-item3
-item 4
that expanding one subMenu will collapse the other one.

Is there any possibilities to keep all subMenus expanded at the same time ?

Kindest regards !
-

Re: menu keeping all items expanded

Posted: 15 Jan 2019, 11:25
by mert.sincan
Hi,

You can remove the following line in layout.js;

Code: Select all

$this.deactivateItems(item.siblings(), true); //line 194
Best Regards,