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/TImageMap.tmSnippet | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TImageMap.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TImageMap.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TImageMap.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TImageMap.tmSnippet new file mode 100644 index 00000000..8e307925 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TImageMap.tmSnippet @@ -0,0 +1,26 @@ + + + + + content + <com:TImageMap + ID="${1:imageMap1}" + ImageUrl=<%~ ${2:hotspots.gif} %> + AlternateText="${3:${1}}" + OnClick="${4:${1}_Clicked}"> +${5:<com:TTCircleHotSpot + ${6:HotspotMode="${7:Navigate}" + NavigateUrl="${8:http://www.pradosoft.com}"} + AlternateText="${9:Navigate to pradosoft.com}" + X="${10:80}" Y="${11:80}" Radius="${12:55}" />}$0 +</com:TImageMap> + name + TImageMap + scope + text.html + tabTrigger + TImageMap + uuid + 823B366A-3A40-4875-8A2E-AB901F54D443 + + -- cgit v1.2.3