From 2fda7f49f3792a0718838742b76a4b533c169af9 Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 30 Aug 2006 23:28:51 +0000 Subject: Updated TInPlaceTextBox --- .../active-controls/protected/pages/TInPlaceTextBoxTest.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php') diff --git a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php index 3fa5c7e2..5607dea8 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php @@ -11,6 +11,11 @@ class TInPlaceTextBoxTest extends TPage { $this->status->Text = "Status: ". $sender->Text; } + + function button_clicked($sender, $param) + { + $this->label1->Text = "hahahaha"; + } } ?> \ No newline at end of file -- cgit v1.2.3