diff options
| author | tof <> | 2008-10-13 13:40:34 +0000 | 
|---|---|---|
| committer | tof <> | 2008-10-13 13:40:34 +0000 | 
| commit | 303edb1dd308d3812102fbe25438e56413cd79a3 (patch) | |
| tree | 8c64c73f98b4bb76ecf23df0f952d195b4924026 /demos/quickstart/protected/pages/ActiveControls/DragDrop.page | |
| parent | 886386efc0ca4b72d1567946061c0eff7cbe45c6 (diff) | |
Added drag and drop components
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/DragDrop.page')
| -rwxr-xr-x | demos/quickstart/protected/pages/ActiveControls/DragDrop.page | 26 | 
1 files changed, 26 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/DragDrop.page b/demos/quickstart/protected/pages/ActiveControls/DragDrop.page new file mode 100755 index 00000000..0969ddd0 --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/DragDrop.page @@ -0,0 +1,26 @@ +<com:TContent ID="body">
 +<!-- $Id$ -->
 +<h1>TDropContainer</h1>
 +<com:DocLink ClassPath="System.Web.UI.ActiveControls.TDropContainer" />
 +
 +<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> + +
 +<h1>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>
 +<com:RunBar PagePath="ActiveControls.Samples.DragDrop.Home" />
 +
 +<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file  | 
