diff options
Diffstat (limited to 'framework/Web/UI/TClientSideOptions.php')
-rw-r--r-- | framework/Web/UI/TClientSideOptions.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/TClientSideOptions.php b/framework/Web/UI/TClientSideOptions.php index 180e1025..438ff87f 100644 --- a/framework/Web/UI/TClientSideOptions.php +++ b/framework/Web/UI/TClientSideOptions.php @@ -7,9 +7,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Web.UI + * @package Prado\Web\UI */ +namespace Prado\Web\UI; + /** * TClientSideOptions abstract class. * @@ -18,7 +20,7 @@ * between ActiveControls and validators. * * @author <weizhuo[at]gmail[dot]com> - * @package System.Web.UI + * @package Prado\Web\UI * @since 3.0 */ abstract class TClientSideOptions extends TComponent |