summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/upload.itSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/InType/Prado.itBundle/snippets/upload.itSnippet')
-rw-r--r--editors/InType/Prado.itBundle/snippets/upload.itSnippet6
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/InType/Prado.itBundle/snippets/upload.itSnippet b/editors/InType/Prado.itBundle/snippets/upload.itSnippet
new file mode 100644
index 00000000..4f55dc0b
--- /dev/null
+++ b/editors/InType/Prado.itBundle/snippets/upload.itSnippet
@@ -0,0 +1,6 @@
+{
+ title: 'File Upload'
+ tab_trigger: 'upload'
+ scope: 'text.html.prado'
+ content: '<com:TFileUpload${1: ID="${2:file}"} OnFileUpload="${3:$2_OnFileUploaded}"/>$0'
+} \ No newline at end of file