Disable the interface page tabs

Certified Senior Developer

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 any one please help me how to achieve this?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to shubhamy0005

    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). 

    The easiest way to handle this work, would probably be to encapsulate your "tab card" interface snippet into its own interface rule, where you can pass in a "disabled" 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.

Children
No Data