<?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: Increase the size of the result area widget measurement in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858224#M11506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;this.measurement = new Measurement(measurementJson, this.measurementDiv);&lt;BR /&gt;this.measurement.resultLabel = "resultLabel esriMeasurementResultLabel esriMeasurementResultLabelFontSize";&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 17:55:17 GMT</pubDate>
    <dc:creator>GilbertoMatos</dc:creator>
    <dc:date>2017-02-13T17:55:17Z</dc:date>
    <item>
      <title>Increase the size of the result area widget measurement</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858223#M11505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Hello!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;I need to increase the font size of the measurment widget results area, but I'm not finding it.&lt;/SPAN&gt; &lt;SPAN class=""&gt;I have already tried to create a new class in the css of the application theme, and to be as follows in the file widget.js, but it did not solve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&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>Mon, 13 Feb 2017 17:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858223#M11505</guid>
      <dc:creator>GilbertoMatos</dc:creator>
      <dc:date>2017-02-13T17:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Increase the size of the result area widget measurement</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858224#M11506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;this.measurement = new Measurement(measurementJson, this.measurementDiv);&lt;BR /&gt;this.measurement.resultLabel = "resultLabel esriMeasurementResultLabel esriMeasurementResultLabelFontSize";&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 17:55:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858224#M11506</guid>
      <dc:creator>GilbertoMatos</dc:creator>
      <dc:date>2017-02-13T17:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Increase the size of the result area widget measurement</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858225#M11507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gilberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;It is as simple as adding css rule to your apps theme&amp;nbsp;common.css:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.esriMeasurement .esriMeasurementResultValue&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="property token"&gt;padding&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 5px&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="property token"&gt;font-size&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; large&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 10:37:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858225#M11507</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T10:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Increase the size of the result area widget measurement</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858226#M11508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Perfect Robert!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It worked as I needed it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert, in this file common.css, all the css that I include in it, will be the priority, that is, will replace what is predefined?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do you know which class to include in the common.css file?&lt;/SPAN&gt; &lt;SPAN&gt;Do you debug chrome?&lt;/SPAN&gt; &lt;SPAN&gt;I ask you this, because I spend a lot of work figuring out where to make these small changes.&lt;/SPAN&gt; &lt;SPAN&gt;Thanks to your help, I can solve it, but I need to understand the logic of business.&lt;/SPAN&gt; &lt;SPAN&gt;Do you recommend reading about it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&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>Mon, 13 Feb 2017 18:51:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858226#M11508</guid>
      <dc:creator>GilbertoMatos</dc:creator>
      <dc:date>2017-02-13T18:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Increase the size of the result area widget measurement</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858227#M11509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gilberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I just use Chrome debugging tools to inspect the dom element and find the elements class and if that widget does not have it's own css file that I can add to (like the Measurement widget) then you can just add your css rules to the themes common.css. I don't have any recommended reading on this, I just learnt by trial and error using the inspector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to mark your question as answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 19:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858227#M11509</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-02-13T19:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Increase the size of the result area widget measurement</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858228#M11510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Perfect Robert!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Thank you very much!&lt;/SPAN&gt; &lt;SPAN&gt;I can learn a lot from your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Gilberto.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 19:07:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/increase-the-size-of-the-result-area-widget/m-p/858228#M11510</guid>
      <dc:creator>GilbertoMatos</dc:creator>
      <dc:date>2017-02-13T19:07:37Z</dc:date>
    </item>
  </channel>
</rss>

