summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.page
blob: 01e47a3427e528c9d8d92dc7b5a270e70a9477f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<com:THead />
<com:TForm ID="form1">
	<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:TForm>