summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/protected/pages/UI/RatingList.page
blob: f242656a93589819c65c7e14809e098548cdbd1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<com:TContent ID="Content">
<h1>TRatingList Examples</h1>

<h2>Default TRatingList</h2>
	<com:TRatingList>
		<com:TListItem Text="Fair" />
		<com:TListItem Text="Average" />
		<com:TListItem Text="Good" />
		<com:TListItem Text="Execellent" />
	</com:TRatingList>


</com:TContent>