summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.page
blob: 0a2a5f5015516b70d5d6b9c648b594c12d81ce8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<com:TContent ID="Content">
	<h1>TActiveRatingList Hover Caption Test Case</h1>
	<com:TActiveRatingList ID="RatingList" CaptionID="Status"
		OnSelectedIndexChanged="ratingChanged" Rating="3.5">
		<com:TListItem Text="Poor" />
		<com:TListItem Text="Fair" />
		<com:TListItem Text="Average" />
		<com:TListItem Text="Good" />
		<com:TListItem Text="Excellent" />
		<com:TListItem Text="Super" />
	</com:TActiveRatingList>
	<com:TActiveLabel ID="Status" Text="CaptionID='Status'" />
</com:TContent>