<?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>How can I show HTML in UI</title><link>https://community.appian.com/discussions/f/user-interface/34547/how-can-i-show-html-in-ui</link><description>Hi All, 
 
 I am trying to display a HTML document in interface. How can I do this any suggestions. 
 
 Thanks in advance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How can I show HTML in UI</title><link>https://community.appian.com/thread/143217?ContentTypeID=1</link><pubDate>Thu, 28 Nov 2024 18:38:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3842ddf-1868-467e-a824-f9db88a1d7dc</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Appian does not support HTML inside the UI. The styled text field only supports a small subset.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I show HTML in UI</title><link>https://community.appian.com/thread/143216?ContentTypeID=1</link><pubDate>Thu, 28 Nov 2024 17:53:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:24ad4a9d-b9db-43d5-b2d1-fdac7b0103ba</guid><dc:creator>ak0642</dc:creator><description>&lt;p&gt;Hi, Could you share the code snippet.&lt;/p&gt;
&lt;p&gt;i also have the similar problem. I have html file in appian folder. Onclick of document name i should open the document in preview in browser not downloading.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;any leads helps a lot.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thank you&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I show HTML in UI</title><link>https://community.appian.com/thread/140960?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2024 12:29:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af53f310-66e5-4c55-a2c8-ecee9421bd3f</guid><dc:creator>asif.hasan02</dc:creator><description>&lt;p&gt;I found the solution. It&amp;#39;s very simple(Just striphtml function). &amp;nbsp;No need of regular expression or plugin hopefully.&lt;/p&gt;
&lt;p&gt;&lt;span data-teams="true"&gt;&lt;span class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I show HTML in UI</title><link>https://community.appian.com/thread/140959?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2024 12:28:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5ce42d14-8bb3-49e1-927d-9c2cd380f3d3</guid><dc:creator>asif.hasan02</dc:creator><description>&lt;p&gt;I found the solution. It&amp;#39;s very simple(Just striphtml function). &amp;nbsp;No need of regular expression or plugin hopefully.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I show HTML in UI</title><link>https://community.appian.com/thread/132458?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 07:44:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6b8afbfe-e22b-4c64-9cba-644ac85da22e</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;&lt;a href="/members/putlurus9219"&gt;sireesha&lt;/a&gt;&amp;nbsp; Appian doesn&amp;#39;t support displaying the HTML in the UI directly but there is a component available as a plugin by Appian that will be able to help you if you pass your HTML in the component&amp;#39;s value parameter.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://community.appian.com/b/appmarket/posts/rich-text-editor"&gt;community.appian.com/.../rich-text-editor&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I show HTML in UI</title><link>https://community.appian.com/thread/132421?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2024 17:40:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0fc9aeb7-e364-48ae-a639-93396998d0e5</guid><dc:creator>SRINIVAS M</dc:creator><description>&lt;p&gt;&lt;span&gt;For example, if you have a variable named &lt;/span&gt;&lt;code&gt;htmlContent&lt;/code&gt;&lt;span&gt; that holds your HTML code, you would configure the Rich Text Display like this:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;a!richTextDisplayField(&lt;br /&gt; labelPosition: &amp;quot;COLLAPSED&amp;quot;,&lt;br /&gt; value: ri!htmlContent /* Assuming ri!htmlContent contains your HTML code */&lt;br /&gt;)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Note:&lt;a href="https://docs.appian.com/suite/help/24.1/Rich_Text_Component.html"&gt;docs.appian.com/.../Rich_Text_Component.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I show HTML in UI</title><link>https://community.appian.com/thread/132411?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2024 16:19:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:88550f74-215a-4ef6-9bb7-a3a33c0e176a</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;To display an HTML document in an Appian interface, you can use an &amp;quot;Embedded Web Content&amp;quot; component.&lt;br /&gt; In the interface designer, add an &amp;quot;Embedded Web Content&amp;quot; component to your interface.&lt;br /&gt;Configure URL: Set the URL property of the component to the location of your HTML document. This could be a URL hosted externally or a relative URL within your organization&amp;#39;s network.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I show HTML in UI</title><link>https://community.appian.com/thread/132408?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2024 15:58:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:300003ef-71de-4467-8032-61a41e61fe22</guid><dc:creator>subhankarb6682</dc:creator><description>&lt;p&gt;You can use use richtextdisplay function for html content...need to check for document..will keep you posted&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>