Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<com:TContent ID="body">
2
<!-- $Id: Home.page 1650 2007-01-24 06:55:32Z wei $ -->
3
<h1>TActiveCustomValidator Samples (AJAX)</h1>
4
 
5
<table class="sampletable">
6
 
7
<tr><td class="samplenote">
8
Custom validator using callbacks:
9
</td><td class="sampleaction">
10
<com:TTextBox ID="textbox1" />
11
<com:TActiveCustomValidator
12
	ID="validator1"
13
	ControlToValidate="textbox1"
14
	ErrorMessage="Please enter 'Prado'"
15
	OnServerValidate="validator1_onvalidate" />
16
<com:TButton ID="button1" Text="Submit!" />
17
</td></tr>
18
</table>
19
 
20
<com:TJavascriptLogger />
21
 
22
<div class="last-modified">$Id: Home.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>