layer.open({
type: 2,
title: '编辑音乐',
shadeClose: false,
shade: 0.8,
btnAlign: 'c',
area: ['480px', '315px'],
btn:['保存修改','取消修改'],
yes:function(index,layero){
var form = $(layero).find("iframe")[0].contentWindow.document.getElementById("editForm")
},
btn2:function(index,layero){
},
content: [getActionUrlPrefix()+"toEditWin?model.mlId="+mlId, 'no']
});layer中获取iFrame中的数据
最新推荐文章于 2024-08-06 17:01:06 发布
本文介绍了一个使用layer组件实现的音乐编辑器弹窗功能,包括界面尺寸、按钮操作及内容加载方式等细节。
5112

被折叠的 条评论
为什么被折叠?



