summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/Samples/TValueTriggeredCallback/Home.page
blob: 50edf6ed7ddddcdbc5e5b97027c2d90e601a8e74 (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>

<div class="last-modified">$Id$</div></com:TContent>