<?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: Widgets can be hyper linked? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/widgets-can-be-hyper-linked/m-p/640462#M14221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; There is a widget designed specifically for this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=5e4717fe1bb247f89b9092308e569c30"&gt;http://www.arcgis.com/home/item.html?id=5e4717fe1bb247f89b9092308e569c30&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also Flex Viewer/Widget Questions should be posted here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex"&gt;http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2012 16:27:25 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2012-01-05T16:27:25Z</dc:date>
    <item>
      <title>Widgets can be hyper linked?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/widgets-can-be-hyper-linked/m-p/640460#M14219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there anyway where we can force widgets as URl and redirect to website?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For Ex.,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Help Widget - when I click that it has to redirect the website instead opening as a widget..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help or suggestions is highly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 13:34:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/widgets-can-be-hyper-linked/m-p/640460#M14219</guid>
      <dc:creator>SushmaSachidanand</dc:creator>
      <dc:date>2011-12-05T13:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Widgets can be hyper linked?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/widgets-can-be-hyper-linked/m-p/640461#M14220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sushma:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use the following code to launch a new window from a button within one of my widgets:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var url:String = 'www.mywebpage.com';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var urlRequest:URLRequest = new URLRequest(url);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; navigateToURL(urlRequest, '_blank');&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so what you can do is to put this code inside of the widget init event and then either just have the widget close itself right afterwards (don't know if you can do that) or just have a "Help Opened in new window" displayed as the widgets contents ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 16:13:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/widgets-can-be-hyper-linked/m-p/640461#M14220</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-01-05T16:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Widgets can be hyper linked?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/widgets-can-be-hyper-linked/m-p/640462#M14221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; There is a widget designed specifically for this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=5e4717fe1bb247f89b9092308e569c30"&gt;http://www.arcgis.com/home/item.html?id=5e4717fe1bb247f89b9092308e569c30&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also Flex Viewer/Widget Questions should be posted here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex"&gt;http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 16:27:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/widgets-can-be-hyper-linked/m-p/640462#M14221</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-01-05T16:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Widgets can be hyper linked?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/widgets-can-be-hyper-linked/m-p/640463#M14222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert - thanks again as always!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 17:19:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/widgets-can-be-hyper-linked/m-p/640463#M14222</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-01-05T17:19:49Z</dc:date>
    </item>
  </channel>
</rss>

