diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet new file mode 100644 index 00000000..b008a27c --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet @@ -0,0 +1,22 @@ +<?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:TActiveImageButton + ID="${1:imageButton1}" + ImageUrl=<%~ ${2:hello_world.gif} %> + Text="${3:hello world}" + OnClick="${4:${1}_Clicked}" + OnCallback="${5:${1}_oncallback}" +/>$0</string> + <key>name</key> + <string>TActiveImageButton</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>TActiveImageButton</string> + <key>uuid</key> + <string>3773B612-FAE7-4A6F-8F9A-382CC9ABEF56</string> +</dict> +</plist> |