From 3e4e6e66aeb3f8fea4e1eb4237498ef9d2358f63 Mon Sep 17 00:00:00 2001
From: ctrlaltca <>
Date: Thu, 12 Jul 2012 10:55:10 +0000
Subject: happy new year
---
framework/Web/UI/ActiveControls/TDraggable.php | 32 ++------------------------
1 file changed, 2 insertions(+), 30 deletions(-)
(limited to 'framework/Web/UI/ActiveControls/TDraggable.php')
diff --git a/framework/Web/UI/ActiveControls/TDraggable.php b/framework/Web/UI/ActiveControls/TDraggable.php
index fccc9328..4aa8b004 100755
--- a/framework/Web/UI/ActiveControls/TDraggable.php
+++ b/framework/Web/UI/ActiveControls/TDraggable.php
@@ -6,24 +6,7 @@
* @copyright Copyright © 2008, PradoSoft
* @license http://www.pradosoft.com/license
* @package System.Web.UI.ActiveControls
- * @version $Id$
- */
-
-/**
- * TDraggable is a control which can be dragged
- *
- * This control will make "draggable" control.
- * Properties :
- *
- * {@link setGhosting Ghosting} : If set to "Ghosting" or "True", the dragged element will be cloned, and the clone will be dragged.
- * If set to "SuperGhosting", the element will be cloned, and attached to body, so it can be dragged outside of its parent.
- * If set to "None" of "False" (default), the element itself is dragged
- * {@link setRevert Revert}: Set to True if you want your dragged element to revert to its initial position if not dropped on a valid area.
- * {@link setConstraint Constraint}: Set this to Horizontal or Vertical if you want to constraint your move in one direction.
- * {@link setHandle Handle}:
- *
- * @author Christophe BOULAIN (Christophe.Boulain@gmail.com)
- * @copyright Copyright © 2008, PradoSoft
+ * @version $Id: TDraggable.php 3159 2012-2012 PradoSoft
* @license http://www.pradosoft.com/license
* @package System.Web.UI.ActiveControls
* @version $Id$
@@ -213,18 +196,7 @@ class TDraggable extends TPanel
* @copyright Copyright © 2008, PradoSoft
* @license http://www.pradosoft.com/license
* @package System.Web.UI.ActiveControls
- * @version $Id$
- */
-class TDraggableConstraint extends TEnumerable
-{
- const None='None';
- const Horizontal='Horizontal';
- const Vertical='Vertical';
-}
-
-/**
- * @author Christophe BOULAIN (Christophe.Boulain@gmail.com)
- * @copyright Copyright © 2008, PradoSoft
+ * @version $Id: TDraggable.php 3159 2012-2012 PradoSoft
* @license http://www.pradosoft.com/license
* @package System.Web.UI.ActiveControls
* @version $Id$
--
cgit v1.2.3