Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Subathra on Jul 13, 2009 21:05
open dhtmlx forum
how to implement loading bar

Hello,

I saw the loading bar in your example (http://dhtmlx.com/docs/products/docsExplorer/index.shtml?node=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
Answer posted by Alex (support) on Jul 14, 2009 04:08

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()
}