Demonstration of the TreeViewInput widget. This is part of the yii2-tree extension package from Krajee with inbuilt jQuery plugins and Yii widgets for tree node manipulation and management using nested sets. The yii2-tree-manager module includes two major widgets TreeView and TreeViewInput. View the complete documentation for details. Click here to configure this demo.
Click here if looking for the TreeView Demo
Not seeing the updated content on this page! Hard refresh your browser to clean cache for this page (e.g. SHIFT-F5 on Windows Chrome)
echo \kartik\tree\TreeViewInput::widget([ 'name' => 'kvTreeInput', 'value' => 'true', // preselected values 'query' => \common\models\Tree::find()->addOrderBy('root, lft'), 'headingOptions' => ['label' => 'Store'], 'rootOptions' => ['label'=>'<i class="fas fa-tree text-success"></i>'], 'fontAwesome' => true, 'asDropdown' => true, 'multiple' => true, 'options' => ['disabled' => false] ]);
Comments & Discussion
Note
You can now visit the Krajee Webtips Q & A forum for searching OR asking questions OR helping programmers with answers on these extensions and plugins. For asking a question click here. Select the appropriate question category (i.e. Krajee Plugins) and choose this current page plugin in the question related to field.
The comments and discussion section below are intended for generic discussions or feedback for this plugin. Developers may not be able to search or lookup here specific questions or tips on usage for this plugin.