<?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: Customization of Shortlist app in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customization-of-shortlist-app/m-p/605194#M56657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This below link may help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/215392"&gt;Working with Story Map Journal (and Shortlist) on different screen sizes&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, the best site to answer your queries is below:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/community/gis/web-gis/storymaps/content" title="https://community.esri.com/community/gis/web-gis/storymaps/content"&gt;Story Maps&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Biraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Mar 2019 00:36:43 GMT</pubDate>
    <dc:creator>BirajaNayak</dc:creator>
    <dc:date>2019-03-09T00:36:43Z</dc:date>
    <item>
      <title>Customization of Shortlist app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customization-of-shortlist-app/m-p/605193#M56656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone downloadedthe shortlist app template and customized it to enable the feature description content panel to display images and web page links ?&lt;/P&gt;&lt;P&gt;Out of the box just enables plain text (content stored in descrption field in the feature layer.)&lt;/P&gt;&lt;P&gt;In other words I would like the content panel to be more like that in the Journal app template.&lt;/P&gt;&lt;P&gt;Any suggestions welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 05:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customization-of-shortlist-app/m-p/605193#M56656</guid>
      <dc:creator>GeorgieCassar1</dc:creator>
      <dc:date>2019-03-07T05:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Customization of Shortlist app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customization-of-shortlist-app/m-p/605194#M56657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This below link may help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/215392"&gt;Working with Story Map Journal (and Shortlist) on different screen sizes&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, the best site to answer your queries is below:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/community/gis/web-gis/storymaps/content" title="https://community.esri.com/community/gis/web-gis/storymaps/content"&gt;Story Maps&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Biraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2019 00:36:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customization-of-shortlist-app/m-p/605194#M56657</guid>
      <dc:creator>BirajaNayak</dc:creator>
      <dc:date>2019-03-09T00:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Customization of Shortlist app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customization-of-shortlist-app/m-p/605195#M56658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the tips.&amp;nbsp; If I build a shortlist from scratch using the builder, it's not possible to add html tags.&lt;/P&gt;&lt;P&gt;But using your links I found that if I use the CSV template to create a feature class, it offers 5 description fields and these can be populated with html tags directly to include images, hyperlinks etc.&amp;nbsp; This is called the 'as is' option as described here. &lt;A class="link-titled" href="https://storymaps.arcgis.com/en/faq/#question49" title="https://storymaps.arcgis.com/en/faq/#question49"&gt;Esri Story Maps - FAQ&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The template and field descriptions can be downloaded with this :&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://links.esri.com/storymaps/shortlist_layer_template" title="http://links.esri.com/storymaps/shortlist_layer_template"&gt;http://links.esri.com/storymaps/shortlist_layer_template&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here's a tip to ensure your images fit nicely into any size of detail panel.&amp;nbsp; Use the max_width property with a calculation&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&amp;lt;img style="max-width: calc(100% - 20px);" src="...your image url..." alt=" "&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 04:18:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customization-of-shortlist-app/m-p/605195#M56658</guid>
      <dc:creator>GeorgieCassar1</dc:creator>
      <dc:date>2019-03-13T04:18:22Z</dc:date>
    </item>
  </channel>
</rss>

