<?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: Widget to Switch Apps to a known extent in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-to-switch-apps-to-a-known-extent/m-p/821627#M7469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have created something like this. We did it for several internal apps. For each button the onclick function is something like the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;funcApp_publicgisExtent: function () { &lt;BR /&gt;&lt;SPAN&gt; var app_url_parameter_map_extent = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmatterhornwab.co.pierce.wa.us%2Fpublicgis%2F%3Fextent%3D" rel="nofollow" target="_blank"&gt;https://matterhornwab.co.pierce.wa.us/publicgis/?extent=&lt;/A&gt;&lt;SPAN&gt;" + this.map.extent.xmin + "," + this.map.extent.ymin + "," + this.map.extent.xmax + "," + this.map.extent.ymax + ",2927";&lt;/SPAN&gt;&lt;BR /&gt; window.open(app_url_parameter_map_extent, "_blank");&lt;BR /&gt; },&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;jimu.js/MapURLParamsHandler.js has code to handle an extent specification in the url already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2018 18:22:05 GMT</pubDate>
    <dc:creator>JamalWest2</dc:creator>
    <dc:date>2018-12-26T18:22:05Z</dc:date>
    <item>
      <title>Widget to Switch Apps to a known extent</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-to-switch-apps-to-a-known-extent/m-p/821624#M7466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a widget that will&amp;nbsp;allow a user to select another App from a listing and&amp;nbsp;switch to that nominated&amp;nbsp;app and open it to the same extent of the current app if the projections&amp;nbsp;are the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 03:49:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-to-switch-apps-to-a-known-extent/m-p/821624#M7466</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2018-12-07T03:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Widget to Switch Apps to a known extent</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-to-switch-apps-to-a-known-extent/m-p/821625#M7467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;There is a web map switcher widget but it does not maintain the same extent.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-7630"&gt;https://community.esri.com/docs/DOC-7630&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 14:06:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-to-switch-apps-to-a-known-extent/m-p/821625#M7467</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-12-07T14:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Widget to Switch Apps to a known extent</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-to-switch-apps-to-a-known-extent/m-p/821626#M7468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll take a look. Really need somthing that will open at the same extent if the projection is the same. I'm getting lots of requests for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 23:06:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-to-switch-apps-to-a-known-extent/m-p/821626#M7468</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2018-12-07T23:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Widget to Switch Apps to a known extent</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-to-switch-apps-to-a-known-extent/m-p/821627#M7469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have created something like this. We did it for several internal apps. For each button the onclick function is something like the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;funcApp_publicgisExtent: function () { &lt;BR /&gt;&lt;SPAN&gt; var app_url_parameter_map_extent = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmatterhornwab.co.pierce.wa.us%2Fpublicgis%2F%3Fextent%3D" rel="nofollow" target="_blank"&gt;https://matterhornwab.co.pierce.wa.us/publicgis/?extent=&lt;/A&gt;&lt;SPAN&gt;" + this.map.extent.xmin + "," + this.map.extent.ymin + "," + this.map.extent.xmax + "," + this.map.extent.ymax + ",2927";&lt;/SPAN&gt;&lt;BR /&gt; window.open(app_url_parameter_map_extent, "_blank");&lt;BR /&gt; },&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;jimu.js/MapURLParamsHandler.js has code to handle an extent specification in the url already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2018 18:22:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-to-switch-apps-to-a-known-extent/m-p/821627#M7469</guid>
      <dc:creator>JamalWest2</dc:creator>
      <dc:date>2018-12-26T18:22:05Z</dc:date>
    </item>
  </channel>
</rss>

