Simulate tabs using dynamic links

In an application I am building, I am trying to simulate tabs using dynamic links. Is there any SAIL recipe I could use? If not, could someone guide me to accomplish this?

When I click on a link, it displays an interface. When I click another link, it displays a different interface.

OriginalPostID-186428

OriginalPostID-186428

  Discussion posts and replies are publicly visible

Parents
  • @erickp Hi, here goes the answers to the best of my knowledge:

    Is there any SAIL recipe I could use?
    I haven't gone through the recipes till date and to the best of my knowledge there isn't a recipe which aptly fits your requirement but the recipes at https://forum.appian.com/suite/help/7.11/SAIL_Recipes.html#Build_a_Wizard_in_SAIL, https://forum.appian.com/suite/help/7.11/SAIL_Recipes.html#Build_a_Wizard_with_Milestone_Navigation should give you an idea to some extent re how to show or hide the contents based on the values saved into the variable post interaction with SAIL components.

    If not, could someone guide me to accomplish this?
    Please go through the attached SAIL code snippet and I would like to suggest to create a reusable or generic component(in conjunction with functions such as fn!applyComponents()) on the idea presented in the code snippet, that is the reusable rule should be in a position to generate tabs as many as possible depending on the requirement.


    If you haven't already explored the forum, please go through the below sources to gather additional info about your post:
    /search?q=OriginalPostID-165099 - Suggestions made by @stefanh in particular
    /search?q=OriginalPostID-108502 - Eduardo speaking about the reference numnber of this enhancement
Reply
  • @erickp Hi, here goes the answers to the best of my knowledge:

    Is there any SAIL recipe I could use?
    I haven't gone through the recipes till date and to the best of my knowledge there isn't a recipe which aptly fits your requirement but the recipes at https://forum.appian.com/suite/help/7.11/SAIL_Recipes.html#Build_a_Wizard_in_SAIL, https://forum.appian.com/suite/help/7.11/SAIL_Recipes.html#Build_a_Wizard_with_Milestone_Navigation should give you an idea to some extent re how to show or hide the contents based on the values saved into the variable post interaction with SAIL components.

    If not, could someone guide me to accomplish this?
    Please go through the attached SAIL code snippet and I would like to suggest to create a reusable or generic component(in conjunction with functions such as fn!applyComponents()) on the idea presented in the code snippet, that is the reusable rule should be in a position to generate tabs as many as possible depending on the requirement.


    If you haven't already explored the forum, please go through the below sources to gather additional info about your post:
    /search?q=OriginalPostID-165099 - Suggestions made by @stefanh in particular
    /search?q=OriginalPostID-108502 - Eduardo speaking about the reference numnber of this enhancement
Children
No Data