From 33b2284955a8f0015922d4c69c5082141b584f27 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 5 Dec 2006 23:37:07 +0000 Subject: load the inlineeditor textbox in client side onload. --- .../protected/pages/InPlaceWithValidator.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.php (limited to 'tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.php') diff --git a/tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.php b/tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.php new file mode 100644 index 00000000..e69ffdf2 --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.php @@ -0,0 +1,13 @@ +status->Text = "Status: ". $this->Firstname->Text.".".$this->Lastname->Text; + + } + +} + +?> \ No newline at end of file -- cgit v1.2.3