diff options
-rw-r--r-- | framework/Web/UI/WebControls/TBaseValidator.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TBaseValidator.php b/framework/Web/UI/WebControls/TBaseValidator.php index 5917f313..9b181a2a 100644 --- a/framework/Web/UI/WebControls/TBaseValidator.php +++ b/framework/Web/UI/WebControls/TBaseValidator.php @@ -11,6 +11,11 @@ */ /** + * Using TLabel class + */ +Prado::using('System.Web.UI.WebControls.TLabel'); + +/** * TBaseValidator class * * TBaseValidator serves as the base class for validator controls. @@ -670,7 +675,7 @@ class TValidatorClientScript extends TComponent { return $this->_options->toArray(); } - + /** * Ensure the string is a valid javascript function. If the string begins |