summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page
diff options
context:
space:
mode:
authorwei <>2006-08-27 04:18:31 +0000
committerwei <>2006-08-27 04:18:31 +0000
commit887da1b3668499821f046665b461aeadb0a9fb2e (patch)
tree776f742ea179c823c90e7b81d2262a4344610eca /tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page
parent1180e6486139a9c9662984367c4f624394e06f35 (diff)
Adding TActiveImage and TActiveImageButton
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page')
-rw-r--r--tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page
index c475f17f..2e192c19 100644
--- a/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page
+++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page
@@ -1,11 +1,11 @@
<com:TForm ID="form1">
-
+
<h1>TActiveButton Functional Test</h1>
- <com:TActiveButton ID="button2" Text="Button 1"
+ <com:TActiveButton ID="button2" Text="Button 1"
OnClick="button2_onclick" OnCallback="button2_oncallback" />
-
+
<com:TActiveLabel ID="label1" Text="Label 1" />
-
+
<com:TJavascriptLogger />
-
+
</com:TForm> \ No newline at end of file