Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
875
Tab doesn't Close Completely in WebTab
posted

Hello

I have a problem with a WebTab object. I'm adding a tab from client side (with javascript), Initially my request works perfectly, but when I close a Tab, it doesn't close completely. I am attaching an example that focuses my request.

I want to add Tabs dinamycally in WebTab when the user clicks on any ExplorerBarItem, but that they are not repeated; for this reason I am validating it in javascript using:

if (webTab.findTabFromKey(value) == null) {

//Only if there isn't, I will add a new Tab

}

But, only it works the fisrt time, after that it doesn't work.

Please, Could you help me?

Thanks.

Geovanny Domínguez

WebTab.rar