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