From 3069eaf35e833ffe4a1c1c7829dd7e168ae27420 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Wed, 11 Sep 2013 15:56:48 +0200 Subject: Merge up to r3319 --- .../pages/Controls/Samples/THtmlArea4/Home.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 demos/quickstart/protected/pages/Controls/Samples/THtmlArea4/Home.php (limited to 'demos/quickstart/protected/pages/Controls/Samples/THtmlArea4/Home.php') diff --git a/demos/quickstart/protected/pages/Controls/Samples/THtmlArea4/Home.php b/demos/quickstart/protected/pages/Controls/Samples/THtmlArea4/Home.php new file mode 100755 index 00000000..c513c8f7 --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/THtmlArea4/Home.php @@ -0,0 +1,20 @@ +Result1->Text="You have entered: ".$this->HtmlArea1->Text; + } + + public function button2Clicked($sender,$param) + { + $this->Result2->Text="You have entered: ".$this->HtmlArea2->Text; + } + + public function button3Clicked($sender,$param) + { + $this->Result3->Text="You have entered: ".$this->HtmlArea3->Text; + } +} + -- cgit v1.2.3