<?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 Can the Web AppBuilder Draw widget have &amp;quot;Show Measurements&amp;quot; checked on by default? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-the-web-appbuilder-draw-widget-have-quot-show/m-p/471620#M12486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our users would like to have the Draw widget's measurements displayed by default so they don't have to check the Show Measurements box each time.&amp;nbsp; Is this possible in WAB 2.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="136" src="https://community.esri.com/legacyfs/online/317859_pastedImage_3.png" width="272" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the following change (highlighted) to apps\#\widgets\Draw\widget.html - line 24, but that didn't work.&amp;nbsp; Can it be done?&amp;nbsp; If it's not very easy to see, the modification was to add &lt;EM&gt; data-dojo-props="checked:true,value:'true' &lt;/EM&gt;after &lt;EM&gt;type="checkbox"&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/317858_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was based on a similar modification &lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;‌ described for having the Print widget Advanced Settings default set to preserve map extent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2017 18:32:19 GMT</pubDate>
    <dc:creator>AdamGebhart</dc:creator>
    <dc:date>2017-02-08T18:32:19Z</dc:date>
    <item>
      <title>Can the Web AppBuilder Draw widget have "Show Measurements" checked on by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-the-web-appbuilder-draw-widget-have-quot-show/m-p/471620#M12486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our users would like to have the Draw widget's measurements displayed by default so they don't have to check the Show Measurements box each time.&amp;nbsp; Is this possible in WAB 2.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="136" src="https://community.esri.com/legacyfs/online/317859_pastedImage_3.png" width="272" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the following change (highlighted) to apps\#\widgets\Draw\widget.html - line 24, but that didn't work.&amp;nbsp; Can it be done?&amp;nbsp; If it's not very easy to see, the modification was to add &lt;EM&gt; data-dojo-props="checked:true,value:'true' &lt;/EM&gt;after &lt;EM&gt;type="checkbox"&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/317858_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was based on a similar modification &lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;‌ described for having the Print widget Advanced Settings default set to preserve map extent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 18:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-the-web-appbuilder-draw-widget-have-quot-show/m-p/471620#M12486</guid>
      <dc:creator>AdamGebhart</dc:creator>
      <dc:date>2017-02-08T18:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Web AppBuilder Draw widget have "Show Measurements" checked on by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-the-web-appbuilder-draw-widget-have-quot-show/m-p/471621#M12487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;For a html input element like that you just need to add "checked"&lt;/P&gt;&lt;PRE class="line-numbers language-markup"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;data-dojo-attach-point&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;showMeasure&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;type&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;checkbox&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;checked&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;/&amp;gt;&lt;/SPAN&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 18:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-the-web-appbuilder-draw-widget-have-quot-show/m-p/471621#M12487</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-02-08T18:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Web AppBuilder Draw widget have "Show Measurements" checked on by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-the-web-appbuilder-draw-widget-have-quot-show/m-p/471622#M12488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked.&amp;nbsp; Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 20:03:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-the-web-appbuilder-draw-widget-have-quot-show/m-p/471622#M12488</guid>
      <dc:creator>AdamGebhart</dc:creator>
      <dc:date>2017-02-08T20:03:07Z</dc:date>
    </item>
  </channel>
</rss>

