diff options
author | wei <> | 2006-09-01 01:58:35 +0000 |
---|---|---|
committer | wei <> | 2006-09-01 01:58:35 +0000 |
commit | 452fdf99810fae93d3e8735cc9be5e9cbd4b0622 (patch) | |
tree | 47c243a867335bcbe348f2ea029cff257db1db81 /tests/FunctionalTests/active-controls/protected/pages | |
parent | 769856093ded9e4aae341a7d79b7f1441e7d5478 (diff) |
resolve adodb defined clashes, add TCallbackClientScript::fireEvent()
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page | 2 | ||||
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page | 2 |
2 files changed, 2 insertions, 2 deletions
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 %>") }) }) </script> 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 %>") }) }) </script> |