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