From 926660127a13207650852ff8c7f5a6f5c9033002 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Fri, 10 Jun 2011 08:39:26 +0000 Subject: backported r2977 to branch 3.1 --- .../protected/pages/ActiveControls/DragDrop.page | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'demos') 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 @@

TDropContainer

-

TDropContainer represent an area where +

TDropContainer represent an area where TDraggable controls can be dropped. When a TDraggable is dropped, a callback request is initiated. The OnCallback event is raised during a callback request and it is raised after -the OnDropk event. -

- +the OnDrop event. +

+ + +

TDraggable

+ -

TDraggable

- - -

TDraggable will make its child controls 'draggable'. -When a TDraggable is dropped, a -callback request is initiated. The OnCallback event is raised -during a callback request and it is raised after -the OnDropk event. +

TDraggable will make its child controls 'draggable'. +When a TDraggable is dropped, a +callback request is initiated. The OnCallback event is raised +during a callback request and it is raised after +the OnDrop event.

-- cgit v1.2.3