<?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 Advanced Setting defaults in WAB print widget in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/advanced-setting-defaults-in-wab-print-widget/m-p/180093#M5019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a WAB application that we have set up to use a custom printing service.&amp;nbsp; It works great but because the printing service has a legend, we don't need to "include legend" in the print widget.&amp;nbsp; The advanced settings in the widget has a check box that by default, is checked on to include a legend.&amp;nbsp; I am looking for a way to turn that off so users don't have to know to do that.&amp;nbsp; It's not intuitive since they don't know that there is already a legend included in the layout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2015 14:25:10 GMT</pubDate>
    <dc:creator>LisaHuggins</dc:creator>
    <dc:date>2015-08-04T14:25:10Z</dc:date>
    <item>
      <title>Advanced Setting defaults in WAB print widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/advanced-setting-defaults-in-wab-print-widget/m-p/180093#M5019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a WAB application that we have set up to use a custom printing service.&amp;nbsp; It works great but because the printing service has a legend, we don't need to "include legend" in the print widget.&amp;nbsp; The advanced settings in the widget has a check box that by default, is checked on to include a legend.&amp;nbsp; I am looking for a way to turn that off so users don't have to know to do that.&amp;nbsp; It's not intuitive since they don't know that there is already a legend included in the layout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 14:25:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/advanced-setting-defaults-in-wab-print-widget/m-p/180093#M5019</guid>
      <dc:creator>LisaHuggins</dc:creator>
      <dc:date>2015-08-04T14:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Setting defaults in WAB print widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/advanced-setting-defaults-in-wab-print-widget/m-p/180094#M5020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lisa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You will need to modify the Print.html file found in the&lt;/P&gt;&lt;P&gt;[Install Dir]server\apps\[App Number]\widgets\Print\templates&lt;/P&gt;&lt;P&gt;folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The line you need to change is line 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14386997013691978 jive_text_macro" data-renderedposition="176_8_912_16" jivemacro_uid="_14386997013691978" modifiedtitle="true"&gt;&lt;P&gt;&amp;lt;input type="checkbox" data-dojo-type="dijit/form/CheckBox" data-dojo-props="name:'legend',value:true,checked:true" /&amp;gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Change data-dojo-props="name:'legend',value:true,checked:true" to checked:false.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 14:48:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/advanced-setting-defaults-in-wab-print-widget/m-p/180094#M5020</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-04T14:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Setting defaults in WAB print widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/advanced-setting-defaults-in-wab-print-widget/m-p/180095#M5021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for the quick and thorough response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We aren't hosting the application on our side.&amp;nbsp; It's an AGOL application.&amp;nbsp; I assume the instructions above are for hosted sites?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 14:53:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/advanced-setting-defaults-in-wab-print-widget/m-p/180095#M5021</guid>
      <dc:creator>LisaHuggins</dc:creator>
      <dc:date>2015-08-04T14:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Setting defaults in WAB print widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/advanced-setting-defaults-in-wab-print-widget/m-p/180096#M5022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lisa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Correct, the only way you are going to be able to resolve this is to download the app and make the change in code and host yourself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 14:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/advanced-setting-defaults-in-wab-print-widget/m-p/180096#M5022</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-04T14:55:01Z</dc:date>
    </item>
  </channel>
</rss>

