From 452fdf99810fae93d3e8735cc9be5e9cbd4b0622 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 1 Sep 2006 01:58:35 +0000 Subject: resolve adodb defined clashes, add TCallbackClientScript::fireEvent() --- .../active-controls/protected/pages/ActivePanelTest.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page') diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page index 468a524e..7ab4bab9 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page @@ -14,7 +14,7 @@ { Event.observe($("div1"), "click", function() { - Prado.Callback("<%= $this->callback1->ClientID %>") + Prado.Callback("<%= $this->callback1->UniqueID %>") }) }) -- cgit v1.2.3