artDialog

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了artDialog相关的知识,希望对你有一定的参考价值。

iframe操作:

取消自带关闭功能:art.dialog.open(url, { id: ‘id1‘, width: 1, height: 1, title: ‘title‘, cancel: false });  *cancel: false(加上就没有自带关闭功能)

关闭回调:

var origin = artDialog.open.origin;//加上即可调用父页面方法
origin.callback();//回调函数(父页面)

 

以上是关于artDialog的主要内容,如果未能解决你的问题,请参考以下文章