diff options
Diffstat (limited to 'framework/Web/UI/WebControls/TValidatorDisplayStyle.php')
-rw-r--r-- | framework/Web/UI/WebControls/TValidatorDisplayStyle.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/Web/UI/WebControls/TValidatorDisplayStyle.php b/framework/Web/UI/WebControls/TValidatorDisplayStyle.php index 8e3ca8b5..d0ccf210 100644 --- a/framework/Web/UI/WebControls/TValidatorDisplayStyle.php +++ b/framework/Web/UI/WebControls/TValidatorDisplayStyle.php @@ -6,9 +6,10 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Web.UI.WebControls + * @package Prado\Web\UI\WebControls */ +namespace Prado\Web\UI\WebControls; /** * TValidatorDisplayStyle class. @@ -21,7 +22,7 @@ * - Fixed: Similar to Dynamic except that the error message physically occupies the page layout (even though it may not be visible) * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.Web.UI.WebControls + * @package Prado\Web\UI\WebControls * @since 3.0.4 */ class TValidatorDisplayStyle extends TEnumerable |