diff options
Diffstat (limited to 'framework/Web/UI/ActiveControls/TDraggable.php')
-rwxr-xr-x | framework/Web/UI/ActiveControls/TDraggable.php | 32 |
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 © 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 © 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$ |