artdialog(4.1.7)彈出框
阿新 • • 發佈:2017-09-20
pre href shee java dialog ref res clas text
artDialog彈出框
<link href="/js/artDialog/skins/default.css" rel="stylesheet" /> <script src="/js/artDialog/artDialog.js" type="text/javascript"></script> <script src="/js/artDialog/plugins/iframeTools.source.js" type="text/javascript"></script> //打開 art.dialog.open(src, { title: "明細", resize: false, width: ‘985px‘, height: ‘630px‘, }); //子頁面 art.dialog.data(‘returnValue‘,"2017-01-01");// 存儲數據 art.dialog.close(); //父頁面 art.dialog.open(src, {title: "明細", resize: false, width: ‘985px‘, height: ‘630px‘, close: function () { var returnValue = art.dialog.data(‘returnValue‘);// 讀取子頁面的數據 if(returnValue != undefined) { console.log(returnValue) } } });
artdialog(4.1.7)彈出框