summaryrefslogtreecommitdiff
path: root/framework/Web/UI/JuiControls/TJuiAutoCompleteEventParameter.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/JuiControls/TJuiAutoCompleteEventParameter.php')
-rw-r--r--framework/Web/UI/JuiControls/TJuiAutoCompleteEventParameter.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/JuiControls/TJuiAutoCompleteEventParameter.php b/framework/Web/UI/JuiControls/TJuiAutoCompleteEventParameter.php
index d722632e..f404ac9a 100644
--- a/framework/Web/UI/JuiControls/TJuiAutoCompleteEventParameter.php
+++ b/framework/Web/UI/JuiControls/TJuiAutoCompleteEventParameter.php
@@ -6,9 +6,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Web.UI.ActiveControls
+ * @package Prado\Web\UI\JuiControls
*/
+namespace Prado\Web\UI\JuiControls;
+
/**
* TJuiAutoCompleteEventParameter contains the {@link getToken Token} requested by
* the user for a partial match of the suggestions.
@@ -17,7 +19,7 @@
* suggestion selected by the user, -1 if not suggestion is selected.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @package System.Web.UI.ActiveControls
+ * @package Prado\Web\UI\JuiControls
* @since 3.1
*/
class TJuiAutoCompleteEventParameter extends TCallbackEventParameter