From 7369988330bf8796d9cf2564756baf4eb46871ba Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 20 Jan 2015 22:34:11 +0100 Subject: one class per file: framework/Web/UI/ActiveControls --- framework/Web/UI/ActiveControls/TDraggable.php | 39 -------------------------- 1 file changed, 39 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 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'; -} -- cgit v1.2.3