tengz520 - Thursday, September 24, 2015 9:57 PM:
All:
We use the code "top.relationships.frames[0].grid" to get it in IE,but i can't get it in Firefox
tengz520 - Tuesday, September 29, 2015 6:25 AM:
Issue Closed
var iFramesCollection = top.frames.relationships.iframesCollection;
for (var tabId in iFramesCollection) {
var grid= iFramesCollection[tabId].contentWindow.frames.grid;
}