<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Hyperlink does not work in Popup Wiget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-does-not-work-in-popup-wiget/m-p/136689#M4520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Torsten,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the advice, however when I change the code in my config.xml to use the InfopopupWidget.swf and I click on my point, nothing happens.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the revised code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer label="Centerline Ties" type="Feature" visible="true" alpha="1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;info="widgets/InfoTemplates/InfoPopupWidget.swf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;infoconfig="widgets/InfoTemplates/IWT_Centerline_Ties.xml"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.cityoforange.org/ArcGIS/rest/services/clTiePoints/MapServer/0" rel="nofollow" target="_blank"&gt;http://gis.cityoforange.org/ArcGIS/rest/services/clTiePoints/MapServer/0&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something else that I am missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Nov 2010 15:31:41 GMT</pubDate>
    <dc:creator>NeilMillward</dc:creator>
    <dc:date>2010-11-10T15:31:41Z</dc:date>
    <item>
      <title>Hyperlink does not work in Popup Wiget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-does-not-work-in-popup-wiget/m-p/136687#M4518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to link to a pdf document via the linkfield on the popup window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to see the url to the document in the popup window but I am unable to click on it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the portion of my config.xml file that references the popup wiget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;layer label="Centerline Ties" type="Feature" visible="true" alpha="1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; info="widgets/InfoTemplates/SimpleInfoWinWidget.swf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infoconfig="widgets/InfoTemplates/IWT_Centerline_Ties.xml"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.cityoforange.org/ArcGIS/rest/services/clTiePoints/MapServer/0" rel="nofollow" target="_blank"&gt;http://gis.cityoforange.org/ArcGIS/rest/services/clTiePoints/MapServer/0&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a field named WEBSITE in my centerline tie points layer that contains the full url to the particular document eg: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.cityoforange.org/gisdata/images/centerline_ties/ct-3246_maplelemon.pdf"&gt;http://gis.cityoforange.org/gisdata/images/centerline_ties/ct-3246_maplelemon.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tested the link and this does not seem to be the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the info wiget template that I am using called IWT_Centerline_Ties.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" ?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;CT_NUM,LOCATION,WEBSITE&amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;titlefield&amp;gt;CT_NUM&amp;lt;/titlefield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linkfield&amp;gt;WEBSITE&amp;lt;/linkfield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;zoomscale&amp;gt;25000&amp;lt;/zoomscale&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am hoping that someone can help me figure this out. I am new to flex but I think to hypelink to a document or website from the popup window should be easy to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 14:56:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-does-not-work-in-popup-wiget/m-p/136687#M4518</guid>
      <dc:creator>NeilMillward</dc:creator>
      <dc:date>2010-11-09T14:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink does not work in Popup Wiget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-does-not-work-in-popup-wiget/m-p/136688#M4519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the linkfield don't work in the SimpleInfoWinWidget. You can use the InfoPopupWidget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simple Info Window Widget is generally used to only display simple attribute data. Info Popup Widget can display attribute data, PLUS it supports link fields - fields that contain URLs to additional data or images. The two types are distinguished based on whether the &amp;lt;linkfield&amp;gt; tag is present in the widget XML configuration "&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Torsten&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 11:04:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-does-not-work-in-popup-wiget/m-p/136688#M4519</guid>
      <dc:creator>TorstenSchramm</dc:creator>
      <dc:date>2010-11-10T11:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink does not work in Popup Wiget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-does-not-work-in-popup-wiget/m-p/136689#M4520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Torsten,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the advice, however when I change the code in my config.xml to use the InfopopupWidget.swf and I click on my point, nothing happens.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the revised code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer label="Centerline Ties" type="Feature" visible="true" alpha="1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;info="widgets/InfoTemplates/InfoPopupWidget.swf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;infoconfig="widgets/InfoTemplates/IWT_Centerline_Ties.xml"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.cityoforange.org/ArcGIS/rest/services/clTiePoints/MapServer/0" rel="nofollow" target="_blank"&gt;http://gis.cityoforange.org/ArcGIS/rest/services/clTiePoints/MapServer/0&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something else that I am missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 15:31:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-does-not-work-in-popup-wiget/m-p/136689#M4520</guid>
      <dc:creator>NeilMillward</dc:creator>
      <dc:date>2010-11-10T15:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink does not work in Popup Wiget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-does-not-work-in-popup-wiget/m-p/136690#M4521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it only works with the query widget or the search widget. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But in the source code of the simpleinfowidget you can see some code to use the linkfield in the next release (hopefully) of the flexviewer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 07:20:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-does-not-work-in-popup-wiget/m-p/136690#M4521</guid>
      <dc:creator>TorstenSchramm</dc:creator>
      <dc:date>2010-11-15T07:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink does not work in Popup Wiget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-does-not-work-in-popup-wiget/m-p/136691#M4522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;it only works with the query widget or the search widget. &lt;BR /&gt;But in the source code of the simpleinfowidget you can see some code to use the linkfield in the next release (hopefully) of the flexviewer&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is there no way at all to use the InfoPopupWidget on a feature layer without running a query/search?!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 02:10:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-does-not-work-in-popup-wiget/m-p/136691#M4522</guid>
      <dc:creator>deleted-user-NnRwwd8ols89</dc:creator>
      <dc:date>2010-12-16T02:10:19Z</dc:date>
    </item>
  </channel>
</rss>

