<?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: Print Template Dijit - Just two options to print in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-template-dijit-just-two-options-to-print/m-p/438497#M40371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Awesome!! I'm glad it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if any issues arise &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 19:12:11 GMT</pubDate>
    <dc:creator>JonathanUihlein</dc:creator>
    <dc:date>2014-01-23T19:12:11Z</dc:date>
    <item>
      <title>Print Template Dijit - Just two options to print</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-template-dijit-just-two-options-to-print/m-p/438494#M40368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to change the print template dijit options, for example not to have so many options (delete a few) and also to change what they are called, for example, instead of "A4 Landscape" I would have only Landscape. I would like to have only two options: Landscape and Portrait and they would be of size A4. Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/widget_print_esri_request.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/widget_print_esri_request.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 15:57:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-template-dijit-just-two-options-to-print/m-p/438494#M40368</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2014-01-23T15:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Print Template Dijit - Just two options to print</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-template-dijit-just-two-options-to-print/m-p/438495#M40369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Absolutely.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the sample you posted, you can change the names by changing attributes for: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;layoutTemplate[0].choiceList&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;or &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;templateNames&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;layoutTemplate[0].choiceList[0] = "Landscape";&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;OR &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;templateNames[0] = "Landscape";&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:08:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-template-dijit-just-two-options-to-print/m-p/438495#M40369</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-01-23T16:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Print Template Dijit - Just two options to print</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-template-dijit-just-two-options-to-print/m-p/438496#M40370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Jonathan! It worked!!! I also changed the code to remove the other options&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; layoutTemplate[0].choiceList.splice(2, 7)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank&amp;nbsp; you!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 18:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-template-dijit-just-two-options-to-print/m-p/438496#M40370</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2014-01-23T18:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Print Template Dijit - Just two options to print</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-template-dijit-just-two-options-to-print/m-p/438497#M40371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Awesome!! I'm glad it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if any issues arise &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 19:12:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-template-dijit-just-two-options-to-print/m-p/438497#M40371</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-01-23T19:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Print Template Dijit - Just two options to print</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-template-dijit-just-two-options-to-print/m-p/438498#M40372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually the changes are made visually, but I click to Print, the printing does not work. It shows "Printing" for a millisecond then goes back to "Print" and it never shows a "Printout". I am going to try on the sandbox to see what happens&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 19:27:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-template-dijit-just-two-options-to-print/m-p/438498#M40372</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2014-01-23T19:27:42Z</dc:date>
    </item>
  </channel>
</rss>

