summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.php
blob: 3291189c4c170aa7682f708878ca09c415bdc96d (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

class PageStateTest extends TPage
{
	function button1_oncallback($sender, $param)
	{
		$this->label1->Text .= " button1 clicked ";
	}
}

?>