怎么用jquery.easyui 弹出层并且在这个弹出层里引入新页面
1个回答
展开全部
util.showEditDialog = function (url, title, width, height, func) {
var content = '<iframe src="' + url + '" width="100%" height="99%" frameborder="0" scrolling="no"></iframe>';
var divContent = '<div id="' + id + 裤猛'">';
var win = $('<div/>').dialog({
content: content,
width: width,
height: height,
modal: true,
title: title,
catch: false,
//buttons: [{
// text: '确定',
// iconCls: 'icon-add',
// handler: function () {
// var d = $(this).closest('.window-body');
// // 执行操作后关闭。。。。。。
清纯闹 // d.dialog('destroy');
答罩 // }
//}],
onClose: function () {
$(this).dialog('destroy');
}
});
win.dialog('open');
}
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询