Web applet on tabs doesn't refresh properly
Hello,
We have a a custom Web Applet on a tab of a layout, we load by jquery some elements dynamicaly as a result of a query soap. The problem is that if it isn't the current active tab we cannot load the elements visually and when we navigate to the tab it isn´t refreshed. We would like to handle the onload of the tab or the chage of active tab to refresh the web applet but it doen't work.
We have a a custom Web Applet on a tab of a layout, we load by jquery some elements dynamicaly as a result of a query soap. The problem is that if it isn't the current active tab we cannot load the elements visually and when we navigate to the tab it isn´t refreshed. We would like to handle the onload of the tab or the chage of active tab to refresh the web applet but it doen't work.
We can't add a click event listener: SCRIPT438: Object doesn't support property or method 'addEventListener' And neither the jquery click event of the tab name is raised.
0