diff options
| author | wei <> | 2007-03-31 11:35:00 +0000 | 
|---|---|---|
| committer | wei <> | 2007-03-31 11:35:00 +0000 | 
| commit | 2d32c6aa8f682771839531537334250cf4a731bc (patch) | |
| tree | 89d702f64773e5b441e22bd418086e3bccdb98a3 /demos/quickstart/protected/pages/Controls/Validation.page | |
| parent | c619ade9b79afdbc176bba6180a37970cd4343e2 (diff) | |
add inplacetext onkeypress suggestions
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Validation.page')
| -rw-r--r-- | demos/quickstart/protected/pages/Controls/Validation.page | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/demos/quickstart/protected/pages/Controls/Validation.page b/demos/quickstart/protected/pages/Controls/Validation.page index b93f6d49..3b41000c 100644 --- a/demos/quickstart/protected/pages/Controls/Validation.page +++ b/demos/quickstart/protected/pages/Controls/Validation.page @@ -181,6 +181,11 @@ function reset_validator()  		<li>The <tt>OnValidationSuccess</tt> event is raised after the validator has successfully validate the control.</li>
  		<li>The <tt>OnValidationError</tt> event is raised after the validator fails validation.</li>
  	</ul>
 +
 +<div class="note"><b class="tip">Note:</b>
 +For Prado versions earlier than 3.1 the property names were <tt>OnError</tt> and <tt>OnSuccess</tt>. For Prado version 3.1 or later they are <tt>OnValidationError</tt> and <tt>OnValidationSuccess</tt>, respectively. 
 +</div>
 +
  <p id="560360" class="block-content">The following example pop-up a message saying "hello" when the validator fails on the client-side.
  <com:TTextHighlighter Language="prado" CssClass="source block-content" id="code_560119">
  <com:TRequiredFieldValidator ... >
 | 
