summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page
blob: 9b149b4551098cb21f409a032d0b6d705103cc83 (plain)
1
2
3
4
5
6
7
8
9
10
11
<com:TContent ID="Content">
	<h1>Active HyperLink Test Case</h1>

	<div style="margin:1em; padding:1em; border:1px solid #ccc; text-align:center;">
	<com:TActiveHyperLink ID="link1" Text="Link 1" NavigateUrl="http://www.pradosoft.com" />
	</div>
	<com:TActiveButton ID="button1" Text="Change Text" OnClick="change_text" />
	<com:TActiveButton ID="button2" Text="Change Image" OnClick="change_image" />
	<com:TActiveButton ID="button3" Text="Change Target" OnClick="change_target" />
	<com:TActiveButton ID="button4" Text="Change URL" OnClick="change_url" />
</com:TContent>