summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.php
blob: c58a006ab3f4772cccd417e1cabc66a64104f7a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

class InPlaceWithValidator extends TPage
{
	function button_valid($sender, $param){

		$this->status->Text = "Status: ". $this->Firstname->Text.".".$this->Lastname->Text;

	}

}

?>