diff options
Diffstat (limited to 'framework/Web/UI/ActiveControls/TDraggable.php')
-rwxr-xr-x | framework/Web/UI/ActiveControls/TDraggable.php | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/framework/Web/UI/ActiveControls/TDraggable.php b/framework/Web/UI/ActiveControls/TDraggable.php index fe2ac4cc..8e89f8a2 100755 --- a/framework/Web/UI/ActiveControls/TDraggable.php +++ b/framework/Web/UI/ActiveControls/TDraggable.php @@ -205,42 +205,3 @@ class TDraggable extends TPanel } } - -/** - * @author Christophe BOULAIN (Christophe.Boulain@gmail.com) - * @copyright Copyright © 2008, PradoSoft - * @license http://www.pradosoft.com/license - * @package System.Web.UI.ActiveControls - */ -class TDraggableConstraint extends TEnumerable -{ - const None='None'; - const Horizontal='Horizontal'; - const Vertical='Vertical'; -} - -/** - * @author Christophe BOULAIN (Christophe.Boulain@gmail.com) - * @copyright Copyright © 2008, PradoSoft - * @license http://www.pradosoft.com/license - * @package System.Web.UI.ActiveControls - */ -class TDraggableGhostingOptions extends TEnumerable -{ - const None='None'; - const Ghosting='Ghosting'; - const SuperGhosting='SuperGhosting'; -} - -/** - * @author Christophe BOULAIN (Christophe.Boulain@gmail.com) - * @copyright Copyright © 2008, PradoSoft - * @license http://www.pradosoft.com/license - * @package System.Web.UI.ActiveControls - */ -class TDraggableRevertOptions extends TEnumerable -{ - const None='None'; - const Revert='Revert'; - const Failure='Failure'; -} |