From 2db708960f4435e2b98518f8fa84cc036ac9f2eb Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 29 Aug 2006 12:53:23 +0000 Subject: Update active controls. --- .../protected/pages/TInPlaceTextBoxTest.page | 53 ++++++++++++++++++++++ .../protected/pages/TInPlaceTextBoxTest.php | 16 +++++++ 2 files changed, 69 insertions(+) create mode 100644 tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page create mode 100644 tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php (limited to 'tests/FunctionalTests/active-controls/protected') diff --git a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page new file mode 100644 index 00000000..54e38c2c --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page @@ -0,0 +1,53 @@ + + + + +

TInPlaceTextBox Functional Test

+ + + + Edit + + + + + + +
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php new file mode 100644 index 00000000..3fa5c7e2 --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php @@ -0,0 +1,16 @@ +Text = "muahaha"; + } + + function label1_changed($sender, $param) + { + $this->status->Text = "Status: ". $sender->Text; + } +} + +?> \ No newline at end of file -- cgit v1.2.3