diff options
| author | xue <> | 2006-09-03 21:33:04 +0000 | 
|---|---|---|
| committer | xue <> | 2006-09-03 21:33:04 +0000 | 
| commit | a90da4361d02a53204f198f19072e2d420b394f0 (patch) | |
| tree | ecf9a1990fe1ffb9c9df405123c0e68504ecf8bb /framework/Web/Javascripts/js | |
| parent | a55994488789e9c481aab5e3e49b15bd9718afc1 (diff) | |
Added TEnumerable and updated places where enumerable type should be used.
Diffstat (limited to 'framework/Web/Javascripts/js')
| -rw-r--r-- | framework/Web/Javascripts/js/debug/validator.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/framework/Web/Javascripts/js/debug/validator.js b/framework/Web/Javascripts/js/debug/validator.js index d0293cbd..170d7ff1 100644 --- a/framework/Web/Javascripts/js/debug/validator.js +++ b/framework/Web/Javascripts/js/debug/validator.js @@ -348,7 +348,7 @@ Prado.WebUI.TValidationSummary.prototype =  	 * options['DisplayMode']		Summary display style, 'BulletList', 'List', 'SingleParagraph'
  	 * options['Refresh']			True to update the summary upon validator state change.
  	 * options['ValidationGroup']	Validation summary group
 -	 * options['Display']			Display mode, 'None', 'Static', 'Dynamic'.
 +	 * options['Display']			Display mode, 'None', 'Fixed', 'Dynamic'.
  	 * options['ScrollToSummary']	True to scroll to the validation summary upon refresh.
  	 * </code>
  	 */
 @@ -554,7 +554,7 @@ Prado.WebUI.TBaseValidator.prototype =  	 * options['ID']*				Validator ID, e.g. span with message
  	 * options['FormID']*			HTML form that the validator belongs
  	 * options['ControlToValidate']*HTML form input to validate
 -	 * options['Display']			Display mode, 'None', 'Static', 'Dynamic'
 +	 * options['Display']			Display mode, 'None', 'Fixed', 'Dynamic'
  	 * options['ErrorMessage']		Validation error message
  	 * options['FocusOnError']		True to focus on validation error
  	 * options['FocusElementID']	Element to focus on error
 | 
