Skip to content
Snippets Groups Projects
Commit 2f9d453f authored by Mingsong Hu's avatar Mingsong Hu
Browse files

Update Readme file

parent c4f0d7f2
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ CONTENTS OF THIS FILE
Drupal provides a draggable table to manage the hierarchy of menu links and taxonomy terms. The Drupal draggable table is not able to present a massive hierarchy in one page.
This module provides a plugin mechanism to manage hierarchy for taxonomy terms, menu links and others. There are two out of box plugins, taxonomy hierarchy management plugin and menu hierarchy plugin. The front-end JavaScript libraries is also pluginable. The out of box display plugin using Francytree to render the hierarchy tree with filter. The hierarchy tree is draggable which means you can drag and drop a taxonomy term in the tree.
This module provides a plugin architecture to delivery a flexibility of managing hierarchy for taxonomy terms, menu links and others. There are two out of box plugins, taxonomy hierarchy management plugin and menu hierarchy plugin. The front-end JavaScript libraries is also pluginable. The out of box display plugin using jsTree to render the hierarchy tree with filter. The hierarchy tree is draggable which means you can update the hierarchy by dragging a node in the tree.
Other modules can define their own management plugin to manage hierarchy for any other entities or display plugin to render the hierarchy tree by other JavaScript libraries.
Other modules can define their own management plugin to manage hierarchy for any other entities or display plugin to render the hierarchy tree by a JavaScript library other than jsTree.
REQUIREMENTS
------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment