<?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: Leave the internal scale rectangle of the overviewmap with only borders in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/leave-the-internal-scale-rectangle-of-the/m-p/774044#M1894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Thanks again.&lt;/SPAN&gt; &lt;SPAN&gt;Worked perfectly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gilberto.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Mar 2017 11:24:06 GMT</pubDate>
    <dc:creator>GilbertoMatos</dc:creator>
    <dc:date>2017-03-22T11:24:06Z</dc:date>
    <item>
      <title>Leave the internal scale rectangle of the overviewmap with only borders</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/leave-the-internal-scale-rectangle-of-the/m-p/774042#M1892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to make the inner rectangle of the widgetmap widget, which is used to drag and change position and scale, be completely transparent, and only with black borders. I was able to find out the style and div being applied, so much so that in chrome debug mode, I can make the change directly in background-color, for #ffffff, however, in the source code, I can not find a way to change that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought of doing shortly after the start function of widget.js, an append or an arrowttribute for such a function, but I am not succeeding. Here is the line I need to make the change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Attached follows the image of what I need to do. On the left side, the pattern of the widget and the right side, as I need it to stay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line to be changed and that there is no correct location for such a change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div class="ovwHighlight" dojoattachpoint="_focusDiv" title="Arraste para Alterar a Extensão do Mapa" style="border: 1px solid rgb(0, 0, 0); background-color: rgb(0, 0, 0); opacity: 0.5; display: block; left: 69px; top: 85px; width: 60px; height: 28px;"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;BR /&gt;Gilberto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 22:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/leave-the-internal-scale-rectangle-of-the/m-p/774042#M1892</guid>
      <dc:creator>GilbertoMatos</dc:creator>
      <dc:date>2017-03-21T22:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Leave the internal scale rectangle of the overviewmap with only borders</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/leave-the-internal-scale-rectangle-of-the/m-p/774043#M1893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Gilberto,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;In your [install dir]\server\apps\[app#]\themes\[theme name]\common.css add this css rule:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.ovwHighlight&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="property token"&gt;background-color&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;rgba&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;255, 0, 0, 0&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="important token"&gt;!important&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="property token"&gt;border&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 2px solid &lt;SPAN class="token function"&gt;rgb&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;255, 0, 0&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="important token"&gt;!important&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;/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 08:40:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/leave-the-internal-scale-rectangle-of-the/m-p/774043#M1893</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T08:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Leave the internal scale rectangle of the overviewmap with only borders</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/leave-the-internal-scale-rectangle-of-the/m-p/774044#M1894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Thanks again.&lt;/SPAN&gt; &lt;SPAN&gt;Worked perfectly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gilberto.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 11:24:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/leave-the-internal-scale-rectangle-of-the/m-p/774044#M1894</guid>
      <dc:creator>GilbertoMatos</dc:creator>
      <dc:date>2017-03-22T11:24:06Z</dc:date>
    </item>
  </channel>
</rss>

