summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/col_button.itSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/InType/Prado.itBundle/snippets/col_button.itSnippet')
-rw-r--r--editors/InType/Prado.itBundle/snippets/col_button.itSnippet9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/InType/Prado.itBundle/snippets/col_button.itSnippet b/editors/InType/Prado.itBundle/snippets/col_button.itSnippet
new file mode 100644
index 00000000..6fcfbfb7
--- /dev/null
+++ b/editors/InType/Prado.itBundle/snippets/col_button.itSnippet
@@ -0,0 +1,9 @@
+{
+ title: 'Button Column'
+ tab_trigger: 'col'
+ scope: 'text.html.prado'
+ content: '<com:TButtonColumn${1: ID="${2:column}"}
+ HeaderText="${3:$2 header}"
+ DataTextField="${4:field}"${5:
+ CommandName="${6:command}"/>$0'
+} \ No newline at end of file