summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket622.php
blob: 003b32de761365155297be88d68391b3352f8ae9 (plain)
1
2
3
4
5
6
7
8
9
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');
    }
}
?>