summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/protected/pages/ImageMap/Home.page
blob: 346311258e807bb438744019dde0e6f9ab533a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<com:TContent ID="Content">

<com:TImageMap ImageUrl=<%~hotspot.jpg%> AlternateText="Navigate buttons" OnClick="buttonClicked" >

<com:TRectangleHotSpot
	hotspotmode="Navigate"
	NavigateUrl="navigate1.htm"
	alternatetext="Button 1"
	top="30"
	left="175"
	bottom="110"
	right="355" />

<com:TRectangleHotSpot
	hotspotmode="PostBack"
	PostBackValue="test"
	CausesValidation="true"
	ValidationGroup="Group1"
	alternatetext="Button 2"
	top="155"
	left="175"
	bottom="240"
	right="355" />

<com:TRectangleHotSpot
	hotspotmode="Inactive"
	NavigateUrl="navigate3.htm"
	alternatetext="Button 3"
	top="285"
	left="175"
	bottom="365"
	right="355" />

</com:TImageMap>

<com:TTextBox ID="TextBox" />
<com:TRequiredFieldValidator
	ValidationGroup="Group1"
	EnableClientScript="true"
	ControlToValidate="TextBox"
	Text="required" />

</com:TContent>