Hi,
On my freedom UI page I want to dynamically add tabs in tab panel, with each tab click should open same iframe with diff parameters.
I want to know if this is possible and if so how we can accomplish this. If not possible, do we have a work around for this?
Can any one guide me on how to do this?
Thanks in advance for your support!!
Like
Hello,
The functionality that you might be looking for is Business Rules. They allow hiding or displaying tabs depending on the changes made on the page.
The details can be found in this article:
Otherwise, if this is not something you are trying to achieve, please provide a detailed example of your desired logic.
Thank you and have a nice day!
Hello @Hanna Skalko,
Thank you for the response !!
I am working with an API that returns a set of URLs. The number of URLs may vary depending on the parameters passed to the API.
I would like to display each URL inside an individual iFrame, with each iFrame placed within its own tab. Since the number of URLs is dynamic, I need a way to create tabs dynamically within a tab panel, one for each URL returned.
Is it possible to add tabs dynamically to the tab panel based on the API response?