<?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: Copy text to clipboard from a Calcite 'List' Component in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/copy-text-to-clipboard-from-a-calcite-list/m-p/1536058#M85627</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/507049"&gt;@Sage_Wall&lt;/a&gt;&amp;nbsp;Thank you for your input. This looks great!&lt;/P&gt;&lt;P&gt;How might you copy all the 'calcite-list-items' within a 'calcite-list' to the clipboard with one click?&lt;/P&gt;&lt;P&gt;Is it possible to export an entire 'calcite-list' to a csv file?&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2024 19:18:53 GMT</pubDate>
    <dc:creator>dgreenin</dc:creator>
    <dc:date>2024-09-06T19:18:53Z</dc:date>
    <item>
      <title>Copy text to clipboard from a Calcite 'List' Component</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/copy-text-to-clipboard-from-a-calcite-list/m-p/1535467#M85609</link>
      <description>&lt;P&gt;Is it possible to copy text to clipboard from a Calcite 'List' Component?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 13:51:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/copy-text-to-clipboard-from-a-calcite-list/m-p/1535467#M85609</guid>
      <dc:creator>dgreenin</dc:creator>
      <dc:date>2024-09-05T13:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Copy text to clipboard from a Calcite 'List' Component</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/copy-text-to-clipboard-from-a-calcite-list/m-p/1535882#M85618</link>
      <description>&lt;P&gt;Apparently it's not as easy as highlighting the text in the list with the mouse cursor is it...&amp;nbsp; It looks like the cursor goes into pointer mode and doesn't allow the text to be selected.&amp;nbsp; One possible work around would be to add a "copy to clipboard" action or even a click event on the list item itself.&amp;nbsp; The action is probably more intuitive to the end user.&amp;nbsp;&lt;A href="https://codepen.io/sagewall/pen/LYKrKWY" target="_blank"&gt;https://codepen.io/sagewall/pen/LYKrKWY&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 12:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/copy-text-to-clipboard-from-a-calcite-list/m-p/1535882#M85618</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-09-06T12:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copy text to clipboard from a Calcite 'List' Component</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/copy-text-to-clipboard-from-a-calcite-list/m-p/1536058#M85627</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/507049"&gt;@Sage_Wall&lt;/a&gt;&amp;nbsp;Thank you for your input. This looks great!&lt;/P&gt;&lt;P&gt;How might you copy all the 'calcite-list-items' within a 'calcite-list' to the clipboard with one click?&lt;/P&gt;&lt;P&gt;Is it possible to export an entire 'calcite-list' to a csv file?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 19:18:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/copy-text-to-clipboard-from-a-calcite-list/m-p/1536058#M85627</guid>
      <dc:creator>dgreenin</dc:creator>
      <dc:date>2024-09-06T19:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Copy text to clipboard from a Calcite 'List' Component</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/copy-text-to-clipboard-from-a-calcite-list/m-p/1536124#M85628</link>
      <description>&lt;P&gt;Sure, you could do something like this:&amp;nbsp;&lt;A href="https://codepen.io/sagewall/pen/abgPKBb" target="_blank"&gt;https://codepen.io/sagewall/pen/abgPKBb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Loop through all the calcite list items and keep appending to a string that you turn into a CSV Blob and download.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 22:22:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/copy-text-to-clipboard-from-a-calcite-list/m-p/1536124#M85628</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-09-06T22:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Copy text to clipboard from a Calcite 'List' Component</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/copy-text-to-clipboard-from-a-calcite-list/m-p/1536570#M85638</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/507049"&gt;@Sage_Wall&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works great! Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 18:46:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/copy-text-to-clipboard-from-a-calcite-list/m-p/1536570#M85638</guid>
      <dc:creator>dgreenin</dc:creator>
      <dc:date>2024-09-09T18:46:14Z</dc:date>
    </item>
  </channel>
</rss>

