2017 © Pedro Peláez
 

yii2-extension yii2bsduallistbox

Yii2 Bootstrap Duallistbox Widget

image

philippfrenzel/yii2bsduallistbox

Yii2 Bootstrap Duallistbox Widget

  • Monday, February 6, 2017
  • by philippfrenzel
  • Repository
  • 2 Watchers
  • 5 Stars
  • 57 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

yii2-bootstrap-duallistbox

yii2 bootstrap-duallistbox wrapper of: https://github.com/istvan-ujjmeszaros/bootstrap-duallistbox, (*1)

For plugin options, pls. check out the site from the plugin creator, (*2)

Yii2 Extension by philipp@frenzel.net, (*3)

Latest Stable Version Build Status Code Climate Version Eye License, (*4)

Installation

Package is although registered at packagist.org - so you can just add one line of code, to let it run!, (*5)

add the following line to your composer.json require section:, (*6)

  "philippfrenzel/yii2bsduallistbox":"*",

or run:, (*7)

$ php composer.phar require philippfrenzel/yii2bsduallistbox "*"

And ensure, that you have the following plugin installed global:, (*8)

php composer.phar global require "fxp/composer-asset-plugin:~1.0", (*9)

Changelog

04-02-2017 Initial upload, (*10)

Usage

Quickstart Looks like this:, (*11)


use net\frenzel\yii2bsduallistbox\yii2bsduallistbox; ... true, 'size' => 20, ]; // echo Html::listBox($name, $selection, $items, $options); echo yii2bsduallistbox::widget([ 'name' => $name, 'selection' => $selection, 'items' => $items, 'options' => $options, 'clientOptions' => [ 'moveOnSelect' => false, 'selectedListLabel' => 'Selected Items', 'nonSelectedListLabel' => 'Available Items', ], ]); ?>

The Versions

06/02 2017

dev-master

9999999-dev http://www.frenzel.net/

Yii2 Bootstrap Duallistbox Widget

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 duallistbox bootsrap

05/02 2017

0.1.1

0.1.1.0 http://www.frenzel.net/

Yii2 Bootstrap Duallistbox Widget

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 duallistbox bootsrap

05/02 2017

0.1.0

0.1.0.0 http://www.frenzel.net/

Yii2 Bootstrap Duallistbox Widget

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 duallistbox bootsrap

05/02 2017

0.0.2

0.0.2.0 http://www.frenzel.net/

Yii2 Bootstrap Duallistbox Widget

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 duallistbox bootsrap

05/02 2017

0.0.1

0.0.1.0 http://www.frenzel.net/

Yii2 Bootstrap Duallistbox Widget

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 duallistbox bootsrap