diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2017-03-20 16:04:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 16:04:56 +0200 |
commit | 69b43cb346b504d713e458b987e65f4db1b825df (patch) | |
tree | aa2a353aad90692c0c2a656e6d4973378dcafc3a /documentation/layout | |
parent | de70699a9398e0c704ff4fb0467ea53d5f9689c6 (diff) | |
download | vaadin-framework-69b43cb346b504d713e458b987e65f4db1b825df.tar.gz vaadin-framework-69b43cb346b504d713e458b987e65f4db1b825df.zip |
Initial documentation for 8.1 Drag and Drop (#8867)
* Initial documentation for 8.1 Drag and Drop
Part of #8395
Diffstat (limited to 'documentation/layout')
-rw-r--r-- | documentation/layout/layout-absolutelayout.asciidoc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/documentation/layout/layout-absolutelayout.asciidoc b/documentation/layout/layout-absolutelayout.asciidoc index cb719b7114..01214e9554 100644 --- a/documentation/layout/layout-absolutelayout.asciidoc +++ b/documentation/layout/layout-absolutelayout.asciidoc @@ -73,11 +73,6 @@ The result of the above code examples is shown in .Components Positioned Relative to Various Edges image::img/absolutelayout-bottomright.png[width=60%, scaledwidth=80%] -Drag and drop is very useful for moving the components contained in an -[classname]#AbsoluteLayout#. Check out the example in -<<dummy/../../../framework/advanced/advanced-dragndrop#advanced.dragndrop.drop-on-component,"Dropping -on a Component">>. - [[layout.absolutelayout.area]] == Placing a Component in an Area |