summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page
blob: 4097f69ca3f939d403bcc5c8f7b3fe2cbf8d4111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<com:TForm>
<h1>Value Trigger Callback Test</h1>

<com:TTextBox ID="text1" />

<com:TValueTriggeredCallback
	ControlID="text1"
	OnCallback="text1_changed" />

<com:TActiveLabel ID="label1" Text="Label 1" />


</com:TForm>