blob: 6925951053485ab00d6b3107e6278dd473b63399 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>
|