summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/upload.itSnippet
blob: 4f55dc0bdf26340906859314127f37024dc9d043 (plain)
1
2
3
4
5
6
{
    title: 'File Upload'
    tab_trigger: 'upload'
    scope: 'text.html.prado'
    content: '<com:TFileUpload${1: ID="${2:file}"} OnFileUpload="${3:$2_OnFileUploaded}"/>$0'
}