<?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 How do I add a hatch pattern to the Draw widget? in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777131#M2234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="hatch draw widget" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/263392_draw_hatch.PNG" style="height: 537px;" width="434" /&gt;&lt;/P&gt;&lt;P&gt;How would&amp;nbsp;I add a that simple backwards black line hatch pattern to the Draw widget? What JS would I have to add where? I'm hoping someone has tried this and could provide feedback/experience. &amp;nbsp;&lt;STRONG&gt;Thanks!&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2016 23:04:21 GMT</pubDate>
    <dc:creator>MichaelAugust</dc:creator>
    <dc:date>2016-11-14T23:04:21Z</dc:date>
    <item>
      <title>How do I add a hatch pattern to the Draw widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777131#M2234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="hatch draw widget" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/263392_draw_hatch.PNG" style="height: 537px;" width="434" /&gt;&lt;/P&gt;&lt;P&gt;How would&amp;nbsp;I add a that simple backwards black line hatch pattern to the Draw widget? What JS would I have to add where? I'm hoping someone has tried this and could provide feedback/experience. &amp;nbsp;&lt;STRONG&gt;Thanks!&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 23:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777131#M2234</guid>
      <dc:creator>MichaelAugust</dc:creator>
      <dc:date>2016-11-14T23:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a hatch pattern to the Draw widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777132#M2235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;It is not so simple. You will have to replace the jimu.js/dijit/SymbolChooser.js and &lt;SPAN&gt;jimu.js/dijit/&lt;/SPAN&gt;templates/SymbolChooser.html as well as add the new style to the &lt;SPAN&gt;jimu.js/dijit/&lt;/SPAN&gt;SymbolsInfo/fill.json:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the &lt;SPAN&gt;jimu.js/dijit/&lt;/SPAN&gt;&lt;SPAN&gt;SymbolsInfo/fill.json&amp;nbsp;&lt;/SPAN&gt;part (be careful to add this without causing a syntax error, add it at the end of the file just before the ] &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"tags"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"black"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"hash"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"title"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Hash"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"style"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esriSFSBackwardDiagonal"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"color"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;255&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"name"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Hash"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"type"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esriSFS"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"outline"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"style"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esriSLSSolid"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"color"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;255&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"width"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1.5&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"type"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esriSLS"&lt;/SPAN&gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the&amp;nbsp;&lt;SPAN&gt;jimu.js/dijit/SymbolChooser.js and &lt;/SPAN&gt;&lt;SPAN&gt;jimu.js/dijit/&lt;/SPAN&gt;&lt;SPAN&gt;templates/SymbolChooser.html using the attached files&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 16:03:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777132#M2235</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-15T16:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a hatch pattern to the Draw widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777133#M2236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome - thanks Robert! Now what if I made it really tricky and wanted to add the default balloon callout style, the standard arcmap yellow callout, to the text drawing tool (A) in the draw widget, would it be a similar process? We're trying to modify this particular widget so that our users can create a common vicinity map that we utilize. Our regular Arcmap template has a standard symbology, i.e. the site boundary hatch and a simple balloon text callout which points to the hatched area...does the text styling work in a similar way? Thanks again for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 22:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777133#M2236</guid>
      <dc:creator>MichaelAugust</dc:creator>
      <dc:date>2016-11-15T22:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a hatch pattern to the Draw widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777134#M2237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Michael,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; &amp;nbsp;I am not sure that is possible at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 23:29:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777134#M2237</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-15T23:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a hatch pattern to the Draw widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777135#M2238</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;Please can you help me out, as I have tried on my own to replicate your modifications to the SymbolChooser js and html but to no success for the WAB 2.3 version?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Baba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 11:37:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777135#M2238</guid>
      <dc:creator>deleted-user-CQZbjNeBXm49</dc:creator>
      <dc:date>2017-02-10T11:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a hatch pattern to the Draw widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777136#M2239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need anymore Robert, I have fixed it and it works perfect now.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Baba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 12:04:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/777136#M2239</guid>
      <dc:creator>deleted-user-CQZbjNeBXm49</dc:creator>
      <dc:date>2017-02-10T12:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a hatch pattern to the Draw widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/1167384#M14730</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1104"&gt;@RobertScheitlin__GISP&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;Thanks very much for a very supportive reply.&lt;BR /&gt;I would like to ask how to do this with the recent releases, because when I replaced my&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;jimu.js/dijit/SymbolChooser.js&lt;/EM&gt;&lt;/STRONG&gt; and&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;jimu.js/dijit/&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;templates/SymbolChooser.html&lt;/STRONG&gt;&lt;/EM&gt; with the files you share I lost some functionalities. If you could share with me the updated files or the lines of code to modify.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 07:39:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/1167384#M14730</guid>
      <dc:creator>Gedeon_muhawenayo</dc:creator>
      <dc:date>2022-04-25T07:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a hatch pattern to the Draw widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/1167902#M14733</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/581264"&gt;@Gedeon_muhawenayo&lt;/a&gt;&amp;nbsp; That code was from 6 years ago. So much has changed. What version of WAB are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 13:22:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/1167902#M14733</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2022-04-26T13:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a hatch pattern to the Draw widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/1167928#M14734</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1104"&gt;@RobertScheitlin__GISP&lt;/a&gt;&amp;nbsp;, I am using the WAB&amp;nbsp;&lt;SPAN&gt;Version 2.24&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 14:27:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/1167928#M14734</guid>
      <dc:creator>Gedeon_muhawenayo</dc:creator>
      <dc:date>2022-04-26T14:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a hatch pattern to the Draw widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/1168004#M14735</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/581264"&gt;@Gedeon_muhawenayo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the 2.24 version of the zip file above.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 17:20:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/1168004#M14735</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2022-04-26T17:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a hatch pattern to the Draw widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/1168110#M14736</link>
      <description>&lt;P&gt;Thanks very much&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 20:35:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/1168110#M14736</guid>
      <dc:creator>Gedeon_muhawenayo</dc:creator>
      <dc:date>2022-04-26T20:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a hatch pattern to the Draw widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/1168144#M14737</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1104"&gt;@RobertScheitlin__GISP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 22:00:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-do-i-add-a-hatch-pattern-to-the-draw-widget/m-p/1168144#M14737</guid>
      <dc:creator>Gedeon_muhawenayo</dc:creator>
      <dc:date>2022-04-26T22:00:31Z</dc:date>
    </item>
  </channel>
</rss>

