M
mpiscoso@gmail.com
Guest
I didnt know about the issue with onload and activateTab. Sorry for the misleading statement. To solve the UI issue you can use an IIFE that is placed within a template text field. Use the token of the template field in script components placed on top of all of your tabs. The code inside of the template would look like this: (function(){ var tabIndex = 1; // write logic to get tab index rbf_activatePageTab(tabIndex); })(); And in each script component {!temp_field} Just make sure the scripts are on top of each tab so it loads immediately without waiting for other page components Hope that helps. Read about IIFE in javascript for more ideas
Continue reading...
Continue reading...