diff options
Diffstat (limited to 'framework/Web/UI/JuiControls/TJuiResizable.php')
-rw-r--r-- | framework/Web/UI/JuiControls/TJuiResizable.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/JuiControls/TJuiResizable.php b/framework/Web/UI/JuiControls/TJuiResizable.php index 5e1f8d31..54add982 100644 --- a/framework/Web/UI/JuiControls/TJuiResizable.php +++ b/framework/Web/UI/JuiControls/TJuiResizable.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2013-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Web.UI.JuiControls + * @package Prado\Web\UI\JuiControls */ +namespace Prado\Web\UI\JuiControls; + Prado::using('System.Web.UI.JuiControls.TJuiControlAdapter'); Prado::using('System.Web.UI.ActiveControls.TActivePanel'); @@ -34,7 +36,7 @@ Prado::using('System.Web.UI.ActiveControls.TActivePanel'); * </code> * * @author Fabio Bas <ctrlaltca[at]gmail[dot]com> - * @package System.Web.UI.JuiControls + * @package Prado\Web\UI\JuiControls * @since 3.3 */ class TJuiResizable extends TActivePanel implements IJuiOptions, ICallbackEventHandler |