Hi,
I have examined the ImageMap / RadToolTipManager demo, but my situation is a bit different.
I am using a product that builds diagrams which are then rendered using an ImageMap.
Here is a sample from the page source. I've only shown a few lines of the map:
So my question is, how do I go about iterating through this in much the same fashion as your demo does, for an ImageMap that was not created declaratively?
Thanks for any advice.
Jim
I have examined the ImageMap / RadToolTipManager demo, but my situation is a bit different.
I am using a product that builds diagrams which are then rendered using an ImageMap.
Here is a sample from the page source. I've only shown a few lines of the map:
<
MAP
NAME
=
'_mfusion_ctl00_ContentPlaceHolder_DiagramView1_ImageMap_0_0'
>
<
AREA
SHAPE
=
'POLY'
COORDS
=
'1385,113,1468,113,1468,113,1473,114,1476,117,1479,120,1480,125,1480,125,1480,125,1480,178,1480,178,1479,182,1476,186,1473,188,1468,189,1468,189,1385,189,1385,189,1381,188,1377,186,1375,182,1374,178,1374,125,1374,125,1375,120,1377,117,1381,114,1385,113'
TITLE
=
"TASK DESCRIPTION: Ensure that all relevant user info has been checked ROLE DUTIES: "
ID
=
"_mfusion_ctl00_ContentPlaceHolder_DiagramView1_ImageMap_0_0_20"
href
=
"javascript:document.getElementById('_mfusion_ctl00_ContentPlaceHolder_DiagramView1_ClickedItem').value = '20:-1:-1:-1';__doPostBack('ctl00$ContentPlaceHolder$DiagramView1','_mfusion_ctl00_ContentPlaceHolder_DiagramView1_ClickedItem');"
>
So my question is, how do I go about iterating through this in much the same fashion as your demo does, for an ImageMap that was not created declaratively?
Thanks for any advice.
Jim