Need to create tabs Dynamically in touch ui dialog | Community
Skip to main content
saurabh_Khatri
June 23, 2020
Solved

Need to create tabs Dynamically in touch ui dialog

  • June 23, 2020
  • 2 replies
  • 1816 views

HI All,

we need to create a touch ui dalog  in which tabs need to be dynamically created by reading values from a config file.( all the values in the tabs will also dynamically populated). Any similar implementation or reference will be helpful.

 

@kautuk_sahni @Arun_Patidar @Vish_dhaliwal @Andrew_Khoury @Briankasingli 

 

Thanks

Saurabh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Himanshu_Singhal

Well, AFAIK, there's no such OOTB way available to achieve it. One way you can achieve it either writing a servlet/service and allowing it to create dialog tab by reading the values from Configuration file. 
If you need to do for multiple dialogs then create a mapping in config file, read the values and write a generic logic that creates dialogs tab. 

2 replies

Himanshu_Singhal
Community Advisor
Himanshu_SinghalCommunity AdvisorAccepted solution
Community Advisor
June 23, 2020

Well, AFAIK, there's no such OOTB way available to achieve it. One way you can achieve it either writing a servlet/service and allowing it to create dialog tab by reading the values from Configuration file. 
If you need to do for multiple dialogs then create a mapping in config file, read the values and write a generic logic that creates dialogs tab. 

kautuk_sahni
Community Manager
Community Manager
June 23, 2020
Great response. Glad to see you back, MVPs are always great to be present in the community.
Kautuk Sahni