cancel
Showing results for 
Search instead for 
Did you mean: 

tabstrip: do not load content of all tabs at beginning

daniel_humberg
Contributor
0 Kudos

I have a tabstrip with 5 tabs, of which the first tab is initially selected.

I have placed a view container in the other 4 tabs, and in each view I have embedded a window from another WD component.

This works fine, but I recognized that all tabs are loaded initially already, so that the methods WDDOINIT and WDDOMODIFYVIEW etc. of the embedded views are already called even though they are not displayed.

Is there anything I can do to avoid this?

The tab's content shall only be loaded at the time the user selects the tab.

Best regards,

Daniel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

fill all the viewcontainer elements with empty view and on the clicking of a tab,

do the navigation towards the view thats needs embedding.

grtz,

Koen