summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/col_dropdown2.itSnippet
blob: 96c19ed9d6035bc193191b47220226df95c6b6fc (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    title: 'DropDown Column (items)'
    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}">
	<com:TListItem Value="${7:value}" Text="${8:text}" />$0
</com:TDropDownListColumn>'
}