diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-20 22:34:11 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-20 22:34:11 +0100 |
commit | 7369988330bf8796d9cf2564756baf4eb46871ba (patch) | |
tree | 60a0bac5467b76ab6ed45328ed8c4e65703400b7 /framework/Web/UI/ActiveControls/TDraggable.php | |
parent | ef4d964de440970b76ab48fcbd6748f43675efa3 (diff) |
one class per file: framework/Web/UI/ActiveControls
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'; -} |