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