summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/col_button.itSnippet
blob: 6fcfbfb73df585fa8f06d70f80dd311bfb667a77 (plain)
1
2
3
4
5
6
7
8
9
{
    title: 'Button Column'
    tab_trigger: 'col'
    scope: 'text.html.prado'
    content: '<com:TButtonColumn${1: ID="${2:column}"}
	HeaderText="${3:$2 header}"
	DataTextField="${4:field}"${5:
	CommandName="${6:command}"/>$0'
}