summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TDraggable.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/ActiveControls/TDraggable.php')
-rwxr-xr-xframework/Web/UI/ActiveControls/TDraggable.php23
1 files changed, 21 insertions, 2 deletions
diff --git a/framework/Web/UI/ActiveControls/TDraggable.php b/framework/Web/UI/ActiveControls/TDraggable.php
index 84db0c82..773babca 100755
--- a/framework/Web/UI/ActiveControls/TDraggable.php
+++ b/framework/Web/UI/ActiveControls/TDraggable.php
@@ -7,7 +7,6 @@
* @license http://www.pradosoft.com/license
* @package System.Web.UI.ActiveControls
* @version $Id$
- * @package System.Web.UI.ActiveControls
*/
/**
@@ -28,7 +27,6 @@
* @license http://www.pradosoft.com/license
* @package System.Web.UI.ActiveControls
* @version $Id$
- * @package System.Web.UI.ActiveControls
*/
class TDraggable extends TPanel
{
@@ -199,6 +197,13 @@ 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
+ * @version $Id$
+ */
class TDraggableConstraint extends TEnumerable
{
const None='None';
@@ -206,6 +211,13 @@ class TDraggableConstraint extends TEnumerable
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
+ * @version $Id$
+ */
class TDraggableGhostingOptions extends TEnumerable
{
const None='None';
@@ -213,6 +225,13 @@ class TDraggableGhostingOptions extends TEnumerable
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
+ * @version $Id$
+ */
class TDraggableRevertOptions extends TEnumerable
{
const None='None';