diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownList.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownList.tmSnippet | 19 |
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><com:TActiveDropDownList ID="${1:dropDownList1}" OnCallback="${2:$1_oncallback}"> + ${3:<com:TListItem Value="${4:value 1}" Text="${5:item 1}" /> + <com:TListItem Value="${6:value 2}" Text="${7:item 2}" />}$0 +</com:TActiveDropDownList></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> |