summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/val_list.itSnippet
blob: 9a96e9fd63d779eb52aa42f106464de9ce1380d9 (plain)
1
2
3
4
5
6
7
8
9
10
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'
}