From c9abae64d4ccc54570d5cf51e9b3a6f54877e5c3 Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 2 Nov 2009 06:28:17 +0000 Subject: added a few new snippets to the textmate bundle --- .../Prado.tmbundle/Snippets/TImageButton.tmSnippet | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TImageButton.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TImageButton.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TImageButton.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TImageButton.tmSnippet new file mode 100644 index 00000000..74f24624 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TImageButton.tmSnippet @@ -0,0 +1,20 @@ + + + + + content + <com:TImageButton + ID="${1:imageButton1}" + ImageUrl=<%~ ${2:hello_world.gif} %> + Text="${3:hello world}" + OnClick="${4:${1}_Clicked}" />$0 + name + TImageButton + scope + text.html + tabTrigger + TImageButton + uuid + 8A274C79-422D-4553-B086-0B553BDABEC7 + + -- cgit v1.2.3