summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page
diff options
context:
space:
mode:
authorwei <>2006-06-24 05:46:22 +0000
committerwei <>2006-06-24 05:46:22 +0000
commita6be5564823be40670e0cad8dc758557dbd37549 (patch)
tree13083fe7ea207b5426c9ee29afc36654e1ed623d /tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page
parentcb8b23aca4c682c58323f432aa38a88c7a695377 (diff)
Update active controls.
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page')
-rw-r--r--tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page
new file mode 100644
index 00000000..59098052
--- /dev/null
+++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page
@@ -0,0 +1,13 @@
+<com:TForm ID="form1">
+ <h1>Active HyperLink Test Case</h1>
+
+ <div style="margin:1em; padding:1em; border:1px solid #ccc; text-align:center;">
+ <com:TActiveHyperLink ID="link1" Text="Link 1" NavigateUrl="http://www.pradosoft.com" />
+ </div>
+ <com:TActiveButton ID="button1" Text="Change Text" OnClick="change_text" />
+ <com:TActiveButton ID="button2" Text="Change Image" OnClick="change_image" />
+ <com:TActiveButton ID="button3" Text="Change Target" OnClick="change_target" />
+ <com:TActiveButton ID="button4" Text="Change URL" OnClick="change_url" />
+
+ <com:TJavascriptLogger />
+</com:TForm> \ No newline at end of file