Window with lazy content

Hi,
i got a question. I have several widgets on a single page. Tables, Trees and Froms.
The hole thing looks a bit like a portal.
I would like to have the following widget loading behaviour but dont know how to handle it.
The widgets should be displayed empty containing a progressbar. And the content should be displayed when its ready.
Is that possible at all and when then how. Thanks in advance.

Greets
Stefan

You can find TPTLazyLoadingLayout in (
TPT addon
). It seems to be exactly what you need (see demo page)

Great, Thank You
Stefan