<?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 Web AppBuilder Print widget settings help in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-print-widget-settings-help/m-p/368820#M9813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody answer, or offer suggestions, to these questions regarding the ESRI Print widget for Web AppBuilder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is it possible to add a north arrow to the print layouts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Under the Advanced options is it possible to set the default to preserve "map extent" instead of "map scale."&amp;nbsp; I'm having trouble locating that in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/153300_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Dec 2015 22:05:25 GMT</pubDate>
    <dc:creator>AdamGebhart</dc:creator>
    <dc:date>2015-12-07T22:05:25Z</dc:date>
    <item>
      <title>Web AppBuilder Print widget settings help</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-print-widget-settings-help/m-p/368820#M9813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody answer, or offer suggestions, to these questions regarding the ESRI Print widget for Web AppBuilder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is it possible to add a north arrow to the print layouts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Under the Advanced options is it possible to set the default to preserve "map extent" instead of "map scale."&amp;nbsp; I'm having trouble locating that in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/153300_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 22:05:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-print-widget-settings-help/m-p/368820#M9813</guid>
      <dc:creator>AdamGebhart</dc:creator>
      <dc:date>2015-12-07T22:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder Print widget settings help</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-print-widget-settings-help/m-p/368821#M9814</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;OL&gt;&lt;LI&gt;Adding a north arrow would involve using your own print service instead of the default esri one and adding the north arrow to each of the default templates that you print service uses. Pretty involved. &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//0057000000mq000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//0057000000mq000000" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2) | Advanced Printing&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;Open the [install dir]\server\apps\[app#]\widgets\Print\templates\Print.html&lt;/LI&gt;&lt;/OL&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;td&amp;gt;
&amp;nbsp; &amp;lt;input type="radio" data-dojo-type="dijit/form/RadioButton" data-dojo-props="name:'preserveScale',checked:true,value:'true'"
&amp;nbsp; /&amp;gt;
&amp;nbsp; ${nls.mapScale}&amp;nbsp; 
&amp;nbsp; &amp;lt;input type="radio" data-dojo-type="dijit/form/RadioButton" data-dojo-props="name:'preserveScale',value:'false'"
&amp;nbsp;&amp;nbsp; /&amp;gt;
&amp;nbsp; ${nls.mapExtent}
&amp;lt;/td&amp;gt;&lt;/PRE&gt;&lt;P&gt;Change checked value true to false and vise versa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:05:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-print-widget-settings-help/m-p/368821#M9814</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T17:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder Print widget settings help</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-print-widget-settings-help/m-p/368822#M9815</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;As always, thanks for the information.&amp;nbsp; I don't think I'll mess with the north arrow just yet.&amp;nbsp; I was able to switch my default "Preserve" setting per your tip though, and that will help our users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 15:31:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-print-widget-settings-help/m-p/368822#M9815</guid>
      <dc:creator>AdamGebhart</dc:creator>
      <dc:date>2015-12-08T15:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder Print widget settings help</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-print-widget-settings-help/m-p/368823#M9816</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;I tried changing these values in a web mapping application downloaded from ArcGIS Online. Should that work or is this intended for the developer version of webapp builder? Also can the default resolution of 96 be changed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:38:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-print-widget-settings-help/m-p/368823#M9816</guid>
      <dc:creator>GeraldStanuch</dc:creator>
      <dc:date>2016-12-09T14:38:49Z</dc:date>
    </item>
  </channel>
</rss>

