arvindr21 / jsTree-directive

An Angular Directive for jsTree. Docs :
http://jstree-directive.herokuapp.com/
51 stars 33 forks source link

support for "dnd" plugin, custom event suffixes, custom config.core #15

Closed mikemsq closed 9 years ago

mikemsq commented 9 years ago
  1. Support for “dnd" plug in.
  2. Some plug ins (example: “jstree-grid”) can have event suffixes other than “.jstree”. If an event is already specified with a suffix, then the standard “.jstree” suffix is not added.
  3. Users can provide their own “config.core” object.
arvindr21 commented 9 years ago

Thanks for the contribution @mikemsq Can you share a working example with this fix.

mikemsq commented 9 years ago

Sorry about the delay. Updated the fileBrowserApp example to show dnd support and custom core. Showing the support for custom event suffixes requires connecting the third party plug in, that I'm not sure you want to do in your demo. Let me know if you still want me to connect that "grid" plug in to the demo.

Thanks, Mike

Sent from my mobile device; please excuse any errors.

On Sat, Jan 31, 2015 at 11:20 PM, Arvind Ravulavaru < notifications@github.com> wrote:

Thanks for the contribution @mikemsq https://github.com/mikemsq Can you share a working example with this fix.

— Reply to this email directly or view it on GitHub https://github.com/arvindr21/jsTree-directive/pull/15#issuecomment-72350914 .

arvindr21 commented 9 years ago

Thanks @mikemsq

shailee-m commented 4 years ago

@arvindr21 is it possible to use async search from the search plugin?