summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/col_dropdown.itSnippet
blob: e77c09589e16185805b37f6431d6c1d35407bc12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    title: 'DropDown Column (source)'
    tab_trigger: 'col'
    scope: 'text.html.prado'
    content: '<com:TDropDownListColumn${1: ID="${2:column}"}
	HeaderText="${3:$2 header}"
	DataTextField="${4:text field}"
	DataValueField="${6:value field}"
	ListDataSource="${7:source field}"
	ListTextField="${8:list text field}"
	ListValueField="${9:list value field}"/>$0'
}