summaryrefslogtreecommitdiff
path: root/framework/Web/UI/JuiControls/TJuiSelectable.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/JuiControls/TJuiSelectable.php')
-rw-r--r--framework/Web/UI/JuiControls/TJuiSelectable.php6
1 files changed, 4 insertions, 2 deletions
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();
* </code>
* @author Fabio Bas <ctrlaltca[at]gmail[dot]com>
- * @package System.Web.UI.JuiControls
+ * @package Prado\Web\UI\JuiControls
* @since 3.3
*/
class TJuiSelectable extends TActivePanel implements IJuiOptions, ICallbackEventHandler