summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/protected/pages/UI/RatingList.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/protected/pages/UI/RatingList.page')
-rw-r--r--tests/FunctionalTests/protected/pages/UI/RatingList.page14
1 files changed, 11 insertions, 3 deletions
diff --git a/tests/FunctionalTests/protected/pages/UI/RatingList.page b/tests/FunctionalTests/protected/pages/UI/RatingList.page
index 1af833dc..909180c7 100644
--- a/tests/FunctionalTests/protected/pages/UI/RatingList.page
+++ b/tests/FunctionalTests/protected/pages/UI/RatingList.page
@@ -2,7 +2,7 @@
<h1>TRatingList Examples</h1>
<h2>Default TRatingList</h2>
- <com:TRatingList>
+ <com:TRatingList RepeatDirection="Vertical" Style="caption-side: right;">
<com:TListItem Text="Fair" />
<com:TListItem Text="Average" />
<com:TListItem Text="Good" />
@@ -20,7 +20,7 @@
</com:TRatingList>
<h2>TRatingList </h2>
- <com:TRatingList SelectedValue="Good">
+ <com:TRatingList RatingStyle="blocks" SelectedValue="Good">
<com:TListItem Text="Poor" />
<com:TListItem Text="Fair" />
<com:TListItem Text="Average" />
@@ -29,5 +29,13 @@
<com:TListItem Text="Super" />
</com:TRatingList>
-
+<h2>TRatingList </h2>
+ <com:TRatingList ID="Rating1" AllowInput="false" Caption="Rating:" Rating="4.6">
+ <com:TListItem Text="Poor" />
+ <com:TListItem Text="Fair" />
+ <com:TListItem Text="Average" />
+ <com:TListItem Text="Good" />
+ <com:TListItem Text="Execellent" />
+ <com:TListItem Text="Super" />
+ </com:TRatingList>
</com:TContent> \ No newline at end of file