function addToParentTab(title, url) { self.parent.addTabIgnoreExist(title, url, ‘icon-chart-organisation‘, true); }
以上是子的tabs
然后在外面的父类iframe中 实现addTabIgnoreExist
easyui中 在子tabs中 添加新的tabs
原文:http://www.cnblogs.com/maijin/p/5087876.html