diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 10:10:40 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 10:10:40 +0100 |
commit | ea2868ad7d79d440d40fbcb5773c9dcec3babbcc (patch) | |
tree | bc123afe84f5fbc30983c803cb3f947d76d52a40 /framework/Web/UI/JuiControls/TJuiProgressbar.php | |
parent | b48cfe793d8a5e2b9efd26cf04c1b62414ee3244 (diff) |
Add namespace: ActiveControls, JuiControls
Diffstat (limited to 'framework/Web/UI/JuiControls/TJuiProgressbar.php')
-rw-r--r-- | framework/Web/UI/JuiControls/TJuiProgressbar.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/JuiControls/TJuiProgressbar.php b/framework/Web/UI/JuiControls/TJuiProgressbar.php index 41f3eab4..a4779a1f 100644 --- a/framework/Web/UI/JuiControls/TJuiProgressbar.php +++ b/framework/Web/UI/JuiControls/TJuiProgressbar.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'); @@ -28,7 +30,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 TJuiProgressbar extends TActivePanel implements IJuiOptions, ICallbackEventHandler |