diff options
author | ctrlaltca@gmail.com <> | 2011-06-10 08:39:26 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-10 08:39:26 +0000 |
commit | 926660127a13207650852ff8c7f5a6f5c9033002 (patch) | |
tree | a74964f57c87d42750fcfc7d8cb3745278bbefc1 | |
parent | bb7d1a805e2ae99614294d2d28609ece8606c8ee (diff) |
backported r2977 to branch 3.1
-rwxr-xr-x | demos/quickstart/protected/pages/ActiveControls/DragDrop.page | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/DragDrop.page b/demos/quickstart/protected/pages/ActiveControls/DragDrop.page index 139f80b4..364e08d6 100755 --- a/demos/quickstart/protected/pages/ActiveControls/DragDrop.page +++ b/demos/quickstart/protected/pages/ActiveControls/DragDrop.page @@ -3,23 +3,23 @@ <h1 id="170019">TDropContainer</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TDropContainer" />
-<p class="block-content"><tt>TDropContainer</tt> represent an area where +<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
callback request is initiated. The <tt>OnCallback</tt> event is raised
during a callback request and it is raised <strong>after</strong>
-the <tt>OnDropk</tt> event.
-</p> - +the <tt>OnDrop</tt> event.
+</p>
+
+
+<h1 id="170020">TDraggable</h1>
+<com:DocLink ClassPath="System.Web.UI.ActiveControls.TDraggable" />
-<h1 id="170020">TDraggable</h1> -<com:DocLink ClassPath="System.Web.UI.ActiveControls.TDraggable" /> - -<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 -during a callback request and it is raised <strong>after</strong> -the <tt>OnDropk</tt> event. +<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
+during a callback request and it is raised <strong>after</strong>
+the <tt>OnDrop</tt> event.
</p>
<com:RunBar PagePath="ActiveControls.Samples.DragDrop.Home" />
|