<?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 custom feature action in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/custom-feature-action/m-p/386193#M2199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the document, you can develop feature actions to work with features from a data source, but there are no examples to show how. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jshelp/operations-dashboard-extensibility-create-ext-overview.html" title="https://developers.arcgis.com/javascript/jshelp/operations-dashboard-extensibility-create-ext-overview.html"&gt;Overview of widgets, map tools, and feature actions | Guide | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there anyone who ever built or came across an example and are willing to share?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated if you can provide some code or direct me to a resource.&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, 18 Sep 2015 02:55:43 GMT</pubDate>
    <dc:creator>simoxu</dc:creator>
    <dc:date>2015-09-18T02:55:43Z</dc:date>
    <item>
      <title>custom feature action</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/custom-feature-action/m-p/386193#M2199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the document, you can develop feature actions to work with features from a data source, but there are no examples to show how. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jshelp/operations-dashboard-extensibility-create-ext-overview.html" title="https://developers.arcgis.com/javascript/jshelp/operations-dashboard-extensibility-create-ext-overview.html"&gt;Overview of widgets, map tools, and feature actions | Guide | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there anyone who ever built or came across an example and are willing to share?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated if you can provide some code or direct me to a resource.&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, 18 Sep 2015 02:55:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/custom-feature-action/m-p/386193#M2199</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2015-09-18T02:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: custom feature action</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/custom-feature-action/m-p/386194#M2200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I found one in the GitHub: &lt;A href="https://github.com/Esri/dashboard-samples" title="https://github.com/Esri/dashboard-samples"&gt;Esri/dashboard-samples · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's called openBrowserTabFeatureAction, it's a bit too simple, I'd better do more research on this subject.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 04:37:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/custom-feature-action/m-p/386194#M2200</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2015-09-18T04:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: custom feature action</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/custom-feature-action/m-p/386195#M2201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simo, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lately we've released another feature action sample that showcase how to export features in an operation view into a CSV file, please check it out at our &lt;A href="https://github.com/Esri/dashboard-samples/tree/master/exportToCsv"&gt;GitHub repo&lt;/A&gt;, and if you have any questions/find any issues, please feel free to submit issues or pull request in the repo, or update us on this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 17:35:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/custom-feature-action/m-p/386195#M2201</guid>
      <dc:creator>TifPun</dc:creator>
      <dc:date>2015-12-15T17:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: custom feature action</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/custom-feature-action/m-p/386196#M2202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tif,&lt;/P&gt;&lt;P&gt;Thanks for letting me know. I'll check it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 13:15:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/custom-feature-action/m-p/386196#M2202</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2015-12-18T13:15:37Z</dc:date>
    </item>
  </channel>
</rss>

