diff options
author | wei <> | 2006-09-07 07:55:53 +0000 |
---|---|---|
committer | wei <> | 2006-09-07 07:55:53 +0000 |
commit | ac92df7958d7985062bd7f559a9041289bdf5a2f (patch) | |
tree | 3b32e4531778e305f029e9d26c3fa5cf4ee9b162 /framework/Web/UI/WebControls/TBaseValidator.php | |
parent | 4a2b6386f279f364be14c897970a9f17fd2a2b21 (diff) |
Add svn keyword $Id$
Diffstat (limited to 'framework/Web/UI/WebControls/TBaseValidator.php')
-rw-r--r-- | framework/Web/UI/WebControls/TBaseValidator.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/Web/UI/WebControls/TBaseValidator.php b/framework/Web/UI/WebControls/TBaseValidator.php index bb53b55c..db0c9f02 100644 --- a/framework/Web/UI/WebControls/TBaseValidator.php +++ b/framework/Web/UI/WebControls/TBaseValidator.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Web.UI.WebControls */ @@ -70,7 +70,7 @@ Prado::using('System.Web.UI.WebControls.TLabel'); * override the method {@link evaluateIsValid}. * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Web.UI.WebControls * @since 3.0 */ @@ -585,7 +585,7 @@ abstract class TBaseValidator extends TLabel implements IValidator * See the quickstart documentation for further details. * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Web.UI.WebControls * @since 3.0 */ @@ -675,7 +675,7 @@ class TValidatorClientSide extends TClientSideOptions * - 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> - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Web.UI.WebControls * @since 3.0.4 */ @@ -698,7 +698,7 @@ class TValidatorDisplayStyle extends TEnumerable * - String * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Web.UI.WebControls * @since 3.0.4 */ |