summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page
diff options
context:
space:
mode:
authorxue <>2006-07-07 14:54:15 +0000
committerxue <>2006-07-07 14:54:15 +0000
commit61bb16ee2e5f0a66234e1575242169a10fde47b5 (patch)
tree3ee24dcc36ceae2c213130df1ea3d5c9fc110a27 /tests/FunctionalTests/features/protected/pages/ValidatorEffects.page
parent7b84938b1b5964f2274d66e28ba17435924ffe35 (diff)
Merge from 3.0 branch till 1253.
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages/ValidatorEffects.page')
-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