summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/button.itSnippet
blob: 6a681fd3186fd1825c6991043bfb040375adfe48 (plain)
1
2
3
4
5
6
7
8
{
    title: 'Click Button'
    tab_trigger: 'button'
    scope: 'text.html.prado'
    content: '<com:TButton${1: ID="${2:button}"}
	Text="${3:button}"
	OnClick="${4:$2_Clicked}"/>$0'
}