1 2 3 4 5 6 7 8 9 10
<?php class ActivePanelTest extends TPage { function callback1_requested($sender, $param) { $this->content1->visible = true; $this->panel1->render($param->NewWriter); } }