<?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 to implement own script to aplication built by WAB in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201985#M5588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have link to feature layer in AGS and i need clustering with flare for this. When I try implement Japan widget (with half functionality) i have proble, becouse app was built with 5 DynamicLayer and in one of them is my feature layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 20:38:17 GMT</pubDate>
    <dc:creator>LadislavRozkosny</dc:creator>
    <dc:date>2015-12-09T20:38:17Z</dc:date>
    <item>
      <title>How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201976#M5579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have script to clustering with tutorial, how to implement to Arcgis api for javascriot. But i need implement this to app. Apps from WAB are consist of several files and I don't know where i must write a peace of code. In classical API this is simple, but when i have app, i have file f.e. index.html, env.js, simpleLoader.js and int.js.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 16:48:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201976#M5579</guid>
      <dc:creator>LadislavRozkosny</dc:creator>
      <dc:date>2015-11-30T16:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201977#M5580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ladislav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Normally if your script is working with the map or layers than you can put it in the MapManager.js or write your own out of panel widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 17:33:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201977#M5580</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-11-30T17:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201978#M5581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Widget would be great, but I am not able to write it &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;, unfortunately. MapManager,js is my new file? I must create MapManager.js with own script and only put it to app folder and its all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 10:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201978#M5581</guid>
      <dc:creator>LadislavRozkosny</dc:creator>
      <dc:date>2015-12-02T10:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201979#M5582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ladislav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The MapManager.js is found in the[install dir]\server\apps\[app #]\jimu.js folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 12:56:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201979#M5582</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-02T12:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201980#M5583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for help, but I'm lost. I need widget or simply implement clustering with flares for my app and JS isn't my hobby &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 09:01:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201980#M5583</guid>
      <dc:creator>LadislavRozkosny</dc:creator>
      <dc:date>2015-12-03T09:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201981#M5584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ladislav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Which clustering with flare script are you talking about? Can you provide the link?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 16:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201981#M5584</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-03T16:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201982#M5585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted this script &lt;A href="http://www.arcgis.com/home/item.html?id=c546bc8d4f0b4c0fbdf149b92223e681" title="http://www.arcgis.com/home/item.html?id=c546bc8d4f0b4c0fbdf149b92223e681"&gt;http://www.arcgis.com/home/item.html?id=c546bc8d4f0b4c0fbdf149b92223e681&lt;/A&gt;​, but it isn't for new API and now I am trying this: &lt;A href="https://github.com/nickcam/FlareClusterLayer" title="https://github.com/nickcam/FlareClusterLayer"&gt;nickcam/FlareClusterLayer · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 22:06:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201982#M5585</guid>
      <dc:creator>LadislavRozkosny</dc:creator>
      <dc:date>2015-12-03T22:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201983#M5586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ladislav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Unfortunately both of those are far from ready to be added to WAB. Nick is using current API but is designed for raw json data and not a map service. Your only option right now (you not being a developer) is to settle for the esri Japan clustering, even though it does not have your desired flaring at least you can have clustering in WAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 14:48:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201983#M5586</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-04T14:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201984#M5587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ladislav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have the esri Japan clustering widget working for me so if you need any advice let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 00:33:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201984#M5587</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-08T00:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201985#M5588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have link to feature layer in AGS and i need clustering with flare for this. When I try implement Japan widget (with half functionality) i have proble, becouse app was built with 5 DynamicLayer and in one of them is my feature layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 20:38:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201985#M5588</guid>
      <dc:creator>LadislavRozkosny</dc:creator>
      <dc:date>2015-12-09T20:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201986#M5589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ladislav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You are out of luck then as the available options do not suit your desires.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 20:46:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201986#M5589</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-09T20:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201987#M5590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First script &lt;A href="http://www.arcgis.com/home/item.html?id=c546bc8d4f0b4c0fbdf149b92223e681" title="http://www.arcgis.com/home/item.html?id=c546bc8d4f0b4c0fbdf149b92223e681"&gt;http://www.arcgis.com/home/item.html?id=c546bc8d4f0b4c0fbdf149b92223e681&lt;/A&gt; is difficult change for latest version API?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 14:22:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201987#M5590</guid>
      <dc:creator>LadislavRozkosny</dc:creator>
      <dc:date>2015-12-11T14:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201988#M5591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ladisav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; That code is over 5 years old. With you limited coding experience you are just going to have to settle for what is available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 14:49:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201988#M5591</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-11T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement own script to aplication built by WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201989#M5592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's very bad situation for me. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; I'm going to try solve change app and implement japan widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 16:06:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-implement-own-script-to-aplication-built-by/m-p/201989#M5592</guid>
      <dc:creator>LadislavRozkosny</dc:creator>
      <dc:date>2015-12-11T16:06:15Z</dc:date>
    </item>
  </channel>
</rss>

