blob: ff25e3fb95160b60e102d155a0b91c2e32dea049 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<com:TContent ID="Content">
<com:Application.pages.Ticket284Component ID="fooBar" ShowHours="true" ShowMinutes="true" />
<com:TCustomValidator
ControlToValidate="fooBar"
OnServerValidate="checkUserAvailability"
Display="Dynamic"
Text="Unavailable."
CssClass="inlineError" />
<com:TButton Text="POST it!" />
</com:TContent>
|