summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TDraggable.php
diff options
context:
space:
mode:
authorctrlaltca <>2012-07-12 10:55:10 +0000
committerctrlaltca <>2012-07-12 10:55:10 +0000
commit3e4e6e66aeb3f8fea4e1eb4237498ef9d2358f63 (patch)
tree9cbd0351b159452f25615c2bff86a4a2e02bb147 /framework/Web/UI/ActiveControls/TDraggable.php
parentf58d980fb3c329beca42c209312860d4d972ba50 (diff)
happy new year
Diffstat (limited to 'framework/Web/UI/ActiveControls/TDraggable.php')
-rwxr-xr-xframework/Web/UI/ActiveControls/TDraggable.php32
1 files changed, 2 insertions, 30 deletions
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 &copy; 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 :
- *
- * <b>{@link setGhosting Ghosting}</b> : 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
- * <b>{@link setRevert Revert}</b>: Set to True if you want your dragged element to revert to its initial position if not dropped on a valid area.
- * <b>{@link setConstraint Constraint}</b>: Set this to Horizontal or Vertical if you want to constraint your move in one direction.
- * <b>{@link setHandle Handle}</b>:
- *
- * @author Christophe BOULAIN (Christophe.Boulain@gmail.com)
- * @copyright Copyright &copy; 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 &copy; 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 &copy; 2008, PradoSoft
+ * @version $Id: TDraggable.php 3159 2012-2012 PradoSoft
* @license http://www.pradosoft.com/license
* @package System.Web.UI.ActiveControls
* @version $Id$