summaryrefslogtreecommitdiff
path: root/editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownList.tmSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownList.tmSnippet')
-rw-r--r--editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownList.tmSnippet19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownList.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownList.tmSnippet
new file mode 100644
index 00000000..69259510
--- /dev/null
+++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownList.tmSnippet
@@ -0,0 +1,19 @@
+<?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:TActiveDropDownList ID="${1:dropDownList1}" OnCallback="${2:$1_oncallback}"&gt;
+ ${3:&lt;com:TListItem Value="${4:value 1}" Text="${5:item 1}" /&gt;
+ &lt;com:TListItem Value="${6:value 2}" Text="${7:item 2}" /&gt;}$0
+&lt;/com:TActiveDropDownList&gt;</string>
+ <key>name</key>
+ <string>TActiveDropDownList</string>
+ <key>scope</key>
+ <string>text.html</string>
+ <key>tabTrigger</key>
+ <string>TActiveDropDownList</string>
+ <key>uuid</key>
+ <string>57A48175-D2DD-42C6-868B-6A74ADA4155D</string>
+</dict>
+</plist>