<?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>display image in interface</title><link>https://community.appian.com/discussions/f/user-interface/26559/display-image-in-interface</link><description>i want to display image in interface but i am unable to do that one can anyone help me for that,</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: display image in interface</title><link>https://community.appian.com/thread/104323?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 11:36:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b715010e-7f04-4ed7-b742-948224dfd1fa</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;thanks for the answer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: display image in interface</title><link>https://community.appian.com/thread/104321?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 11:27:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d5c425af-086f-452e-b3f2-08f346e6b9c2</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;Thanks you very much for the solution,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: display image in interface</title><link>https://community.appian.com/thread/104310?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 09:38:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db039b9c-469d-4ad1-9e8b-322d28d07915</guid><dc:creator>surajs7658</dc:creator><description>&lt;p&gt;Please go through the below code, Hope it will help you..&lt;/p&gt;
&lt;p&gt;a!cardLayout(&lt;br /&gt; contents: {&lt;br /&gt; a!imageField(&lt;br /&gt; label: &amp;quot;&amp;quot;,&lt;br /&gt; labelPosition: &amp;quot;COLLAPSED&amp;quot;,&lt;br /&gt; images: {&lt;br /&gt; a!documentImage(&lt;br /&gt; document: cons!PA_IMGAP&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; size: &amp;quot;FIT&amp;quot;,&lt;br /&gt; isThumbnail: false,&lt;br /&gt; style: &amp;quot;STANDARD&amp;quot;&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; height: &amp;quot;AUTO&amp;quot;,&lt;br /&gt; style: &amp;quot;NONE&amp;quot;,&lt;br /&gt; marginBelow: &amp;quot;STANDARD&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: display image in interface</title><link>https://community.appian.com/thread/104308?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 09:19:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ff3f99e2-cc7a-4dd6-a01a-287db7d15a9c</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;inside card layout I want to add the image... is it possible, if possible, can you please send me the code&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: display image in interface</title><link>https://community.appian.com/thread/104307?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 09:18:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3ae09859-0e5e-4d04-98ee-3f57fbba6ee9</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;i want to insert the image inside the card layout&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: display image in interface</title><link>https://community.appian.com/thread/104302?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 08:05:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8650a497-2cce-483b-8b37-dea20b120662</guid><dc:creator>Amaan Shekh</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  a!imageField(
    label: &amp;quot;Image&amp;quot;,
    labelPosition: &amp;quot;ABOVE&amp;quot;,
    images: {
      /*1. images in your enviorment*/
      a!documentImage(
        /*constant for image*/
        document:  cons!SP_AMAN_IMAGE
      ),
      /*2.images from the web*/
      /* - Any scheme other than http, https, ftp, tel, and mailto
         - Invalid URI characters if not already escaped
         - Empty text string*/
      /*image should be public*/
      a!webImage(
        source: &amp;quot;https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRZwuzq3op1o0SSKRTlfcTE0YtJbkEbuZeCsHPXuI1nlg&amp;amp;s&amp;quot;
),
      /*3. users image*/
      a!userImage(
        user: loggedInUser()
      )
    },
    size: &amp;quot;MEDIUM&amp;quot;,
    isThumbnail: false,
    style: &amp;quot;STANDARD&amp;quot;
  ),
 
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: display image in interface</title><link>https://community.appian.com/thread/104297?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 07:28:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d39e982-6a51-4476-81af-fa4f181ae2c6</guid><dc:creator>PriyankaBhosale</dc:creator><description>&lt;p&gt;Can you please shear your code or requirement so I can help you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: display image in interface</title><link>https://community.appian.com/thread/104293?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 06:16:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:67065818-1b79-41be-be0b-262dab744334</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;What are you trying ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: display image in interface</title><link>https://community.appian.com/thread/104292?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 05:56:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b992b8d4-1cfe-48ac-bed5-fb70be3162ea</guid><dc:creator>p2005</dc:creator><description>&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;You can&amp;nbsp;display&amp;nbsp;images using&amp;nbsp;a!documentImage or a!imageField in an interface. a!imageField can also display images&amp;nbsp;from the web.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;Could you please tell which type of images you&amp;#39;re trying to display or paste you code here if it is possible.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: display image in interface</title><link>https://community.appian.com/thread/104290?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 05:41:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:163246b2-98d1-4d53-96ac-89a1ac614b9f</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;thanks for the replay and i am unable to display the image in the interface using the code can you please help me with the code example...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: display image in interface</title><link>https://community.appian.com/thread/104272?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2022 18:05:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d2e0eae-3920-467f-961a-e0ff9db6f43b</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;Hi, check this&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/22.3/Image_Component.html"&gt;https://docs.appian.com/suite/help/22.3/Image_Component.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>