Hi All,
I wanted to get content of the tab on activation of that particular tab using Navigation/tabs Do you have an idea, how to do this with the new OS UI as I already know with web patterns we can achieve this through loadonclick function which was available but now it's deprecated.
Thanks in Advance
Hi,
you can use OnTabChange Handler and run your desired logic
Aliaksandr Kasko wrote:
Do you have any example for that?
I'm not sure exactly how we can achieve it
Hi Gandeev,
Here's one possible way to approach this:
Now your blocks and their content (including aggregates and data actions) will only be loaded when the tab that contains them is activated.
Aurelio Junior wrote:
Hello,
After using if condition its not fetching the data for the respective tab.
It's showing empty :(
Can you share more details about your implementation? Is it possible for you to share your OML?