summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket622.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket622.php')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket622.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket622.php b/tests/FunctionalTests/tickets/protected/pages/Ticket622.php
new file mode 100644
index 00000000..003b32de
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket622.php
@@ -0,0 +1,10 @@
+<?php
+Prado::Using ('System.Web.UI.ActiveControls.*');
+class Ticket622 extends TPage {
+ public function changeA($sender,$param) {
+ $this->ALB->setDisplay('Dynamic');
+ $this->ACB->setDisplay('Dynamic');
+ $this->ARB->setDisplay('Dynamic');
+ }
+}
+?>