<?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 to have hidden field in secondColumnContents?</title><link>https://community.appian.com/discussions/f/user-interface/4273/how-to-have-hidden-field-in-secondcolumncontents</link><description>I try to have an empty secondColumnContents (so the fields length is reduced ). It seems that declaring an empty firstColumnContents works as expected but I can&amp;#39;t get the empty secondColumnContents going: I use : a!sectionLayout( label: &amp;quot;Documents&amp;quot;, firstColumnContents</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to have hidden field in secondColumnContents?</title><link>https://community.appian.com/thread/15294?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2015 01:20:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:598cac30-4c03-41ba-910e-907b422dd8a9</guid><dc:creator>marcelb</dc:creator><description>Thanks conorc!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to have hidden field in secondColumnContents?</title><link>https://community.appian.com/thread/15276?ContentTypeID=1</link><pubDate>Fri, 13 Feb 2015 10:01:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7d5c17a9-9c32-4578-89d2-9d1fbea0963f</guid><dc:creator>Conor Cahill</dc:creator><description>Using a!sectionLayoutColumns you can achieve this without the readonly textfield:&lt;br /&gt;&lt;br /&gt;a!sectionLayoutColumns(&lt;br /&gt;      label: &amp;quot;title&amp;quot;,&lt;br /&gt;      columns: {&lt;br /&gt;        a!columnLayout(&lt;br /&gt;          contents: {&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;        a!columnLayout(&lt;br /&gt;          contents: {}&lt;br /&gt;        )&lt;br /&gt;      }&lt;br /&gt;    )&lt;br /&gt;&lt;br /&gt;Not much different though.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to have hidden field in secondColumnContents?</title><link>https://community.appian.com/thread/15271?ContentTypeID=1</link><pubDate>Fri, 13 Feb 2015 08:42:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:25f5a65b-4736-439c-86e7-f61f94d0e7e7</guid><dc:creator>marcelb</dc:creator><description>Yes I know there is no hidden field, I used the &amp;quot;hidden&amp;quot; field you describe. The question was more if there is another way to achieve this.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to have hidden field in secondColumnContents?</title><link>https://community.appian.com/thread/15267?ContentTypeID=1</link><pubDate>Fri, 13 Feb 2015 05:12:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c0b07c69-a96c-48b7-8eec-7a25d132cbba</guid><dc:creator>aayusha</dc:creator><description>There is no hidden field component in SAIL as it used to be in portal.&lt;br /&gt;Use the second way, with readOnly:true, in the a!textField() ie keeping a textbox in read only mode.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>