2017 © Pedro Peláez
 

yii2-extension yii2-select2

Yii2 Select2 Widget.

image

maddoger/yii2-select2

Yii2 Select2 Widget.

  • Thursday, May 14, 2015
  • by maddoger
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,426 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 10 Versions
  • 7 % Grown

The README.md

Yii2 select2 widget.

Select2 widget is a wrapper of Select2 for Yii 2 framework., (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist maddoger/yii2-select2 "*"

or add, (*4)

"maddoger/yii2-select2": "*"

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

Usage

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

use maddoger\widgets\Select2;

echo $form->field($model, 'field')->widget(Select2::className(), [
    'options' => [
        'multiple' => true,
        'placeholder' => 'Choose item'
    ],
    'clientOptions' => [
        'width' => '100%',
    ],
    'items' => [
        'item1',
        'item2',
        ...
    ]
]);

The Versions

14/05 2015

dev-master

9999999-dev

Yii2 Select2 Widget.

  Sources   Download

BSD-3-Clause

The Requires

  • yiisoft/yii2 *
  • bower-asset/select2-bootstrap-css ~1.3
  • bower-asset/select2 ~3.0

 

by Vitaliy Syrchikov

extension yii2 widget

14/05 2015

v1.4.2

1.4.2.0

Yii2 Select2 Widget.

  Sources   Download

BSD-3-Clause

The Requires

  • yiisoft/yii2 *
  • bower-asset/select2 ~3.0
  • bower-asset/select2-bootstrap-css ~1.3

 

by Vitaliy Syrchikov

extension yii2 widget

14/05 2015

v1.4.1

1.4.1.0

Yii2 Select2 Widget.

  Sources   Download

BSD-3-Clause

The Requires

  • yiisoft/yii2 *
  • bower-asset/select2 ~3.0
  • bower-asset/select2-bootstrap-css ~1.3

 

by Vitaliy Syrchikov

extension yii2 widget

14/05 2015

v1.4.0

1.4.0.0

Yii2 Select2 Widget.

  Sources   Download

BSD-3-Clause

The Requires

  • yiisoft/yii2 *
  • bower-asset/select2 ~3.5.2
  • bower-asset/select2-bootstrap-css ~1.4.6

 

by Vitaliy Syrchikov

extension yii2 widget

12/05 2015

v1.3.0

1.3.0.0

Yii2 Select2 Widget.

  Sources   Download

BSD-3-Clause

The Requires

  • yiisoft/yii2 *
  • bower-asset/select2 4.*@stable
  • bower-asset/select2-bootstrap-css @stable

 

by Vitaliy Syrchikov

extension yii2 widget

12/05 2015

v1.2.2

1.2.2.0

Yii2 Select2 Widget.

  Sources   Download

BSD-3-Clause

The Requires

  • yiisoft/yii2 *
  • bower-asset/select2 3.*@stable
  • bower-asset/select2-bootstrap-css @stable

 

by Vitaliy Syrchikov

extension yii2 widget

17/04 2015

v1.2.1

1.2.1.0

Yii2 Select2 Widget.

  Sources   Download

BSD-3-Clause

The Requires

  • yiisoft/yii2 *
  • bower-asset/select2 3.*@stable|4.*@stable
  • bower-asset/select2-bootstrap-css @stable

 

by Vitaliy Syrchikov

extension yii2 widget

03/04 2015

v1.2.0

1.2.0.0

Yii2 Select2 Widget.

  Sources   Download

BSD-3-Clause

The Requires

  • yiisoft/yii2 *
  • bower-asset/select2 3.*@stable|4.*@stable
  • bower-asset/select2-bootstrap-css @stable

 

by Vitaliy Syrchikov

extension yii2 widget

30/03 2015

v1.1.0

1.1.0.0

Yii2 Select2 Widget.

  Sources   Download

BSD-3-Clause

The Requires

 

by Vitaliy Syrchikov

extension yii2 widget

15/11 2014

v1.0.0

1.0.0.0

Yii2 Select2 Widget.

  Sources   Download

BSD-3-Clause

The Requires

 

by Vitaliy Syrchikov

extension yii2 widget