Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Scott Bailey on Feb 04, 2009 08:27
open dhtmlx forum
Referencing elemsnts inside Tabbar iframes

Hello All,

How do yo reeference an element inside an iframe in a Tabbar.

I have a tabbar called tabbar with a tab call vmap and I am trying to manipluate some selements in this tab. I cannot find our work out the correct way to refer to these elements from the parent docuemnt?

Many thanks
Scott
Answer posted by Support on Feb 04, 2009 09:52
tabbar.tabWindow("vmap") - return iframe window object

tabbar.tabWindow("vmap").document.getElementById("some_in_frame")