summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/DragDrop.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/DragDrop.page')
-rwxr-xr-xdemos/quickstart/protected/pages/ActiveControls/DragDrop.page8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/DragDrop.page b/demos/quickstart/protected/pages/ActiveControls/DragDrop.page
index 8ad0f730..16f48666 100755
--- a/demos/quickstart/protected/pages/ActiveControls/DragDrop.page
+++ b/demos/quickstart/protected/pages/ActiveControls/DragDrop.page
@@ -2,6 +2,10 @@
<h1 id="188035">TDropContainer</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TDropContainer" />
+<p class="block-content">
+This widget is deprecated. Please use <a href="?page=JuiControls.Interactions#TJuiDroppable">TJuiDroppable</a> instead.
+</p>
+
<p class="block-content"><tt>TDropContainer</tt> represent an area where
<tt>TDraggable</tt> controls can be dropped.
When a <tt>TDraggable</tt> is dropped, a
@@ -14,6 +18,10 @@ the <tt>OnDrop</tt> event.
<h1 id="188036">TDraggable</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TDraggable" />
+<p class="block-content">
+This widget is deprecated. Please use <a href="?page=JuiControls.Interactions#TJuiDraggable">TJuiDraggable</a> instead.
+</p>
+
<p class="block-content"><tt>TDraggable</tt> will make its child controls 'draggable'.
When a <tt>TDraggable</tt> is dropped, a
callback request is initiated. The <tt>OnCallback</tt> event is raised