From bde6488e19b9852011a657fda8aa39680d9c4a62 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 6 Jan 2007 00:00:57 +0000 Subject: Update docs. --- .../protected/pages/MessagesPanelTest.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.php (limited to 'tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.php') diff --git a/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.php b/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.php new file mode 100644 index 00000000..9a59713d --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.php @@ -0,0 +1,16 @@ +panel1->setMessage("hello world"); + } + + function hide_clicked($sender, $param) + { + $this->panel1->setMessage(""); + } +} + +?> \ No newline at end of file -- cgit v1.2.3