<?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>Possible to have two sections collapse with one action?</title><link>https://community.appian.com/discussions/f/user-interface/7221/possible-to-have-two-sections-collapse-with-one-action</link><description>Hi I am looking for a way yo have one collapsing active for to sections (when collapsing the section another section should also be collapsed) is there a way to do that? 
 OriginalPostID-200995 
 OriginalPostID-200995</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Possible to have two sections collapse with one action?</title><link>https://community.appian.com/thread/50106?ContentTypeID=1</link><pubDate>Wed, 15 Nov 2017 11:26:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f33d9d31-dc41-475b-830b-a3dd19f698fe</guid><dc:creator>Raghavendra Kumar</dc:creator><description>This can be achieved with 17.2 version in which we have the concept of columns and column layout. &lt;br /&gt;
You can have once section and then inside contents you can have two columnsLayout inside that and then replace other sections with columnLayout. &lt;br /&gt;
&lt;br /&gt;
a!sectionLayout(&lt;br /&gt;
      label: &amp;quot;Test0&amp;quot;,&lt;br /&gt;
      isCollapsible: true(),&lt;br /&gt;
      contents: {&lt;br /&gt;
        a!columnsLayout(&lt;br /&gt;
          columns: {&lt;br /&gt;
            a!columnLayout(&lt;br /&gt;
              a!textField(&lt;br /&gt;
			  label: &amp;quot;Test&amp;quot;&lt;br /&gt;
			  )&lt;br /&gt;
            )&lt;br /&gt;
          }&lt;br /&gt;
        ),&lt;br /&gt;
        a!columnsLayout(&lt;br /&gt;
          columns:{&lt;br /&gt;
            a!columnLayout(&lt;br /&gt;
              a!textField(&lt;br /&gt;
			  label: &amp;quot;Test1&amp;quot;&lt;br /&gt;
			  )&lt;br /&gt;
            ),&lt;br /&gt;
            a!columnLayout(&lt;br /&gt;
              a!columnLayout(&lt;br /&gt;
              a!textField(&lt;br /&gt;
			  label: &amp;quot;Test2&amp;quot;&lt;br /&gt;
			  )&lt;br /&gt;
            )&lt;br /&gt;
            )&lt;br /&gt;
          }&lt;br /&gt;
        )&lt;br /&gt;
      }&lt;br /&gt;
    )&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to have two sections collapse with one action?</title><link>https://community.appian.com/thread/29128?ContentTypeID=1</link><pubDate>Wed, 16 Mar 2016 19:06:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c7a70733-9eb8-4941-b0ff-212479ec0b3d</guid><dc:creator>Tim</dc:creator><description>Hi Mokhtar, personally I wouldn&amp;#39;t use buttons for this as it provides inconsistency to look and feel of Appian solutions. Consider using putting your section title in a richTextDisplayField() with one of the header styles and combine it with a dynamicLink to hide and show the section.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to have two sections collapse with one action?</title><link>https://community.appian.com/thread/29106?ContentTypeID=1</link><pubDate>Wed, 16 Mar 2016 14:14:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:188c9aa9-dd2c-44e3-8c5a-7ad1ed5fd35a</guid><dc:creator>mokhtarc970</dc:creator><description>This is exactly what I made, using a button but, it would be nice to have the information about if the section is collapsed saved so we can use it to collapse or not another section. The collapse item is better in term of user experience than a button for that.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to have two sections collapse with one action?</title><link>https://community.appian.com/thread/29105?ContentTypeID=1</link><pubDate>Wed, 16 Mar 2016 14:04:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d71bfec9-2342-4424-a1ff-175f30aaf6d7</guid><dc:creator>Stefan Helzle</dc:creator><description>I think this is not directly supported as the property whether the section is collapsed or not is not exposed. The only way I can think of is to create your own collapse/expand controls and switch between an empty section (showing expand link) and an expanded section.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>