Answer the question
In order to leave comments, you need to log in
How to make a submenu for an item from a dropdown menu on yiibooster?
As in the picture, the "Image" item has its own submenu
Answer the question
In order to leave comments, you need to log in
Here is the menu, it doesn't work like that
$this->widget(
'booster.widgets.TbNavbar',
array(
'type' => null,
'brand' => 'sitel.ru',
'brandUrl' => '/',
'items' => array(
array(
'class' => 'booster.widgets.TbMenu',
'type' => 'navbar',
'items' => array(
array(
'icon' => 'home',
'label' => 'Первый пункт',
'url' => '#',
'items' => array(
array(
'label' => 'Первый подпункт',
'url' => '#',
),
array(
'label' => 'Второй подпункт',
'url' => '#',
),
),
),
),
),
...
);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question