summaryrefslogtreecommitdiff
path: root/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataGrid.tmSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TActiveDataGrid.tmSnippet')
-rw-r--r--editors/Textmate/Prado.tmbundle/Snippets/TActiveDataGrid.tmSnippet18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataGrid.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataGrid.tmSnippet
new file mode 100644
index 00000000..d26c7b82
--- /dev/null
+++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataGrid.tmSnippet
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>content</key>
+ <string>&lt;com:TActiveDataGrid ID="${1:grid1}" AutoGenerateColumns="${2:true}"&gt;
+ $0
+&lt;/com:TActiveDataGrid&gt;</string>
+ <key>name</key>
+ <string>TActiveDataGrid</string>
+ <key>scope</key>
+ <string>text.html</string>
+ <key>tabTrigger</key>
+ <string>TActiveDataGrid</string>
+ <key>uuid</key>
+ <string>7BB2320B-07B0-4884-BF6C-E512DDEA0AD1</string>
+</dict>
+</plist>