Hi,
I have a tabset where a user can remove tabs. When a user removes a tab I keep a reference to the pane in a stack. So when the user presses back I add the tab back with the original pane. I have destroyPanes: false for the tabset.
The pane in my case is a HtmlFlow with a contenttype: page.
My problem is that when I add the htmlflow to the new tab and show it, it is redrawn and the content is reloaded.
Is there a way to prevent the htmlflow from reloading when setting it as the tab pane?
gr. Martin
I have a tabset where a user can remove tabs. When a user removes a tab I keep a reference to the pane in a stack. So when the user presses back I add the tab back with the original pane. I have destroyPanes: false for the tabset.
The pane in my case is a HtmlFlow with a contenttype: page.
My problem is that when I add the htmlflow to the new tab and show it, it is redrawn and the content is reloaded.
Is there a way to prevent the htmlflow from reloading when setting it as the tab pane?
gr. Martin