bariew/yii2-dropdown-x
最新稳定版本:1.0.6
Composer 安装命令:
composer require bariew/yii2-dropdown-x
包简介
An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.
README 文档
README
An extended bootstrap dropdown widget for Yii Framework 2 with submenu drilldown. This widget extends the \yii\bootstrap\Dropdown widget
with some additional controls and adds CSS and JS for enabling a submenu drilldown. The dropdown menu style is optimized for both desktop
and mobile devices. The drilldown is triggered on active instead of hover so that it works equally well on mobile devices.
Installation
The preferred way to install this extension is through composer.
Note: You must set the
minimum-stabilitytodevin the composer.json file in your application root folder before installation of this extension.
Either run
$ php composer.phar require bariew/yii2-dropdown-x "dev-master"
or add
"bariew/yii2-dropdown-x": "dev-master"
to the require section of your composer.json file.
Usage
DropdownX
use bariew\dropdown\DropdownX; echo DropdownX::widget([ 'items' => [ ['label' => 'Action', 'url' => '#'], ['label' => 'Submenu', 'items' => [ ['label' => 'Action', 'url' => '#'], ['label' => 'Another action', 'url' => '#'], ['label' => 'Something else here', 'url' => '#'], ]], ['label' => 'Something else here', 'url' => '#'], '<li class="divider"></li>', ['label' => 'Separated link', 'url' => '#'], ], ]);
License
yii2-dropdown-x is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.
统计信息
- 总下载量: 6.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2014-09-01