<?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>Custom Box Layout header and collapse</title><link>https://community.appian.com/discussions/f/user-interface/38068/custom-box-layout-header-and-collapse</link><description>Hello everyone, Im new to Appian, Is it able to custom a box layout like this. I found that field style:&amp;quot;STANDARD&amp;quot; could be the same but I want it have to be white one. Can anyone help me?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Custom Box Layout header and collapse</title><link>https://community.appian.com/thread/143229?ContentTypeID=1</link><pubDate>Fri, 29 Nov 2024 08:37:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0c4aa75d-93bb-4989-bcaf-e252d06f5056</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;Please try the below code&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:108px;max-width:501px;" height="108" src="/resized-image/__size/1002x216/__key/communityserver-discussions-components-files/13/pastedimage1732869399434v1.png" width="501" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  a!horizontalLine(),
  a!boxLayout(
    label: &amp;quot;Remarks&amp;quot;,
    labelSize: &amp;quot;SMALL&amp;quot;,
    isCollapsible: true,
    style: &amp;quot;#ffffff&amp;quot;,
    showBorder: false(),
    contents: a!richTextDisplayField(
      value: {
        a!richTextItem(
          text: &amp;quot;Remark&amp;quot;,
          style: &amp;quot;STRONG&amp;quot;
        ),
        char(10),
        a!richTextItem(
          text: &amp;quot;Need to check customer claim history&amp;quot;
        )
      }
    )
  ),
  a!horizontalLine(),
  a!boxLayout(
    label: &amp;quot;Document&amp;quot;,
    labelSize: &amp;quot;SMALL&amp;quot;,
    isCollapsible: true,
    style: &amp;quot;#ffffff&amp;quot;,
    showBorder: false()
    )
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Box Layout header and collapse</title><link>https://community.appian.com/thread/143227?ContentTypeID=1</link><pubDate>Fri, 29 Nov 2024 08:34:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ee353c3-0696-4beb-8b72-2d24070f5ab0</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;Please check the color of box layout in the style section.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Box Layout header and collapse</title><link>https://community.appian.com/thread/143226?ContentTypeID=1</link><pubDate>Fri, 29 Nov 2024 07:45:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f1fb092d-e1b5-4e51-8a67-65d75762ae99</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Did you try to just set the Style to the white?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1732866332116v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>