summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket191.page
blob: 2d673b8d820b5d2da5977406df8792807e815ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<com:TContent ID="Content">

Global state:
<com:TTextBox ID="TextBox2" />
<com:TButton Text="Submit" OnClick="updateGlobal" />

<br/>

Your input:
<com:TTextBox ID="TextBox" />
<com:TButton Text="Submit" ValidationGroup="Foo" OnClick="buttonClicked" />
<com:TCustomValidator
	ValidationGroup="Foo"
	ControlToValidate="TextBox"
	Text="Your input must match the global state."
	OnServerValidate="customValidation" />
<br/>

</com:TContent>