easyui中 在子tabs中 添加新的tabs

       function addToParentTab(title, url) {
            self.parent.addTabIgnoreExist(title, url, 'icon-chart-organisation', true);
        }

以上是子的tabs

然后在外面的父类iframe中 实现addTabIgnoreExist

原文地址:https://www.cnblogs.com/maijin/p/5087876.html