2017 © Pedro Peláez
 

yii2-extension yii2-multiselect

The yii2-multiselect is a Yii 2 wrapper for [Multiselect](http://loudev.com/).

image

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

The README.md

yii2-multiselect

Latest Version Software License Total Downloads, (*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)

The Versions

15/12 2017

dev-master

9999999-dev https://github.com/lawiet/yii2-multiselect

The yii2-multiselect is a Yii 2 wrapper for [Multiselect](http://loudev.com/).

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Jorge Gonzalez|

yii2 multiselect select box yii2-multiselect lawiet