Team:ETH Zurich/project/overview/grid
From 2014.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
<IMG SRC="/wiki/images/d/d9/ETH_Zurich_GridGlowing.png" usemap="#map" id="mapTest"> | <IMG SRC="/wiki/images/d/d9/ETH_Zurich_GridGlowing.png" usemap="#map" id="mapTest"> | ||
<map id="map" name="map"> | <map id="map" name="map"> | ||
- | <area shape="circle" title="" alt="" coords="281,26,17" href="javascript: | + | <area shape="circle" title="" alt="" coords="281,26,17" href="javascript:void" target="" id="cell1" name="cell1" class="showTip L1" /> |
</map> | </map> | ||
Line 69: | Line 69: | ||
fillColor: '2C2F3D', | fillColor: '2C2F3D', | ||
fillOpacity: 1, | fillOpacity: 1, | ||
+ | singleSelect: true, | ||
showToolTip: true, | showToolTip: true, | ||
- | toolTipClose: ["tooltip-click", "area-click"], | + | onShowToolTip: function() {alert('foo');}, |
+ | mapKey: 'name', | ||
+ | /* toolTipClose: ["tooltip-click", "area-click"], */ | ||
areas: [ | areas: [ | ||
{ | { | ||
- | key: " | + | key: "cell1", |
- | toolTip: | + | toolTip: "Blah!" |
} | } | ||
] | ] |