how to implement loading bar

Hello,



I saw the loading bar in your example (dhtmlx.com/docs/products/docsExp … dhtmlxtree). It is coming when we use the tabbar in AJAX, but i tried in iframe it is not coming. I want to implement it because i have huge data. Please help me. Is it possible?



Thanks & Regards,

P.Subathra


Hello,


loading bar works only with ajax mode. You can use own approach to set loading indentificator for page inside iframe.


For example the following code will call a function that is defined on the parent page, when the iframe is loaded.


window.onload=function(){
parent.someFunction()
}