<?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>Disable the interface page tabs</title><link>https://community.appian.com/discussions/f/general/27138/disable-the-interface-page-tabs</link><description>Hi Everyone, 
 I have an primary interface page and in that there are different tabs calling other interfaces. In primary interface page there is a button and on the click of that button all the tabs present in primary interface should be disabled. Can</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Disable the interface page tabs</title><link>https://community.appian.com/thread/106574?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2023 15:21:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:051439b5-0336-4f2b-8ae5-32c6f5047633</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;As Konduru mentioned already - you would simply disable the links in the cards, and i would recommend also changing the colors of the cards to something slightly different that makes it apparent to the user that their state has changed (like gray or a more pale version of their original color, etc).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The easiest way to handle this work, would probably be to encapsulate your &amp;quot;tab card&amp;quot; interface snippet into its own interface rule, where you can pass in a &amp;quot;disabled&amp;quot; parameter and then add the logic in the different places within that rule to accomplish what you want to have happen when the parameter value is changed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable the interface page tabs</title><link>https://community.appian.com/thread/106509?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2023 05:11:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5b31c0c8-117b-40eb-9f38-b3cec98e3a55</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/shubhamy0005"&gt;shubhamy0005&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;You can disable the dynamic link in-case you are using it for&amp;nbsp; the tab selection. you can achieve it using a simple if() condition.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable the interface page tabs</title><link>https://community.appian.com/thread/106507?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2023 04:41:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e72cc839-9923-4966-bf3b-5e102e704c4f</guid><dc:creator>shubhamy0005</dc:creator><description>&lt;p&gt;Thank you Mike, the tabs are created using cardlayout inside columns layout. and there is no disable parameter.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable the interface page tabs</title><link>https://community.appian.com/thread/106494?ContentTypeID=1</link><pubDate>Tue, 10 Jan 2023 15:33:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6e18490d-ee72-4de9-b6c9-4b4ad9d7a14c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;in the top-level interface declare a local variable along the lines of &amp;quot;local!disableTabs: false(),&amp;quot; -- and use that variable to set the active status of the tabs, in such a way that they behave normally when the value is false (i assume you&amp;#39;re talking about tabs you manually create within your interface, at least).&lt;/p&gt;
&lt;p&gt;Then, pass this local variable in to the sub interface through a new rule input you add to the sub-interface.&amp;nbsp; There, upon the button click in question, in addition to whatever else the button does, set the value of that rule input to true().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>