<?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 can I change the widget group icon in WAB (Dev Edition)? in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882576#M14252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aw i see, thanks for the reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2018 23:00:26 GMT</pubDate>
    <dc:creator>CCWeedcontrol</dc:creator>
    <dc:date>2018-02-01T23:00:26Z</dc:date>
    <item>
      <title>How can I change the widget group icon in WAB (Dev Edition)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882570#M14246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can anyone help me understand whether it is possible to change the default icon of the widget group from a WAB Developer Edition template? By default, the group widget icon looks like a folder with three dots in it is used when grouping multiple widgets into a single named group (see attached image). Thank you!!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Widget group icon in Web AppBuilder " class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/333626_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 18:55:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882570#M14246</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2017-03-03T18:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change the widget group icon in WAB (Dev Edition)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882571#M14247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you made a change it would affect all group icons not just one.&lt;/P&gt;&lt;P&gt;Just replace or edit the image:&lt;/P&gt;&lt;P&gt;[install dir]\server\apps\[app#]\jimu.js\images\group_icon.png&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 19:08:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882571#M14247</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-03-03T19:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change the widget group icon in WAB (Dev Edition)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882572#M14248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I see, that's what I was afraid of. Are there workarounds for using a different group icon for each custom group I decide to create? &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 19:13:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882572#M14248</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2017-03-03T19:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change the widget group icon in WAB (Dev Edition)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882573#M14249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Ahh. I forgot they changed that. You can add a unique icon for each group by adding an icon property to the group object in your main config.json. I added line 4:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"groups"&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="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"label"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"New Group"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"icon"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"jimu.js/images/group_icon2.png"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"widgets"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882573#M14249</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T11:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change the widget group icon in WAB (Dev Edition)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882574#M14250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to change the group icons but the color of the icon it self is blue so it make my graph icon hard to see. How do i change the color of the widget button?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 22:24:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882574#M14250</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2018-02-01T22:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change the widget group icon in WAB (Dev Edition)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882575#M14251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That is a tough one. The Launchpad theme assigns the background colors for those buttons at random.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 22:27:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882575#M14251</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-02-01T22:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change the widget group icon in WAB (Dev Edition)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882576#M14252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aw i see, thanks for the reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 23:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-change-the-widget-group-icon-in-wab-dev/m-p/882576#M14252</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2018-02-01T23:00:26Z</dc:date>
    </item>
  </channel>
</rss>

