<?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 Help with Simple Mod to Tab Theme in Web AppBuilder Custom Themes Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/help-with-simple-mod-to-tab-theme/m-p/831244#M43</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working in WABD 2.3 and I want to modify the tab theme slightly. I want to add one extra widget holder in the top right corner relative to the map. (See attached screen shot.) I was hoping to make a copy of the default tab theme and make that modification. Can anyone point me to the right spot in the theme code to make that change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Shannon&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2017 20:08:05 GMT</pubDate>
    <dc:creator>ShannonDeArmond</dc:creator>
    <dc:date>2017-05-15T20:08:05Z</dc:date>
    <item>
      <title>Help with Simple Mod to Tab Theme</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/help-with-simple-mod-to-tab-theme/m-p/831244#M43</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working in WABD 2.3 and I want to modify the tab theme slightly. I want to add one extra widget holder in the top right corner relative to the map. (See attached screen shot.) I was hoping to make a copy of the default tab theme and make that modification. Can anyone point me to the right spot in the theme code to make that change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Shannon&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 20:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/help-with-simple-mod-to-tab-theme/m-p/831244#M43</guid>
      <dc:creator>ShannonDeArmond</dc:creator>
      <dc:date>2017-05-15T20:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Simple Mod to Tab Theme</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/help-with-simple-mod-to-tab-theme/m-p/831245#M44</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The files you're looking for are the&amp;nbsp;theme's layouts' config files:&lt;/P&gt;&lt;P&gt;TabTheme &amp;gt; layouts &amp;gt; default &amp;gt; config.json&lt;BR /&gt;TabTheme &amp;gt; layouts &amp;gt; layout1 &amp;gt; config.json&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;widget placeholders are in those files in the widgetOnScreen widgets array, and they're javascript objects with just a position. Like this, in default &amp;gt; config.json:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{
&amp;nbsp; "position": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "left": 95,
&amp;nbsp;&amp;nbsp;&amp;nbsp; "top": 45,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "width": 400,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "height": 410
&amp;nbsp;&amp;nbsp; }
 }&lt;/PRE&gt;&lt;P&gt;The placeholder above is 95px in from the left of the map, and 45px from the top of the map.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;To add a fourth (or more) placeholder, find the last existing placeholder and add a similar javascript object, with the desired position. In this case, you're probably only changing the &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;"left"&lt;/SPAN&gt; number. Then in layout1 &amp;gt; config.json,&amp;nbsp;find the existing placeholder objects (you may need to do this by matching the &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;position&lt;/SPAN&gt; in the json with what you see on the screen in builder)&amp;nbsp;and add a new one in an order that makes sense. Web AppBuilder numbers these placeholders in the order they appear in the json, so if you're working with right-aligned ones, you'll what them to be listed left-most to right-most.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:58:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/help-with-simple-mod-to-tab-theme/m-p/831245#M44</guid>
      <dc:creator>AlisonSizer</dc:creator>
      <dc:date>2021-12-12T16:58:34Z</dc:date>
    </item>
  </channel>
</rss>

