brussens/yii2-bootstrap-select
最新稳定版本:1.0.0
Composer 安装命令:
composer require brussens/yii2-bootstrap-select
包简介
Bootstrap select widget for Yii2
关键字:
README 文档
README
#Bootstrap select widget for Yii2
##Install Either run
php composer.phar require --prefer-dist brussens/yii2-bootstrap-select "*"
or add
"brussens/yii2-bootstrap-select": "*"
to the require section of your composer.json file.
##Options
- clientOptions - options of plugin. See https://silviomoreto.github.io/bootstrap-select/
##Usage
use brussens\bootstrap\select\Widget as Select; echo $form->field($model, 'subject')->widget(Select::className(), [ 'options' => ['data-live-search' => 'true'], 'items' => [ '1' => 'Item 1', '2' => 'Item 2', '3' => 'Item 3', '4' => 'Item 4', '5' => 'Item 5', ] ]);
##Profit
统计信息
- 总下载量: 48.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-31