summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page
blob: 1281cc5cf3990e1581bb39970bb0da8448031d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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:TJavascriptLogger />

</com:TForm>