summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/val_captcha.itSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/InType/Prado.itBundle/snippets/val_captcha.itSnippet')
-rw-r--r--editors/InType/Prado.itBundle/snippets/val_captcha.itSnippet10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/InType/Prado.itBundle/snippets/val_captcha.itSnippet b/editors/InType/Prado.itBundle/snippets/val_captcha.itSnippet
new file mode 100644
index 00000000..88d5c5ea
--- /dev/null
+++ b/editors/InType/Prado.itBundle/snippets/val_captcha.itSnippet
@@ -0,0 +1,10 @@
+{
+ title: 'Captcha Validator'
+ tab_trigger: 'val'
+ scope: 'text.html.prado'
+ content: '<com:TCaptchaValidator${1: ID="${2:val}"}
+ ControlToValidate="${3:controlID}"
+ CaptchaControl="${4:anotherControl}"
+ ErrorMessage="${7:error}"${8:
+ Display="${9:Dynamic}"}/>$0'
+}