summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/Samples/TInPlaceTextBox/Home.php
blob: 75e94273a937dd6c9a234d0084a132720a70dba6 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

class Home extends TPage
{
	public function textChanged($sender,$param)
	{
		$this->label1->Text=$this->txt1->Text;
	}
}