philippfrenzel/yii2bsduallistbox Yii2 Bootstrap Duallistbox Widget

duallistboxbootsrap

yii2-bootstrap-duallistbox

yii2 bootstrap-duallistbox wrapper of: https://github.com/istvan-ujjmeszaros/bootstrap-duallistbox

For plugin options, pls. check out the site from the plugin creator

Yii2 Extension by philipp@frenzel.net

Latest Stable Version Build Status Code Climate Version Eye License

Installation

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

add the following line to your composer.json require section:

  "philippfrenzel/yii2bsduallistbox":"*",

or run:

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

And ensure, that you have the following plugin installed global:

php composer.phar global require "fxp/composer-asset-plugin:~1.0"

Changelog

04-02-2017 Initial upload

Usage

Quickstart Looks like this:


use net\frenzel\yii2bsduallistbox\yii2bsduallistbox;
...
<?php

    $options = [
        'multiple' => 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',
        ],
    ]);
?>

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.1.1 is the latest of 4 releases



MIT license
Stats
5 github stars & 0 github forks
0 downloads in the last day
5 downloads in the last 30 days
368 total downloads