summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwei <>2006-02-15 23:47:38 +0000
committerwei <>2006-02-15 23:47:38 +0000
commitf2800368b052356a69c3842f04fd00bb63e59c4d (patch)
tree8d58896cb68ec9b90cf929701ba54d7ccafe46c3
parentf1b75ab04866d2d63a47efdcddcce862eb90b07f (diff)
Update TRatingList example.
-rw-r--r--tests/FunctionalTests/protected/pages/UI/RatingList.page15
1 files changed, 13 insertions, 2 deletions
diff --git a/tests/FunctionalTests/protected/pages/UI/RatingList.page b/tests/FunctionalTests/protected/pages/UI/RatingList.page
index b598054e..1af833dc 100644
--- a/tests/FunctionalTests/protected/pages/UI/RatingList.page
+++ b/tests/FunctionalTests/protected/pages/UI/RatingList.page
@@ -10,13 +10,24 @@
</com:TRatingList>
<h2>TRatingList </h2>
- <com:TRatingList>
+ <com:TRatingList SelectedIndex="2">
+ <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>
+
+<h2>TRatingList </h2>
+ <com:TRatingList SelectedValue="Good">
<com:TListItem Text="Poor" />
<com:TListItem Text="Fair" />
- <com:TListItem Text="Average" Selected="true"/>
+ <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