summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/col_bound.itSnippet
blob: ea6d0e15ea76cde3ac9b42c6db1d9be2e7328d18 (plain)
1
2
3
4
5
6
7
8
{
    title: 'Bound Column'
    tab_trigger: 'col'
    scope: 'text.html.prado'
    content: '<com:TBoundColumn${1: ID="${2:column}"}
	HeaderText="${3:$2 header}"
	DataField="${4:field}"/>$0'
}