legato1411/yii2-treeview-widget

The yii2-treeview widget is a Yii 2 wrapper for the [Treeview](http://bassistance.de/jquery-plugins/jquery-plugin-treeview/). Transform an unordered list into an expandable and collapsable tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence.

Maintainers

Package info

github.com/legato1411/yii2-treeview-widget

Wiki

Language:JavaScript

Type:yii2-extension

pkg:composer/legato1411/yii2-treeview-widget

Statistics

Installs: 370

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2015-05-13 10:05 UTC

This package is not auto-updated.

Last update: 2026-03-04 13:31:38 UTC


README

The yii2-treeview-widget is a Yii 2 wrapper for the Treeview. Transform an unordered list into an expandable and collapsable tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence..

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist legato1411/yii2-treeview-widget "*"

or add

"legato1411/yii2-treeview-widget": "*"

to the require section of your composer.json file.