From 3e4e6e66aeb3f8fea4e1eb4237498ef9d2358f63 Mon Sep 17 00:00:00 2001
From: ctrlaltca <>
Date: Thu, 12 Jul 2012 10:55:10 +0000
Subject: happy new year
---
framework/Web/UI/ActiveControls/TDropContainer.php | 33 +---------------------
1 file changed, 1 insertion(+), 32 deletions(-)
(limited to 'framework/Web/UI/ActiveControls/TDropContainer.php')
diff --git a/framework/Web/UI/ActiveControls/TDropContainer.php b/framework/Web/UI/ActiveControls/TDropContainer.php
index 072762df..a9d94072 100755
--- a/framework/Web/UI/ActiveControls/TDropContainer.php
+++ b/framework/Web/UI/ActiveControls/TDropContainer.php
@@ -5,38 +5,7 @@
* @author Christophe BOULAIN (Christophe.Boulain@gmail.com)
* @copyright Copyright © 2008, PradoSoft
* @license http://www.pradosoft.com/license
- * @version $Id$
- * @package System.Web.UI.ActiveControls
- */
-
-/**
- * Load active control adapter.
- */
-Prado::using('System.Web.UI.ActiveControls.TActiveControlAdapter');
-/**
- * Load active panel.
- */
-Prado::using('System.Web.UI.ActiveControls.TActivePanel');
-
-
-/**
- * TDropContainer is a panel where TDraggable controls can be dropped.
- * When a TDraggable component is dropped into a TDropContainer, the {@link OnDrop OnDrop} event is raised.
- * The {@link TDropContainerEventParameter} param will contain the dropped control.
- *
- * Properties :
- *
- * {@link setAcceptCssClass AcceptCssClass} : a coma delimited classname of elements that the drop container can accept.
- * {@link setHoverCssClass HoverCssClass}: CSS classname of the container when a draggable element hovers over the container.
- *
- * Events:
- *
- * {@link OnDrop OnDrop} : raised when a TDraggable control is dropped. The dropped control id is encapsulated in the event parameter,
- * as well as mouse coordinates and key modifiers status
- *
- *
- * @author Christophe BOULAIN (Christophe.Boulain@gmail.com)
- * @copyright Copyright © 2008, PradoSoft
+ * @version $Id: TDropContainer.php 3159 2012-2012 PradoSoft
* @license http://www.pradosoft.com/license
* @version $Id$
* @package System.Web.UI.ActiveControls
--
cgit v1.2.3