[Tabbar] Loading Status in iframe mode

Hello,



I need to use an indicator of status when the page is loading its contents.



While trying to change the hrefmode of xml, I saw that appears this status for the hrefmode = “ajax-html”.



It is possible to have this status for the hrefmode = “iframe”?



Peneluc

In case of “frames” there is no any universal solution, you can try to show status message from onSelect handler ( setOnSelectHandler ), and trigger it by some custom code added to the page loaded inside iframe.
There is no built in support for such functionality .


 



Ok, but does exist any event executed before and after loading
the page in the tab, for example, to show and hide a gif status?

Thanks!