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
Solved! Go to Solution.
Views
Replies
Total Likes
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.
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.
Views
Replies
Total Likes
Hi Himanshu, I want to create tab dynamically, but not able to find a way to achieve it , could you please help in this.
Views
Replies
Total Likes
You can use Coral API's to create tab dynamically.
Views
Like
Replies