summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveDatePicker/Home.page
blob: fed86e0c54fc347f838bf07dbd79d030721be67a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<com:TContent ID="body">

<h1>TActiveDatePicker Samples</h1>

<table class="sampletable">

<tr>
	<td class="samplenote">Default TActiveDatePicker triggering a callback to a label</td>
	<td class="sampleaction">
		<com:TActiveDatePicker ID="date1" OnCallback="dateChanged"/>
		<com:TActiveLabel ID="label1" />
	</td>
</tr>
	
</table>

</com:TContent>