<?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: Changing the text of the Plan Route (Analysis widget) in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866296#M12371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I forgot that part. Yo need to make the changes I have above in the Widget.js file for the Analysis widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2018 14:56:35 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2018-05-09T14:56:35Z</dc:date>
    <item>
      <title>Changing the text of the Plan Route (Analysis widget)</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866291#M12366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am busy building my webapp in the&amp;nbsp;Web AppBuilder for Arcgis for modeling multi criteria routes for pedestrians.&lt;/P&gt;&lt;P&gt;For solving this problem I am using the 'Plan Route' option in the Analysis widget. However, I would like to adjust the text in the widget. At the moment the widget asks users to specify the maximum number of stops per vehicle. In my case, I would like the widget to state the maximum number of stops per walking route. Is this possible? Do I need to adjust the existing files of the Analysis widget or do I need to create a costum widget?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 14:06:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866291#M12366</guid>
      <dc:creator>MarijeKootstra</dc:creator>
      <dc:date>2018-05-08T14:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text of the Plan Route (Analysis widget)</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866292#M12367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marije,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You would have to modify code in the widget to do that so it requires you to use WAB Developer edition to make those code changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 15:33:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866292#M12367</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-05-08T15:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text of the Plan Route (Analysis widget)</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866293#M12368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heey Robert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have WAB Developer edition but I cannot find the code in the widgets folder (client &amp;gt; stemapp&amp;gt; widgets). The ‘string’ Javascript file does not contain the text labels I would like to change. However, in the builder folder (client &amp;gt; stemapp &amp;gt; builder &amp;gt; nls) the Javascript file ‘main_en’ does contain the text labels. However I am not sure how I can change this code and if I am even allowed to change this code. If you know more about this I would really like to know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 10:01:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866293#M12368</guid>
      <dc:creator>MarijeKootstra</dc:creator>
      <dc:date>2018-05-09T10:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text of the Plan Route (Analysis widget)</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866294#M12369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marije,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That is an esri default bundle string so you have to change it using this code:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; postMixInProperties&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;inherited&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arguments&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jsapiBundle&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;planRoutesTool&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;maxPtsRoute &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Maximum number of stops per walking route"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lang&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;mixin&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;nls&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; jsapiBundle&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;analysisTools&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lang&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;mixin&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;nls&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; window&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;jimuNls&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;common&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;nls&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;toolNotAvailable &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; settingBundle&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;toolNotAvailable&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:46:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866294#M12369</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T10:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text of the Plan Route (Analysis widget)</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866295#M12370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much. Could you maybe specify in which file I would have to make such changes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 14:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866295#M12370</guid>
      <dc:creator>MarijeKootstra</dc:creator>
      <dc:date>2018-05-09T14:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text of the Plan Route (Analysis widget)</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866296#M12371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I forgot that part. Yo need to make the changes I have above in the Widget.js file for the Analysis widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 14:56:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866296#M12371</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-05-09T14:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text of the Plan Route (Analysis widget)</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866297#M12372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it works perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 15:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/changing-the-text-of-the-plan-route-analysis/m-p/866297#M12372</guid>
      <dc:creator>MarijeKootstra</dc:creator>
      <dc:date>2018-05-09T15:08:28Z</dc:date>
    </item>
  </channel>
</rss>

