muhiddingithub/yii2-multiple-select
Composer 安装命令:
composer require muhiddingithub/yii2-multiple-select
包简介
Multiple select element
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require muhiddingithub/yii2-multiple-select "dev-master"
or add
"muhiddingithub/yii2-multiple-select": "dev-master"
to the require section of your composer.json file.
Usage
echo $form->field($model, 'attribute')->widget(\muhiddin\select\MultiSelect::className(), [ 'data' => $dataList, 'id' => 'multiple-select', 'options' => [ 'multiple' => 'multiple', ], 'selectAll' => true, 'deselectAll'=>true, ]) ```
统计信息
- 总下载量: 92
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-10-25