diff options
author | David <ottodavid@gmx.net> | 2014-08-21 20:23:14 +0200 |
---|---|---|
committer | David <ottodavid@gmx.net> | 2014-08-22 12:41:59 +0200 |
commit | 559f84ea68d26d591c31fac982fc9d15e9a7b22b (patch) | |
tree | 6a52616687ae701061af05cc685a9968bb8bab94 /tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page | |
parent | d52bbb59ab1b1b9cd6d40f8f8b5c81dbbbc43d8f (diff) |
Fixed some testcases (replaced script by TClientScript)
(part of f35d4339 on master)
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page')
-rwxr-xr-x | tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page index 980ea4d8..0a8167c8 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page @@ -9,7 +9,7 @@ Click Me!
</div>
- <script type="text/javascript">
+ <com:TClientScript>
Event.OnLoad(function()
{
Event.observe($("div1"), "click", function()
@@ -17,5 +17,5 @@ Prado.Callback("<%= $this->callback1->UniqueID %>")
})
})
- </script>
-</com:TContent>
\ No newline at end of file + </com:TClientScript>
+</com:TContent>
|