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 +- .../active-controls/protected/pages/NestedActiveControls.page | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/FunctionalTests/active-controls/protected') 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 %>") }) }) diff --git a/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page b/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page index d8eacf15..9d3a3d61 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page +++ b/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page @@ -19,7 +19,7 @@ { Event.observe($("div1"), "click", function() { - Prado.Callback("<%= $this->callback1->ClientID %>") + Prado.Callback("<%= $this->callback1->UniqueID %>") }) }) -- cgit v1.2.3