diff options
author | Olli Tietäväinen <ollit@vaadin.com> | 2017-09-19 14:52:18 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-19 14:52:18 +0300 |
commit | d2a2c61b81e9441e8c3cb36336cca4bbb6c37fd4 (patch) | |
tree | f31597d69bfc26024ea1b4fbb5e7786060498d4b /documentation | |
parent | f6e082f5172d791a49d98a6b6b7770d3b38c8695 (diff) | |
download | vaadin-framework-d2a2c61b81e9441e8c3cb36336cca4bbb6c37fd4.tar.gz vaadin-framework-d2a2c61b81e9441e8c3cb36336cca4bbb6c37fd4.zip |
Remove drag and drop from Tree doc (#9992)
Tree does not support drag and drop right now (see #9804).
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/components/components-tree.asciidoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/components/components-tree.asciidoc b/documentation/components/components-tree.asciidoc index 3490182332..ef1def1beb 100644 --- a/documentation/components/components-tree.asciidoc +++ b/documentation/components/components-tree.asciidoc @@ -18,7 +18,6 @@ endif::web[] The [classname]#Tree# component allows a natural way to represent data that has hierarchical relationships. The user can drill down in the hierarchy by expanding items by clicking on the expand arrow, and likewise collapse items. [classname]#Tree# is a selection component that allows selecting items. -It also supports drag and drop, so you can drag items to and from a tree, and drop them in the hierarchy. A typical use of the [classname]#Tree# component is for displaying a hierarchical menu, as illustrated in <<figure.components.tree>>, or for displaying file systems or hierarchical datasets. |