kartik-v / yii2-tree-manager

An advanced tree management module using nested sets for Yii 2.
http://demos.krajee.com/tree-manager
Other
150 stars 107 forks source link

Icons are not displayed for BS3 #278

Closed UnKnowNby closed 2 years ago

UnKnowNby commented 3 years ago

https://github.com/kartik-v/yii2-tree-manager/blob/a0ca2bdce4e5669b39aabbd228b03d271f570534/src/TreeView.php#L642

Fixes for BS3 protected static $_nodeIcons = [ 'defaultExpandNodeIcon' => ['expand', 'plus-square', 'plus-square-o'], 'defaultCollapseNodeIcon' => ['collapse-down', 'minus-square', 'minus-square-o'], 'defaultCheckedNodeIcon' => ['check', 'check-square', 'check-square-o'], 'defaultUncheckedNodeIcon' => ['unchecked', 'square', 'square-o'], 'defaultChildNodeIcon' => ['file', 'file', 'file'], 'defaultParentNodeIcon' => ['folder-close', 'folder', 'folder-close', 'kv-node-closed'], 'defaultParentNodeOpenIcon' => ['folder-open', 'folder-open', 'folder-open', 'kv-node-opened'], ];

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/95895572-icons-are-not-displayed-for-bs3?utm_campaign=plugin&utm_content=tracker%2F10339775&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F10339775&utm_medium=issues&utm_source=github).
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

UnKnowNby commented 3 years ago

The problem is not solved

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.