<?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: Text of Incident Analysis Widget in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12687#M330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The code looks like that because it has been minified. I use Adobe Brackets as my IDE and it has a beautify function that adds back line breaks to the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2015 15:04:46 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2015-08-03T15:04:46Z</dc:date>
    <item>
      <title>Text of Incident Analysis Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12682#M325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the ESRI's new widget 'Incident Analysis', I need to change the Tab name ‘Locate Incident’ to other text, and also I need to change the radio button text at the bottom like ‘Incident’, ‘weather’, to other texts. I checked the config file, but did not see any labels that can be changed.&amp;nbsp;&amp;nbsp; In the config file of widget, only weather can be adjusted. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/120428_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 13:46:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12682#M325</guid>
      <dc:creator>LeiZhou1</dc:creator>
      <dc:date>2015-08-03T13:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Text of Incident Analysis Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12683#M326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You would have to download the app and make changes to the IncidentAnalysis widgets nls/strings.js file and then host the app on your web server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 14:10:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12683#M326</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-03T14:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Text of Incident Analysis Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12684#M327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's what I am going to do. But I have no clue what nls/string is. Is this string in the config.js file? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 14:14:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12684#M327</guid>
      <dc:creator>LeiZhou1</dc:creator>
      <dc:date>2015-08-03T14:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Text of Incident Analysis Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12685#M328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The "Locate Incident" is right in the nls/Widget_ROOT.js and the Widget_en.js. the property is called "locate_incident".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Weather" tab label text in found in the config.json. Just look for "tabs" property and then the label property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And unfortunately the label "Incident" is hard coded into the Widget.js&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.config.tabs.splice(0, 0, {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type: "incidents",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label: "Incident",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: this.config.color
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:32:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12685#M328</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-10T20:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Text of Incident Analysis Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12686#M329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May I ask what text editor tool you use? When I open the json file or widget.js file using Visual Studio, they have very strange format, like big chunk of codes all together. There are many codes in one line. Is there any method to adjust them? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 15:01:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12686#M329</guid>
      <dc:creator>LeiZhou1</dc:creator>
      <dc:date>2015-08-03T15:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Text of Incident Analysis Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12687#M330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The code looks like that because it has been minified. I use Adobe Brackets as my IDE and it has a beautify function that adds back line breaks to the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 15:04:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12687#M330</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-03T15:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Text of Incident Analysis Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12688#M331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I will try that. My code looks like this now:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/120436_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 15:36:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12688#M331</guid>
      <dc:creator>LeiZhou1</dc:creator>
      <dc:date>2015-08-03T15:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Text of Incident Analysis Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12689#M332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Robert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Brackets IDE, the codes look much better but it seems it's format is still block by block, instead of line by line. I did not find that function you mentioned, where do you find the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;function that adds back line breaks? Thanks!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;IMG class="image-1 jive-image" height="576" src="https://community.esri.com/legacyfs/online/120623_pastedImage_0.png" style="height: 576px; width: 672.542372881356px;" width="673" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 14:18:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12689#M332</guid>
      <dc:creator>LeiZhou1</dc:creator>
      <dc:date>2015-08-04T14:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Text of Incident Analysis Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12690#M333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; It is a plugin called Beautify. In Brackets IDE on the far right under the lightning bolt there is a lego block that brings up the plugin dialog. You can search for available plugins using the search box. I would suggest getting:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Beautify (by Drew Hamlett)&lt;/LI&gt;&lt;LI&gt;Code Folding (by Patrick Oladimeji)&lt;/LI&gt;&lt;LI&gt;Interactive Linter (Miguel Castillo)&lt;/LI&gt;&lt;LI&gt;Whitespace Normalizer (Dimitar Bonev)&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 14:28:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12690#M333</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-04T14:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Text of Incident Analysis Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12691#M334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the list of suggested plugins Robert.&amp;nbsp; I have used brackets for about a year, but never installed any of these before.&amp;nbsp; Should be a better and more powerful experience now!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 16:43:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12691#M334</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-08-04T16:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Text of Incident Analysis Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12692#M335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I installed and tried that extension, it works great! Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 17:48:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/text-of-incident-analysis-widget/m-p/12692#M335</guid>
      <dc:creator>LeiZhou1</dc:creator>
      <dc:date>2015-08-06T17:48:24Z</dc:date>
    </item>
  </channel>
</rss>

