<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Button for Copy text to clipboard</title><link>https://community.appian.com/discussions/f/user-interface/35007/button-for-copy-text-to-clipboard</link><description>Hello, guys. I am wondering how can I craete a component that has a button to copy its text content to the user&amp;#39;s clipboard. 
 I would like to be able to copy the rich text&amp;#39;s content only. 
 
 
 
 If there&amp;#39;s any coding answer for its implementation, I</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Button for Copy text to clipboard</title><link>https://community.appian.com/thread/135505?ContentTypeID=1</link><pubDate>Fri, 17 May 2024 13:07:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d3913619-a523-455b-a71f-726efb2106ca</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;I&amp;#39;ll add my standard disclaimer here - this is not a documented capability and is not officially supported. Any function or type like has not gone through the rigor / testing that supported functionality has and is subject to change in any release without notice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Button for Copy text to clipboard</title><link>https://community.appian.com/thread/135473?ContentTypeID=1</link><pubDate>Thu, 16 May 2024 17:38:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f2002e6a-9c70-4000-b9d4-4126abc2d966</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Agreed and in this case it&amp;#39;s even less of a &amp;quot;hack&amp;quot; than normal - it&amp;#39;s a built-in appian function (named specifically for its use case and in use in the designer back-end) which people have gradually figured out how to use in a SAIL interface (if unsupported).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Button for Copy text to clipboard</title><link>https://community.appian.com/thread/135472?ContentTypeID=1</link><pubDate>Thu, 16 May 2024 17:38:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f80029c-7832-4870-8fcf-e54d5fc8a247</guid><dc:creator>Silas. B. Ferreira</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!richTextDisplayField(
  labelPosition: &amp;quot;COLLAPSED&amp;quot;,
  value: {
    a!richTextItem(
      text: ri!textToCopy,
      style: &amp;quot;STRONG&amp;quot;,
      size: &amp;quot;MEDIUM&amp;quot;
    ),
    char(9),
    a!richTextIcon(
      icon: &amp;quot;clone-solid&amp;quot;,
      size: &amp;quot;MEDIUM&amp;quot;,
      link: &amp;#39;type!{http://www.appian.com/ae/types/2009}CopyToClipboardLink&amp;#39;(
        textToCopy: ri!textToCopy
      ),
      linkStyle: &amp;quot;STANDALONE&amp;quot;
    )
  }
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;By the way, a team-mate found this, hope it&amp;#39;s useful for you all.&lt;br /&gt;Source:&amp;nbsp;&lt;span&gt;&lt;a href="https://community.appian.com/discussions/f/new-to-appian/24688/how-to-copy-data-to-clipboard/134831"&gt;community.appian.com/.../134831&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div id="acfifjfajpekbmhmjppnmmjgmhjkildl" class="acfifjfajpekbmhmjppnmmjgmhjkildl"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Button for Copy text to clipboard</title><link>https://community.appian.com/thread/135471?ContentTypeID=1</link><pubDate>Thu, 16 May 2024 17:28:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:57bbe6ef-b4e3-4f1a-a1cc-da4995715ad7</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Appian does not support this officially. But I think you should be able to find an unsupported hack using the search function.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>