2017 © Pedro Peláez
 

library select2

select2 widgets for Yii2

image

kak/select2

select2 widgets for Yii2

  • Monday, June 18, 2018
  • by sanchezzzhak
  • Repository
  • 1 Watchers
  • 2 Stars
  • 685 Installations
  • CSS
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

Select2 widgets

Select2 widgets for Yii2, (*1)

Preview

, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require --prefer-dist kak/select2 "dev-master"

or add, (*5)

"kak/select2": "dev-master"

to the require section of your composer.json file., (*6)

Usage

Once the extension is installed, simply use it in your code by :, (*7)


= \kak\widgets\select2\Select2::widget([ 'toggleEnable' => false, // visible select all/unselect all 'selectLabel' => 'select all', 'unselectLabel' => 'unselect all', 'options' => [ 'data-scroll-height' => 150, // auto scroll 'data-item-width' => 100, // 100|auto ] 'multiple' => true, 'value' => ['val1','val2'], 'name' => 'inputName', 'items' => [ 'val1' => 'options1', 'val2' => 'options2', 'val3' => 'options3', 'val4' => 'options4', ], ]); ?>

= $form->field($model, 'list')->widget('\kak\widgets\select2\Select2', [ 'items' => [ 'val1' => 'options1', 'val2' => 'options2', 'val3' => 'options3', 'val4' => 'options4', ], 'options' => [ 'class' => 'myCssClass' ], 'clientOptions' => [], // js options select2 ]) ?>

The Versions

18/06 2018

dev-master

9999999-dev

select2 widgets for Yii2

  Sources   Download

MIT

The Requires

 

by Tutik Alexsandr

yii2 select2 yii2 kak select2

18/06 2018

0.0.2

0.0.2.0

select2 widgets for Yii2

  Sources   Download

MIT

The Requires

 

by Tutik Alexsandr

yii2 select2 yii2 kak select2

05/08 2015

0.0.1

0.0.1.0

select2 widgets for Yii2

  Sources   Download

MIT

The Requires

  • yiisoft/yii2 *
  • bower-asset/select2 4.0.0
  • bower-asset/select2-bootstrap-theme dev-master

 

by Tutik Alexsandr

yii2 select2 yii2 kak select2