yii2-extension yii2-multiselect
The yii2-multiselect is a Yii 2 wrapper for [Multiselect](http://loudev.com/).
lawiet/yii2-multiselect
The yii2-multiselect is a Yii 2 wrapper for [Multiselect](http://loudev.com/).
- Friday, December 15, 2017
- by Lawiet
- Repository
- 1 Watchers
- 0 Stars
- 14 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 17 % Grown
yii2-multiselect
, (*1)
Install
Via Composer, (*2)
$ composer require "lawiet/yii2-multiselect:~1.0.1"
or add, (*3)
"lawiet/yii2-multiselect": "~1.0.1"
to the require section of your composer.json
file., (*4)
Usage
On your view file., (*5)
= MultiSelectBox::widget([
'options' => [
'multiple' => 'multiple',
],
'data' => $cities,
'model' => $model,
'attribute' => 'cities',
]) ?>
For more options, visit: http://loudev.com/, (*6)