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