summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/val_range.itSnippet
blob: 5a1e82462bae517309691bb87716f2d61e391e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    title: 'Range Validator'
    tab_trigger: 'val'
    scope: 'text.html.prado'
    content: '<com:TRangeValidator${1: ID="${2:val}"}
	ControlToValidate="${3:controlID}"
	DataType="${4:Integer}"${5:
	MinValue="${6:0}"}${7:
	MaxValue="${8:10}"}
	ErrorMessage="${9:error}"${10:
	Display="${11:Dynamic}"}/>$0'
}