Closed levanlau closed 10 years ago
You can either have a submenu
or a clickable url for menu item
. You cannot have both submenu and url attached to a single item.
Note: A submenu opens up its submenu items only on click... so how do you think it will achieve both. If it is set to open up the url, it will navigate you out of the page and not show the submenu at all. Hence a submenu has been setup to not redirect to any url.
Thank you for your quick reply. I see what you had said.I though i should add a Html::a(...) for this.Thanks.
Hi, I have used yii2-nav-x very good,but i have faced an issue following: I have 3 menu levels :Level1->Level2->Level3,all has url but i only click url of last level,but another levels not.
I can only click url with $url3.How can i click $url2,$url1? Thanks.