diff options
| author | wei <> | 2006-05-27 04:29:26 +0000 | 
|---|---|---|
| committer | wei <> | 2006-05-27 04:29:26 +0000 | 
| commit | f4169ef12e83b93d9693c3e9278af6a6f02861d6 (patch) | |
| tree | fd9c1074d5e9ee452d1cd8c2f3893849e3ea0003 /framework/Web/Javascripts | |
| parent | f21a3840e2486a298ec6976771888f02e3748ebb (diff) | |
Fixed #169.
Diffstat (limited to 'framework/Web/Javascripts')
| -rw-r--r-- | framework/Web/Javascripts/prado/validation3.js | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/Web/Javascripts/prado/validation3.js b/framework/Web/Javascripts/prado/validation3.js index 8b6b19fc..396b4356 100644 --- a/framework/Web/Javascripts/prado/validation3.js +++ b/framework/Web/Javascripts/prado/validation3.js @@ -754,7 +754,9 @@ Prado.WebUI.TBaseValidator.prototype =  		return value;
  	},
 -	/**
 +	/** 
 +	 * The ControlType property comes from TBaseValidator::getClientControlClass()
 +	 * Be sure to update the TBaseValidator::$_clientClass if new cases are added. 
  	 * @return mixed control value to validate
  	 */
  	 getValidationValue : function(control)
  | 
