diff options
author | tof <> | 2007-09-29 15:48:00 +0000 |
---|---|---|
committer | tof <> | 2007-09-29 15:48:00 +0000 |
commit | 134bd264482d929de567e45aa684f56e826b7c3f (patch) | |
tree | 07fbc2477c0333b87dfa112f2edd9a80ffeae6b4 /tests/FunctionalTests/tickets/protected/pages/Ticket708.page | |
parent | dc203fc3b1ad6a974e61a89596a938d249def131 (diff) |
Functional Test for ticket #708
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket708.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket708.page | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket708.page b/tests/FunctionalTests/tickets/protected/pages/Ticket708.page new file mode 100644 index 00000000..f92fb34a --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket708.page @@ -0,0 +1,18 @@ +<com:TContent id="Content">
+<com:TDataGrid AutoGenerateColumns="false" id="grid">
+ <com:TTemplateColumn HeaderText="Radio">
+ <prop:ItemTemplate>
+ <com:TActiveRadioButton
+ id="RadioButton"
+ UniqueGroupName="RadioGroup"
+ AutoPostBack="true"
+ Value=<%#$this->Parent->Data['RadioValue']%>
+ OnCheckedChanged="Page.ChangeRadio"/>
+ </prop:ItemTemplate>
+ </com:TTemplateColumn>
+ <com:TBoundColumn HeaderText="Value" DataField="Text"/>
+</com:TDataGrid>
+<p>
+<com:TActiveLabel id="Result"/>
+</p>
+</com:TContent>
\ No newline at end of file |