summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.php
blob: 61ab7199d485f01160e4da753271a02e78a78864 (plain)
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);
	}
}