yii-jstree-behavior icon indicating copy to clipboard operation
yii-jstree-behavior copied to clipboard

Tree graphic manipulation of an ActiveRecord with NestedSet Behavior using jstree plugin.

Results 3 yii-jstree-behavior issues
Sort by recently updated
recently updated
newest added

also slight changes in `widgets/JsTreeWidget.php`: - rename `Yii_js.csrf` to `JsTreeBehavior.csrfToken` - remove `Yii_js` (its empty now) - use `json_encode()` to format the entire `JsTreeBehavior` array - only call `Yii::app()->clientScript` once,...

This is a great extension. Unfortunately, when I try to create a node, the dialog box overlay to confirm the creation appears at an XY coordinate on the screen that...

For more flexibility I thought it would be nice to be able to set any JsTree option directly when calling the widget in a view, so i've added an $options...