No description, website, or topics provided.
JavaScript CSS

README.md

Tree

TOAST UI Component: Tree

Feature

  • Default
    • Display hierarchical data by tree UI
    • Fold sub tree
    • Custom events
  • Optional feature
    • Ajax: server communication
    • Checkbox: tri-state checkbox
    • ContextMenu: create context menu on node
    • Draggable: drag and drop using 2 ways
    • Editable: create and edit node
    • Selectable: select and deselect node

Documentation

Dependency

Test Environment

PC

  • IE8~11
  • Edge
  • Chrome
  • Firefox
  • Safari

Usage

Use npm

Install the latest version using npm command:

$ npm install tui-tree --save

or want to install the each version:

$ npm install tui-tree@<version> --save

To access as module format in your code:

var Tree = require('tui-tree');
var instance = new Tree(...);

Use bower

Install the latest version using bower command:

$ bower install tui-tree

or want to install the each version:

$ bower install tui-tree#<tag>

To access as namespace format in your code:

var instance = new tui.Tree(...);

Download

License

MIT LICENSE