summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TDraggableGhostingOptions.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/ActiveControls/TDraggableGhostingOptions.php')
-rw-r--r--framework/Web/UI/ActiveControls/TDraggableGhostingOptions.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/framework/Web/UI/ActiveControls/TDraggableGhostingOptions.php b/framework/Web/UI/ActiveControls/TDraggableGhostingOptions.php
new file mode 100644
index 00000000..c30d4d69
--- /dev/null
+++ b/framework/Web/UI/ActiveControls/TDraggableGhostingOptions.php
@@ -0,0 +1,22 @@
+<?php
+/**
+ * TDraggable class file
+ *
+ * @author Christophe BOULAIN (Christophe.Boulain@gmail.com)
+ * @copyright Copyright &copy; 2008, PradoSoft
+ * @license http://www.pradosoft.com/license
+ * @package System.Web.UI.ActiveControls
+ */
+
+/**
+ * @author Christophe BOULAIN (Christophe.Boulain@gmail.com)
+ * @copyright Copyright &copy; 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';
+} \ No newline at end of file