From 5f1dcbd50104b0d13d2d3e207cf0c2bbb5fd8cf5 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 20 Jul 2006 12:40:15 +0000 Subject: Including TLabel at the beginning. --- framework/Web/UI/WebControls/TBaseValidator.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 @@ -10,6 +10,11 @@ * @package System.Web.UI.WebControls */ +/** + * Using TLabel class + */ +Prado::using('System.Web.UI.WebControls.TLabel'); + /** * TBaseValidator class * @@ -670,7 +675,7 @@ class TValidatorClientScript extends TComponent { return $this->_options->toArray(); } - + /** * Ensure the string is a valid javascript function. If the string begins -- cgit v1.2.3