summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.page
blob: 35fcadc71563206c1aef699aa3e48376ec3055e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<com:THead />
<com:TForm ID="form1">
	<h1>TActiveRatingList AllowInput Test Case</h1>
	<com:TActiveRatingList ID="RatingList" AllowInput="false"
		OnSelectedIndexChanged="ratingChanged">
		<com:TListItem Text="Poor" />
		<com:TListItem Text="Fair" />
		<com:TListItem Text="Average" />
		<com:TListItem Text="Good" Selected="true" />
		<com:TListItem Text="Excellent" />
		<com:TListItem Text="Super" />
	</com:TActiveRatingList>
	<com:TActiveLabel ID="Status" Text="AllowInput=false" />
</com:TForm>