2017 © Pedro Peláez
 

yii2-extension yii2-fancytree-widget

The yii2-fancytree widget is a Yii 2 wrapper for the [Fancytree](https://github.com/mar10/fancytree). A JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading

image

gudezi/yii2-fancytree-widget

The yii2-fancytree widget is a Yii 2 wrapper for the [Fancytree](https://github.com/mar10/fancytree). A JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading

  • Wednesday, October 19, 2016
  • by gudezi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

yii2-fancytree-widget

The yii2-fancytree-widget is a Yii 2 wrapper for the Fancytree. A JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading., (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist gudezi/yii2-fancytree-widget "*"

or add, (*4)

"gudezi/yii2-fancytree-widget": "*"

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

How to use

IMORTANT: Widget is fit to use with Nested Sets behavoiur. You need to install this behaviour before use this Fancy Tree widget., (*6)

On your view file., (*7)


'Node 1', 'key' => 1], ['title' => 'Folder 2', 'key' => '2', 'folder' => true, 'children' => [ ['title' => 'Node 2.1', 'key' => '3'], ['title' => 'Node 2.2', 'key' => '4'] ]] ]; = $form->field($model, 'attribute')->widget(FancytreeWidget::classname(), [ 'name' => 'fancytree', 'source' => $data, 'parent' =>$id // parent category id (if exist) 'options' => [ ], ]); ?>

The Versions

19/10 2016

dev-master

9999999-dev

The yii2-fancytree widget is a Yii 2 wrapper for the [Fancytree](https://github.com/mar10/fancytree). A JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar gudezi

extension yii2 widget fancytree treeview

19/10 2016

dev-dev

dev-dev

The yii2-fancytree widget is a Yii 2 wrapper for the [Fancytree](https://github.com/mar10/fancytree). A JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar gudezi

extension yii2 widget fancytree treeview

19/10 2016

1.0.0

1.0.0.0

The yii2-fancytree widget is a Yii 2 wrapper for the [Fancytree](https://github.com/mar10/fancytree). A JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar gudezi

extension yii2 widget fancytree treeview