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 --- .../Snippets/TRadioButtonList.tmSnippet | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TRadioButtonList.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TRadioButtonList.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TRadioButtonList.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TRadioButtonList.tmSnippet new file mode 100644 index 00000000..df6c7ff3 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TRadioButtonList.tmSnippet @@ -0,0 +1,19 @@ + + + + + content + <com:TRadioButtonList ID="${1:radioButtonList1}"> + ${2:<com:TListItem Value="${3:value 1}" Text="${4:item 1}" /> + <com:TListItem Value="${5:value 2}" Text="${6:item 2}" />}$0 +</com:TRadioButtonList> + name + TRadioButtonList + scope + text.html + tabTrigger + TRadioButtonList + uuid + 012C556B-6ACB-48F0-8757-CA2E60B06109 + + -- cgit v1.2.3