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

<h1>TActiveImage Samples</h1>

<table class="sampletable">

<tr><td class="samplenote">
<tt>ImageUrl</tt> being changed on callback request:
</td><td class="sampleaction">
<com:TActiveImage
	ID="imageTest"
	ImageUrl=<%~hello_world.gif%>
	AlternateText="Hello World!"/>
<com:TActiveButton OnCallback="buttonClicked" Text="First hello world image"/>
<com:TActiveButton OnCallback="buttonClicked2" Text="Second hello world image"/>
</td></tr>

</table>

</com:TContent>