<?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 Printer Widget change the Legend element of the  Layout Options with images in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789276#M3928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am developing an&lt;A href="https://geoportal.bafg.de/IKSR_WFD_2017/" rel="nofollow noopener noreferrer" target="_blank"&gt; application&lt;/A&gt; based on WAB. Since I have some services with complicated legend I made the legend widget to reference to a pre made images for legend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have my own print template with Title, Author, copyright and legend elements.&amp;nbsp; I am working to include&amp;nbsp;these images in the place of the legend element or any other element so that the map got an appropriate legend element in the printout.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you see the&amp;nbsp;PrintTemplate() object we have access to these&amp;nbsp;layout elements in the&amp;nbsp;&amp;nbsp;LayoutOptions object as properties.&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;// this script is a piece from the print.js &lt;/SPAN&gt;

template&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layoutOptions &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; authorText&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; hasAuthorText &lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt; form&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;author &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; copyrightText&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; hasCopyrightText &lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;form&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;copyright &lt;SPAN class="operator token"&gt;||&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;_getMapAttribution&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; legendLayers&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;_getLegendLayers&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;// fix issue 7744&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; titleText&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; hasTitleText &lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt; form&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;title &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customTextElements&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; cteArray
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;the layout elements (authorText, copyrightText, titleText....) are taking their values from the form or we can hardcode the value here. Is there a way then to place my image in any of these elements based on which layer is visible in the map for printing? the hardest thing i experienced is to access the node (the physical places) where these elements are appended in to the&amp;nbsp;print template .&amp;nbsp; Any Idea is appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mehretab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 09:01:32 GMT</pubDate>
    <dc:creator>Mehretab</dc:creator>
    <dc:date>2021-12-12T09:01:32Z</dc:date>
    <item>
      <title>Printer Widget change the Legend element of the  Layout Options with images</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789276#M3928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am developing an&lt;A href="https://geoportal.bafg.de/IKSR_WFD_2017/" rel="nofollow noopener noreferrer" target="_blank"&gt; application&lt;/A&gt; based on WAB. Since I have some services with complicated legend I made the legend widget to reference to a pre made images for legend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have my own print template with Title, Author, copyright and legend elements.&amp;nbsp; I am working to include&amp;nbsp;these images in the place of the legend element or any other element so that the map got an appropriate legend element in the printout.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you see the&amp;nbsp;PrintTemplate() object we have access to these&amp;nbsp;layout elements in the&amp;nbsp;&amp;nbsp;LayoutOptions object as properties.&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;// this script is a piece from the print.js &lt;/SPAN&gt;

template&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layoutOptions &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; authorText&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; hasAuthorText &lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt; form&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;author &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; copyrightText&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; hasCopyrightText &lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;form&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;copyright &lt;SPAN class="operator token"&gt;||&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;_getMapAttribution&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; legendLayers&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;_getLegendLayers&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;// fix issue 7744&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; titleText&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; hasTitleText &lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt; form&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;title &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customTextElements&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; cteArray
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;the layout elements (authorText, copyrightText, titleText....) are taking their values from the form or we can hardcode the value here. Is there a way then to place my image in any of these elements based on which layer is visible in the map for printing? the hardest thing i experienced is to access the node (the physical places) where these elements are appended in to the&amp;nbsp;print template .&amp;nbsp; Any Idea is appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mehretab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:01:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789276#M3928</guid>
      <dc:creator>Mehretab</dc:creator>
      <dc:date>2021-12-12T09:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Widget change the Legend element of the  Layout Options with images</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789277#M3929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Mehretab,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;The way you are approaching this is wrong. What you need to do is setup custom print templates and choose the template based on your criteria. The custom templates will have the legend element removed and have your static legend image added to the layout.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://enterprise.arcgis.com/en/server/latest/get-started/windows/tutorial-publishing-additional-services-for-printing.htm" title="https://enterprise.arcgis.com/en/server/latest/get-started/windows/tutorial-publishing-additional-services-for-printing.htm"&gt;Tutorial: Publishing additional services for printing—Documentation | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A href="https://community.esri.com/thread/185595-can-you-format-print-layoutstemplates-in-wab-or-portal"&gt;https://community.esri.com/thread/185595-can-you-format-print-layoutstemplates-in-wab-or-portal&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:05:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789277#M3929</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-02-07T14:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Widget change the Legend element of the  Layout Options with images</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789278#M3930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;Thanks as always. sorry for not been clear, in my test environment I am already working with&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;custom print templates. This custom print template has:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="color: #4c4c4c; font-size: 15.9375px; margin-left: 0.775rem;"&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;Legend, Title text,&amp;nbsp;Copyright text, Author text and some&amp;nbsp;Custom text element&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;As you recommended I can create new&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;custom print templates without legend element, but the real problem remains where do I have to put the images (supposed to serve as legends) in the template? The images in the map printout&amp;nbsp; must also change according to which service is displayed in the map as they do in legend widget in the above application.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:40:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789278#M3930</guid>
      <dc:creator>Mehretab</dc:creator>
      <dc:date>2018-02-07T14:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Widget change the Legend element of the  Layout Options with images</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789279#M3931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;where do I have to put the images (supposed to serve as legends) in the template? Yes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;The images in the map printout&amp;nbsp; must also change according to which service is displayed in the map as they do in legend widget in the above application: So you have a separate&amp;nbsp;layout for each.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789279#M3931</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-02-07T14:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Widget change the Legend element of the  Layout Options with images</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789280#M3932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;'So you have a separate&amp;nbsp;layout for each'. Do you mean I will have a layout with a static image (the legend image) for every service? if so I will have as many layout as the number of my service which are fairly&amp;nbsp;many.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:57:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789280#M3932</guid>
      <dc:creator>Mehretab</dc:creator>
      <dc:date>2018-02-07T14:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Widget change the Legend element of the  Layout Options with images</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789281#M3933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No not at all. Are you saying that the standard layout with a dynamic legend will NEVER work for you?.. I thought that you were just talking about a couple of specific circumstances.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 15:11:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789281#M3933</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-02-07T15:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Widget change the Legend element of the  Layout Options with images</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789282#M3934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;standard layout with a dynamic legend works well but instead of the dynamic legend I want to use images if possible in the legend elements places or even on other elements. I Preferred this approach&amp;nbsp; because the dynamic legend is going to be really a mess with the amount of sub layers in every service within the application.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 15:32:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789282#M3934</guid>
      <dc:creator>Mehretab</dc:creator>
      <dc:date>2018-02-07T15:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Widget change the Legend element of the  Layout Options with images</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789283#M3935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have a good suggestion for you then if you are wanting to do this for everything. There is not a way that I am aware of to pass an image to the layout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 15:45:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/printer-widget-change-the-legend-element-of-the/m-p/789283#M3935</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-02-07T15:45:28Z</dc:date>
    </item>
  </channel>
</rss>

