diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket691.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket691.page | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page new file mode 100644 index 00000000..602f223a --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page @@ -0,0 +1,22 @@ + +<com:TContent ID="Content"> +<com:TCallbackOptions ID="RatingOption"> + + <prop:ClientSide.OnComplete> + $('<%=$this->Title->ClientID%>').innerHTML = 'Thanks'; + </prop:ClientSide.OnComplete> +</com:TCallbackOptions> +<com:TActiveLabel ID="Title" Text="Cast your vote:" /> +<com:TActiveRatingList ID="List" ActiveControl.CallbackOptions="RatingOption" + OnCallback="list_oncallback" ActiveControl.EnableUpdate="true"> + <com:TListItem Value="1" Text="[One star" /> + <com:TListItem Value="2" Text="[Two stars" /> + <com:TListItem Value="3" Text="[Three stars" /> + <com:TListItem Value="4" Text="[Four stars" /> + <com:TListItem Value="5" Text="Five stars" /> + <com:TListItem Value="6" Text="Six stars" /> +</com:TActiveRatingList> +<com:TActiveLabel ID="Result"/> + + +</com:TContent>
\ No newline at end of file |