summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page
blob: a164afc9e402f951fb6c6f0af9188681fc16cc60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<com:TContent ID="Content">
<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:TContent>