Expand my Community achievements bar.

SOLVED

Need to create tabs Dynamically in touch ui dialog

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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. 

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

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. 

Avatar

Administrator
Great response. Glad to see you back, MVPs are always great to be present in the community.


Kautuk Sahni

Avatar

Level 1

Hi Himanshu, I want to create tab dynamically, but not able to find a way to achieve it , could you please help in this.