From b916a00d0016119c3f0c140ac679e0ad242115ad Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 2 Nov 2009 03:17:57 +0000 Subject: added old prado textmate bundle --- .../Prado.tmbundle/Snippets/TDropDownList.tmSnippet | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TDropDownList.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TDropDownList.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TDropDownList.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TDropDownList.tmSnippet new file mode 100644 index 00000000..581d4ed0 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TDropDownList.tmSnippet @@ -0,0 +1,19 @@ + + + + + content + <com:TDropDownList ID="${1:dropDownList1}"> + ${2:<com:TListItem Value="${3:value 1}" Text="${4:item 1}" /> + <com:TListItem Value="${5:value 2}" Text="${6:item 2}" />}$0 +</com:TDropDownList> + name + TDropDownList + scope + text.html + tabTrigger + TDropDownList + uuid + 803BFB83-50E8-4121-9866-A25C93979E4B + + -- cgit v1.2.3