mar10 / fancytree

JavaScript tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading
http://wwwendt.de/tech/fancytree/demo
Other
2.84k stars 602 forks source link

context menu extension is not included in bower #762

Closed mdarim closed 7 years ago

mdarim commented 7 years ago

Today i replace the manual download for the fancytree plugin to bower by using bower install jquery.fancytree --save And I am using fancytree with contentmenu plugin. Everything was working fine before I downloaded using bower.

the following image showing the files fetch through bower, they does not contain ~/3rd-party/extensions/contextmenu/js/jquery.fancytree.contextMenu.js that I used before

capture

Please Any help, or Should I download those 3-parties extensions files manually ?

mar10 commented 7 years ago

Yes, contextMenu is not an official part of fancytree and should be added manually. (Which previous version where you using that contained it?)

mdarim commented 7 years ago

Thank you for quick reply . I mean the previous manually downloaded. anyway thanks for clarifications I will download the extension manually.