<?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: Printing with Custom Text Elements in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296596#M27239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ugh. I just wasted 3 hours trying to figure this out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why have something exposed by the REST api then not support it in the js api?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This makes the task of exposing a simple extra text element much more complex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So your saying that now i have to generate a custom python script just to handle this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that stinks. but thanks for the info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2012 18:47:27 GMT</pubDate>
    <dc:creator>KevinGooss</dc:creator>
    <dc:date>2012-09-28T18:47:27Z</dc:date>
    <item>
      <title>Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296594#M27237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are custom text elements not supported in the JavaScript API yet when using the 10.1 print service?&amp;nbsp; I do not see it as a property for layoutOptions for the PrintTemplate class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 13:16:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296594#M27237</guid>
      <dc:creator>JustinGreco</dc:creator>
      <dc:date>2012-07-05T13:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296595#M27238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The workaround was to create a Python script and add a string parameter for the text for the custom text element.&amp;nbsp; Then in JS I passed the text to the extraParameters property of the PrintParameters class.&amp;nbsp; Interesting that customTextElements is a property in the Flex and Silverlight APIs, but not JavaScript.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 11:36:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296595#M27238</guid>
      <dc:creator>JustinGreco</dc:creator>
      <dc:date>2012-07-06T11:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296596#M27239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ugh. I just wasted 3 hours trying to figure this out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why have something exposed by the REST api then not support it in the js api?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This makes the task of exposing a simple extra text element much more complex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So your saying that now i have to generate a custom python script just to handle this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that stinks. but thanks for the info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 18:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296596#M27239</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2012-09-28T18:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296597#M27240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;maybe this will be fixed in service pack 1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pretty please...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 18:48:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296597#M27240</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2012-09-28T18:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296598#M27241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, what if i want to pass in, say, 5 additional fields. Would those all be extra params in the python or would i have to parse them in with a delimiter and jam them into a single field? crud.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 18:50:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296598#M27241</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2012-09-28T18:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296599#M27242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know if there is a way i can jack the api-generated request before it goes over the wire so i can inject these missing elements myself? Is there an event that provides access to the generated request after the printTask.execute method is called?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 19:20:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296599#M27242</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2012-09-28T19:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296600#M27243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or, even better, is there a way to generate the web_map_as_json string client-side without shipping it off?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 19:23:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296600#M27243</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2012-09-28T19:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296601#M27244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bump.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Before I start to write my Print routine for my ArcIMS replacement internal thingie, is there any change in this?&amp;nbsp; I need to be able to&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Add title&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Add Comments&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Be to specific Scale - and to print at that scale&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Add Legend&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Add Scale Bar&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Add North Arrow&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Have multiple page templates&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;The Print Widget is close to doing this, but it seems not all the way there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The more advanced print tools (like tutorials &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//01540000056t000000"&gt;here&lt;/A&gt;&lt;SPAN&gt;) seem overly complex and take nearly a minute to produce.&amp;nbsp; My ArcIMS users will see that as a step backwards however much I tell them that the PDFs are much better quality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So do I embark on the Print Widget, and modifying it as described above, or wait to see if improvements are on the way with 3.3?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 12:59:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296601#M27244</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2012-11-19T12:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296602#M27245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hopefully js api 3.3 is on the way any day now and esri has heard our pleas to include the custom text elements.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 13:02:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296602#M27245</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2012-11-19T13:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296603#M27246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;3.3 will add support for customTextElements in PrintTask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 00:26:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296603#M27246</guid>
      <dc:creator>JianHuang</dc:creator>
      <dc:date>2012-11-20T00:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296604#M27247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are there any ESRI samples that show how to use Custom Text Elements to print out information of a selected record on the custom print template?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:09:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296604#M27247</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-06-04T12:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296605#M27248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;in templates parameter you can do it :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label: "PDF A4",
&amp;nbsp; format: "PDF",
&amp;nbsp; layout: "myLayout",
&amp;nbsp; layoutOptions: {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; legendLayers:[legendLayer],
&amp;nbsp;&amp;nbsp; customTextElements : [
&amp;nbsp;&amp;nbsp;&amp;nbsp; {myTest: "My text !"}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]
&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp; exportOptions: {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dpi: 96
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp; }&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:13:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296605#M27248</guid>
      <dc:creator>Enguerranddes_Vaux</dc:creator>
      <dc:date>2021-12-11T14:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296606#M27249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Enguerrand:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In order to get your code to work, would I need to have dynamic text in my PDF A4 map template that had the name myTest so the web app would recognize the dynamic text I am passing from the Javascript app to the selected map template of the custom print service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296606#M27249</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-06-04T12:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296607#M27250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. The Element Name will make the link. ( sorry for my english, i'm french)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34331[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296607#M27250</guid>
      <dc:creator>Enguerranddes_Vaux</dc:creator>
      <dc:date>2014-06-04T12:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296608#M27251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Enguerrand:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your code above is slightly different from an ESRI sample that seems to have been created for v10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ESRI sample is shown below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name: "Letter ANSI A Portrait", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label: "Portrait (Image)", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format: "jpg", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; options:&amp;nbsp; { &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; legendLayers: [],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scaleBarUnit: "Miles",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; titleText: printTitle + ", Portrait JPG"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has the syntax for options changed between 10.1 and 10.2 where layoutOptions are now specified just as options?&amp;nbsp; It seems to me that both options and layoutOptions are referring to the same objects.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296608#M27251</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-06-04T12:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Custom Text Elements</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296609#M27252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have used this sample :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/widget_print_esri_request.html"&gt;https://developers.arcgis.com/javascript/jssamples/widget_print_esri_request.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And the API says that is layoutOptions :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/printtemplate-amd.html#layoutoptions"&gt;https://developers.arcgis.com/javascript/jsapi/printtemplate-amd.html#layoutoptions&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-with-custom-text-elements/m-p/296609#M27252</guid>
      <dc:creator>Enguerranddes_Vaux</dc:creator>
      <dc:date>2014-06-04T12:53:58Z</dc:date>
    </item>
  </channel>
</rss>

