How do we insert a image map into a SharePoint List such that when we clicked, the image map pop-up (with the help of JQuery)?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Refer Using calculated columns to write HTML. It may help you to place image links, in place of text links. |
|||
|
|
|
Actually, I found any way of doing it. Basically, it is by placing the variables such as the location of the image map, the coordinates and so on in the List. Then using SPServices to retrieve the data and allow user to select. Once the user click a option, the image map and all information related to it will be displayed. |
|||
|
|