summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page
diff options
context:
space:
mode:
authorwei <>2007-01-03 08:17:41 +0000
committerwei <>2007-01-03 08:17:41 +0000
commite66a34b2bfca3bb803500c4b9c39bed73d2e4001 (patch)
treee191731f94280eba47d9f660aa398892471f167a /tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page
parent258c8daf0fad79945620018a08ee84ca14b1d73e (diff)
Update active controls to use http response body for application data.
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page')
-rw-r--r--tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page
index 14f74013..8c0a0d71 100644
--- a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page
+++ b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page
@@ -1,3 +1,4 @@
+<%@ Application.Globalization.Charset="UTF-8" %>
<com:TForm ID="form1">
<style>
@@ -69,7 +70,7 @@
OnFailure="alert(10)"/>
</com:TInPlaceTextBox>
- <com:TActiveButton Text="ad" OnCallback="NewPackageSubject" ClientSide.OnFailure="alert(10)"/>
+ <com:TActiveButton Text="ad" OnCallback="button_clicked" />
<com:TJavascriptLogger />