easyui中 在子tabs中 添加新的tabs

时间:2023-03-10 07:06:35
easyui中 在子tabs中 添加新的tabs

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

以上是子的tabs

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

相关文章