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

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