summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket225.page
diff options
context:
space:
mode:
authorwei <>2006-07-05 04:23:43 +0000
committerwei <>2006-07-05 04:23:43 +0000
commit8d8b6688cbbb1febe92012ccc2a4158fa594fcb3 (patch)
treea9f5d43ea3a6efa4a6590192e4ae7f08655310bb /tests/FunctionalTests/tickets/protected/pages/Ticket225.page
parent91c4292a8063dd2d7a27e7629c015faa4bf052d6 (diff)
Fixed #223 #225
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket225.page')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket225.page14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket225.page b/tests/FunctionalTests/tickets/protected/pages/Ticket225.page
new file mode 100644
index 00000000..362c4dce
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket225.page
@@ -0,0 +1,14 @@
+<com:TContent ID="Content">
+ <h1>RadioButton Group Tests</h1>
+ <com:TRadioButton ID="button1" Text="Button 1" GroupName="group1" />
+ <com:TRadioButton ID="button2" Text="Button 2" GroupName="group1" />
+ <com:TRadioButton ID="button3" Text="Button 3" GroupName="group1" />
+
+ <com:TRequiredFieldValidator id="validator1"
+ ControlToValidate="button1"
+ ErrorMessage="*" />
+
+ <com:TLabel ID="label1" Text="Label 1" />
+
+ <com:TButton ID="button4" Text="Show Groupings" OnClick="button4_Clicked" />
+</com:TContent> \ No newline at end of file