<?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: How do I create a website link? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-create-a-website-link/m-p/481391#M12646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is no json configuration for the target setup in the source code. If you want to do something like that then you will have to modify the source code for the HeaderController/widget.js.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the file here "themes\FoldableTheme\widgets\HeaderController\Widget.js" and then find the _createDynamicLinks function there @ line 376 you will find the target hard coded to '_blank'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 17:16:28 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2015-04-14T17:16:28Z</dc:date>
    <item>
      <title>How do I create a website link?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-create-a-website-link/m-p/481390#M12645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I click on the created ESRI link, it will open another webpage.&amp;nbsp; How can I configure it so that it &lt;STRONG&gt;opens in the same webpage&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Link_self.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/85198_Link_self.png" style="width: 620px; height: 444px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 17:00:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-create-a-website-link/m-p/481390#M12645</guid>
      <dc:creator>ThaoLe1</dc:creator>
      <dc:date>2015-04-14T17:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a website link?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-create-a-website-link/m-p/481391#M12646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is no json configuration for the target setup in the source code. If you want to do something like that then you will have to modify the source code for the HeaderController/widget.js.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the file here "themes\FoldableTheme\widgets\HeaderController\Widget.js" and then find the _createDynamicLinks function there @ line 376 you will find the target hard coded to '_blank'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 17:16:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-create-a-website-link/m-p/481391#M12646</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-04-14T17:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a website link?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-create-a-website-link/m-p/481392#M12647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert, it works perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 17:33:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-create-a-website-link/m-p/481392#M12647</guid>
      <dc:creator>ThaoLe1</dc:creator>
      <dc:date>2015-04-14T17:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a website link?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-create-a-website-link/m-p/481393#M12648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could change the line like Robert said:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Find the file here "themes\FoldableTheme\widgets\HeaderController\Widget.js" and then find the _createDynamicLinks function there @ line 376 you will find the target hard coded to '_blank'&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;but change it to &lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;target: link.target,&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go into your config at the root of your application and add the comma and a target option.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;"links": [
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "test",
&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.esri.com" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.esri.com&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "target": "_self"
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp; ],&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This allows you to now change it in the config file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:14:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-create-a-website-link/m-p/481393#M12648</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2021-12-11T21:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a website link?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-create-a-website-link/m-p/481394#M12649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stan, I tried your suggestion and it worked as well. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 18:09:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-create-a-website-link/m-p/481394#M12649</guid>
      <dc:creator>ThaoLe1</dc:creator>
      <dc:date>2015-04-14T18:09:41Z</dc:date>
    </item>
  </channel>
</rss>

