2017 © Pedro Peláez
 

yii2-extension yii2-rubaxa-sortable

Yii2 implementation of the RubaXa Sortable extension. To create reorderable drag-and-drop lists for modern browsers and touch devices.

image

yii-ui/yii2-rubaxa-sortable

Yii2 implementation of the RubaXa Sortable extension. To create reorderable drag-and-drop lists for modern browsers and touch devices.

  • Tuesday, October 18, 2016
  • by cmoeke
  • Repository
  • 1 Watchers
  • 2 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 6 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

RubaXa Sortable for Yii 2

This is an Yii framework 2.0 implementation of the RubaXa Sortable extension. To create reorderable drag-and-drop lists for modern browsers and touch devices., (*1)

Latest Stable Version Total Downloads Code Climate Dependency Status Yii2 License, (*2)

Installation

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

Either run, (*4)

php composer.phar require yii-ui/yii2-rubaxa-sortable

or add, (*5)

"yii-ui/yii2-rubaxa-sortable": "~1.0.0"

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

Usage

use yii-ui\rubaxasortable\Sortable;

echo Sortable::widget([
    'items' => [
        'Item 1',
        ['content' => 'Item2'],
        [
            'content' => 'Item3',
            'options' => ['class' => 'text-danger'],
        ],
    ],
    'containerOptions' => ['class' => 'list-group'],
    'itemOptions' => ['class' => 'list-group-item'],
    'clientOptions' => ['animation' => 0],
]);

More Examples will be added soon at https://www.yii-ui.com/yii2-rubaxa-sortable/examples. For plugin configuration see RubaXa Sortable Documentation., (*7)

Documentation

Documentation will be added soon at https://www.yii-ui.com/yii2-rubaxa-sortable/docs., (*8)

License

yii2-rubaxa-sortable is released under the BSD 3-Clause License. See the LICENSE.md for details., (*9)

The Versions

18/10 2016

dev-master

9999999-dev

Yii2 implementation of the RubaXa Sortable extension. To create reorderable drag-and-drop lists for modern browsers and touch devices.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Christoph Moeke

yii2 sortable rubaxa

17/10 2016

1.0.0

1.0.0.0

Yii2 implementation of the RubaXa Sortable extension. To create reorderable drag-and-drop lists for modern browsers and touch devices.

  Sources   Download

BSD-3-Clause

The Requires

 

by Christoph Moeke

yii2 sortable rubaxa

14/10 2016

1.0.0-alpha

1.0.0.0-alpha

Yii2 implementation of the RubaXa Sortable extension. To create reorderable drag-and-drop lists for modern browsers and touch devices.

  Sources   Download

BSD-3-Clause

The Requires

 

by Christoph Moeke

yii2 sortable rubaxa