Download the PHP package yii-dream-team/yii2-jstree without Composer
On this page you can find all versions of the php package yii-dream-team/yii2-jstree. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yii-dream-team/yii2-jstree
More information about yii-dream-team/yii2-jstree
Files in yii-dream-team/yii2-jstree
Download yii-dream-team/yii2-jstree
More information about yii-dream-team/yii2-jstree
Files in yii-dream-team/yii2-jstree
Vendor yii-dream-team
Package yii2-jstree
Short Description Yii2 JsTree assets and widget
License MIT
Homepage http://yiidreamteam.com/yii2/jstree
Package yii2-jstree
Short Description Yii2 JsTree assets and widget
License MIT
Homepage http://yiidreamteam.com/yii2/jstree
Please rate this library. Is it a good library?
Informations about the package yii2-jstree
Yii2 jsTree component
jsTree is jquery plugin, that provides interactive trees. It is absolutely free, open source and distributed under the MIT license. jsTree is easily extendable, themable and configurable, it supports HTML & JSON data sources and AJAX loading.
This package allows you to integrate jsTree jQuery plugin into your project in a few minutes.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yii-dream-team/yii2-jstree "*"
or add
"yii-dream-team/yii2-jstree": "*"
to the require
section of your composer.json.
Usage
<?= \yiidreamteam\jstree\JsTree::widget([
'containerOptions' => [
'class' => 'data-tree',
],
'jsOptions' => [
'core' => [
'multiple' => false,
'data' => [
'url' => \yii\helpers\Url::to(['ajax/tree']),
],
'themes' => [
'name' => 'foobar',
'url' => "/themes/foobar/js/jstree3/style.css",
'dots' => true,
'icons' => false,
]
],
]
]) ?>
Licence
MIT
Links
All versions of yii2-jstree with dependencies
PHP Build Version
Package Version
The package yii-dream-team/yii2-jstree contains the following files
Loading the files please wait ....