summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket769.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket769.page')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket769.page18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket769.page b/tests/FunctionalTests/tickets/protected/pages/Ticket769.page
new file mode 100644
index 00000000..aca51817
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket769.page
@@ -0,0 +1,18 @@
+<com:TContent ID="Content">
+
+<com:TActivePanel ID="Main">
+<com:TPanel ID="A" Visible="true">
+ <label>T1</label>
+ <com:TTextBox ID="T1" />
+ <com:TActiveButton Text="T1" ValidationGroup="G1" OnClick="clicked" />
+ <com:TRequiredFieldValidator ControlToValidate="T1" Text="T1-error"
+ ValidationGroup="G1" />
+</com:TPanel>
+
+<com:TPanel ID="B" Visible="false">
+ This is B
+</com:TPanel>
+<com:TActiveButton Text="showB" OnCallback="showBcallback" />
+<com:TActiveButton Text="showA" OnCallback="showAcallback" />
+</com:TActivePanel>
+</com:TContent> \ No newline at end of file