Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<com:TContent ID="body">
2
 
3
<h1>TImageMap Sample</h1>
4
 
5
<com:TImageMap
6
		ImageUrl=<%~hotspots.gif%>
7
		AlternateText="navigate buttons"
8
		OnClick="buttonClicked" >
9
 
10
<com:TCircleHotSpot
11
	HotspotMode="Navigate"
12
	NavigateUrl="http://www.pradosoft.com"
13
	AlternateText="Navigate to pradosoft.com"
14
	Target="_blank"
15
	X="80"
16
	Y="80"
17
	Radius="55" />
18
 
19
<com:TPolygonHotSpot
20
	HotspotMode="Inactive"
21
	AlternateText="Inactive area"
22
	Coordinates="200,137,255,95,313,137,291,204,219,204"
23
	/>
24
 
25
<com:TRectangleHotSpot
26
	HotspotMode="PostBack"
27
	PostBackValue="Welcome!"
28
	AlternateText="Postback button"
29
	Top="52"
30
	Left="172"
31
	Bottom="259"
32
	Right="339" />
33
 
34
</com:TImageMap>
35
 
36
<br/>
37
 
38
<com:TLabel ID="Result" />
39
 
40
<div class="last-modified">$Id: Home.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>