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