From ea2868ad7d79d440d40fbcb5773c9dcec3babbcc Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 10:10:40 +0100 Subject: Add namespace: ActiveControls, JuiControls --- framework/Web/UI/JuiControls/TJuiSelectable.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/JuiControls/TJuiSelectable.php') diff --git a/framework/Web/UI/JuiControls/TJuiSelectable.php b/framework/Web/UI/JuiControls/TJuiSelectable.php index c4eec235..11376da8 100644 --- a/framework/Web/UI/JuiControls/TJuiSelectable.php +++ b/framework/Web/UI/JuiControls/TJuiSelectable.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'); * $this->repeater1->dataBind(); * * @author Fabio Bas - * @package System.Web.UI.JuiControls + * @package Prado\Web\UI\JuiControls * @since 3.3 */ class TJuiSelectable extends TActivePanel implements IJuiOptions, ICallbackEventHandler -- cgit v1.2.3