<?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: Is it possible to launch a widget from the default popup info window? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272773#M7263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure just get your reference to that widget and open it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jun 2019 15:37:06 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-06-18T15:37:06Z</dc:date>
    <item>
      <title>Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272768#M7258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to launch a custom widget from the default popup info window in a WebAppBuilder app (add a button or link). Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2019 14:51:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272768#M7258</guid>
      <dc:creator>Lake_Country_GIS</dc:creator>
      <dc:date>2019-06-11T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272769#M7259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes for that you should add a custom feature action to your widget.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/web-appbuilder/guide/create-a-feature-action-in-your-widget.htm"&gt;https://developers.arcgis.com/web-appbuilder/guide/create-a-feature-action-in-your-widget.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2019 19:09:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272769#M7259</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-11T19:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272770#M7260</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 can add this to my own widget, but what about adding it to the default ArcGIS Online identify popup window?&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/450599_Annotation 2019-06-17 151028.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2019 22:10:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272770#M7260</guid>
      <dc:creator>Lake_Country_GIS</dc:creator>
      <dc:date>2019-06-17T22:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272771#M7261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add your feature action to the jimu.js\featureActions folder and then add your action to the main.js in the&amp;nbsp;&lt;SPAN&gt;jimu.js\featureActions folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 12:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272771#M7261</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-18T12:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272772#M7262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked like a charm. Now, is it possible to launch/expand a custom sidebar widget as well?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 15:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272772#M7262</guid>
      <dc:creator>Lake_Country_GIS</dc:creator>
      <dc:date>2019-06-18T15:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272773#M7263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure just get your reference to that widget and open it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 15:37:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272773#M7263</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-18T15:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272774#M7264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, the widget launches, however, my custom widget requires the sidebar to be opened. And, I would also need to close the info-window. Is there a way to expand the sidebar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WidgetManager.getInstance().triggerWidgetOpen('widgets_PropertyReport_Widget_48')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See demo here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.lakecountry.bc.ca/maps/maps/"&gt;https://www.lakecountry.bc.ca/maps/maps/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 16:55:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272774#M7264</guid>
      <dc:creator>Lake_Country_GIS</dc:creator>
      <dc:date>2019-06-18T16:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272775#M7265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this thread:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/180567"&gt;https://community.esri.com/thread/180567&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 17:14:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272775#M7265</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-18T17:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272776#M7266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once again, works like a charm, however, do get a JS error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;init.js:114 Error: Tried to register widget with id==widgets_PropertyReport_Widget_48_panel but that id is already registered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 17:26:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272776#M7266</guid>
      <dc:creator>Lake_Country_GIS</dc:creator>
      <dc:date>2019-06-18T17:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272777#M7267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that widget configured to open at startup?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 18:23:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272777#M7267</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-18T18:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272778#M7268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this widget is not configured to openAtStart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 19:59:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272778#M7268</guid>
      <dc:creator>Lake_Country_GIS</dc:creator>
      <dc:date>2019-06-18T19:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272779#M7269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 20:12:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272779#M7269</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-18T20:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272780#M7270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error seems to be generated here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apps/81/jimu.js/PanelManager.js?wab_dv=2.9:82:21)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps is there a way to destroy the panel before opening it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 20:28:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272780#M7270</guid>
      <dc:creator>Lake_Country_GIS</dc:creator>
      <dc:date>2019-06-18T20:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to launch a widget from the default popup info window?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272781#M7271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I personally have never encountered that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 20:35:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-launch-a-widget-from-the-default/m-p/272781#M7271</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-18T20:35:42Z</dc:date>
    </item>
  </channel>
</rss>

