summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.php
blob: 6944dbe62ec2057ddd5d42d9c9cdfc163c2db0eb (plain)
1
2
3
4
5
6
7
8
9
<?php

class ActiveControlWithTinyMce extends TPage
{
	function button1_callback($sender, $param)
	{
		$this->label1->Text = $this->text1->SafeText;
	}
}