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