diff options
author | xue <> | 2006-07-20 12:40:15 +0000 |
---|---|---|
committer | xue <> | 2006-07-20 12:40:15 +0000 |
commit | 5f1dcbd50104b0d13d2d3e207cf0c2bbb5fd8cf5 (patch) | |
tree | 7b67a561fd41dec68ac597024d8d7fb2de79ea18 /framework/Web | |
parent | 2fb31254aaaa762a6260f42884ad7544e20c909a (diff) |
Including TLabel at the beginning.
Diffstat (limited to 'framework/Web')
-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 |