Skip to main content

Hello Everyone,


I have tab(let DE) which includes some other skuid page(Page DE). The tab has one action which publishes an event under Whenever Rendered and this action is defined in Page DE.The skuid page (Page DE) has other action sequences and JS snippets which calculates data. I want the calculated data to be displayed on clicking on tab DE. 


I added an action under Whenever Rendered which runs a skuid javascript snippet.

var params = argumentss0],

$ = skuid.$;

var pageInclude = skuid.$('#ks-xxM-1058).data(‘object’);

pageInclude.unrender();

pageInclude.load();


where ks-xxM-1058 is unique id of the page include under tab set. But this is not working as expected by me. How can I load that calculated data and refresh each time the tab(DE) is clicked?

Be the first to reply!

Reply