blob: 1df7684f4031e30b47a79dcf330aebd9a664d44a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<com:TContent ID="body">
<h1>TValueTriggeredCallback Samples</h1>
<table class="sampletable">
<tr><td class="samplenote">
A callback will be executed when the textbox text changes
</td><td class="sampleaction">
<com:TTextBox ID="txt1" />
<com:TValueTriggeredCallback ControlID="txt1" PropertyName="value" OnCallback="checkTxtValue" />
<com:TActiveLabel ID="label1" />
</td></tr>
</table>
</com:TContent>
|