nativeDroid2 icon indicating copy to clipboard operation
nativeDroid2 copied to clipboard

TabPage Activated

Open Partovic opened this issue 7 years ago • 1 comments

Hi, is there a way to load content of tab pages explicit when the tabpage ist active? I'm using ajax to make REST calls for every tappage on document ready event for now. Would be cooler to only load data for the page i actually see.

Partovic avatar Jul 07 '16 07:07 Partovic

This is up to your implementation.

You could leave the tab contents empty, trigger the click event on the tabs load and render the content then inside the content area.

wildhaber avatar Jul 13 '16 09:07 wildhaber