Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Umair on May 27, 2009 23:10
open dhtmlx forum
Tabbar Iframe

HI
I am using tabbar with iframes. I want to access a function i.e. in iframe page that is loaded in tabbar from its parent page (page that contain tabbar). I can do it using simple iframe using id and name of iframe but in this case i havnt the id of iframe. plz help.
Regards
Umair Tairq
Answer posted by Alex (support) on May 28, 2009 04:47
Hello,

  tabbar allows to get window of tab content by tab id (tabbar iframes don't have ids):

   tabbar.tabWindow(tabId).yourFunction();