summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features
diff options
context:
space:
mode:
authorwei <>2006-07-05 07:30:55 +0000
committerwei <>2006-07-05 07:30:55 +0000
commitb5c7c7b77d33aa3e04ed6c16a489a2076a30f57a (patch)
tree03f30eb8fec8f1b58b9854058d6338bfad698f98 /tests/FunctionalTests/features
parent8d8b6688cbbb1febe92012ccc2a4158fa594fcb3 (diff)
Move tests around.
Diffstat (limited to 'tests/FunctionalTests/features')
-rw-r--r--tests/FunctionalTests/features/protected/pages/ValidatorEffects.page9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page b/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page
index 1a97a249..7fca0f56 100644
--- a/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page
+++ b/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page
@@ -93,5 +93,14 @@
</fieldset>
+<com:TLinkButton ID="linkButton1"
+ Text="Click Me"
+ OnClick="linkButton1_Clicked">
+ <prop:Attributes.onclick>
+ if(!confirm('<%= Prado::localize("Confirm Delete") %>'))
+ return false;
+ </prop:Attributes.onclick>
+</com:TLinkButton>
+
</com:TContent> \ No newline at end of file