summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket622.php
diff options
context:
space:
mode:
authormikl <>2008-04-13 19:02:20 +0000
committermikl <>2008-04-13 19:02:20 +0000
commitcb09f6ad38d3578996c48df08bdd0b187ed32cea (patch)
treef68f35e7d4058fb892f5d1e65aa9fedf98ea25aa /tests/FunctionalTests/tickets/protected/pages/Ticket622.php
parent4ab766dc6ca1d5e294d2b2f34d2198ce9583fbd2 (diff)
Added testcase for #622
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');
+ }
+}
+?>