ERIN TROTTER 3 Posted July 16, 2020 Share Posted July 16, 2020 We have several portals. Some of the portals do not use global variables and have different parameter sets on each tab within the portal. However, sometimes when we click on a tab, the parameter box never loads which causes the other objects on the page to not load either. It is also sporadic. Usually, I will have to refresh the entire portal and click on that tab first and it will load and thenother tabs will have the behavior. Is there some javascript code or something that can be put in App Studio when creating the filter panel that will ensure that it loads Also, these are the collaborative portals in 8.2.06 not the ones created with designer Link to comment Share on other sites More sharing options...
Charles Morris 2 Posted July 16, 2020 Share Posted July 16, 2020 If the different tabs are pointing to different HTML Composer pages, you can set an onload task within the composer to refresh the portal page Link to comment Share on other sites More sharing options...
Pawan Vuppala Posted July 16, 2020 Share Posted July 16, 2020 I would also recommend considering setTimeout function for eg., setTimeout(function(){ alert(Hello); }, 3000); //This will alert after 3 seconds Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now