From 2fda7f49f3792a0718838742b76a4b533c169af9 Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 30 Aug 2006 23:28:51 +0000 Subject: Updated TInPlaceTextBox --- .../protected/pages/TInPlaceTextBoxTest.page | 27 +++++++++++++++------- .../protected/pages/TInPlaceTextBoxTest.php | 5 ++++ 2 files changed, 24 insertions(+), 8 deletions(-) (limited to 'tests') diff --git a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page index 54e38c2c..b6b2d040 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page @@ -1,7 +1,7 @@

TInPlaceTextBox Functional Test

@@ -36,16 +41,22 @@ - - Edit + CssClass="textbox" + Text="Label 1"> + + + + + + Edit + 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