Select to view content in your preferred language

identify widget with image...and hyperlink

1719
16
06-21-2010 01:43 AM
DavideRodomonti1
Deactivated User
Hi all, is there a widget that shows in the identify tool an image and a hyperlink?
I wish I could do it.... :))

Thanks to everybody
David
Tags (2)
0 Kudos
16 Replies
SandeepTalasila
Occasional Contributor
It worked. Thank you so much Robert.
0 Kudos
SandeepTalasila
Occasional Contributor
Hi Robert,
Sorry if I am asking too many questions, am still learning. I was trying to add text in the info popup window and identify window, for the attributes with url's saying that 'click on the link...'. I was able to do that, but the text is showing up even for the layers without any url. I was not able to figure out how to relate the text with the link. Could you please help me with this.

Thanks,
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Sandeep,

   You need to attach the code for where you added that text in the InfoPopupWindow.mxml.
0 Kudos
SandeepTalasila
Occasional Contributor
I am sorry for forgetting to attach the code.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Sandeep,

   Here is the fix.
0 Kudos
SandeepTalasila
Occasional Contributor
Thank you Robert, It worked. I have missed adding 'infolinkTitle' in if(infoData.link) function.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
All,

   A new version of the identify widget is now available.

* 2.2.3 - Identify by point/line/extent/polygon are all now supported
- Info window will appear at the center of identified geometry now if returngeometryforzoom is set to true in xml file.
if returngeometryforzoom is true, when you mouse over a record the geometry for that particular record is drawn using the symbology defined in the xml
- The symbology used by the draw tools is now user defined in the xml
- Fixed an issues with link icon if prefix or suffix is supplied and a empty field.
0 Kudos