summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.page
blob: dad3fd6efce7362091b2e3b0557980b71ec61132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<com:THead />
<com:TForm ID="form1">
	<h1>TActiveRatingList ReadOnly Test Case</h1>
	<com:TActiveRatingList ID="RatingList" ReadOnly="true"
		OnSelectedIndexChanged="ratingChanged">
		<com:TListItem Text="Poor" Selected="true" />
		<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="ReadOnly=true" />
	<br />
	<com:TActiveButton ID="Writable" Text="Writable" OnClick="writable" />
	<com:TActiveButton ID="ReadOnly" Text="ReadOnly" OnClick="readOnly" />
</com:TForm>