19 Star 45 Fork 23

sanluan / dwz for Public CMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
w_dialog.html 1.08 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
sanluan 提交于 2022-12-06 17:43 . 与cms开发分支同步
<script type="text/javascript">
function closedialog(param) {
alert(param.msg);
return true;
}
</script>
<h2 class="contentTitle">弹出窗口</h2>
<div class="card">
<div class="pageContent">
<div style="display:block; overflow:hidden; width:400px; padding:0 10px; line-height:21px;">
<a class="button" href="demo_page_list.html" target="dialog" rel="dlg_page2">打开窗口1</a><br /><br />
<a class="button" href="demo/pagination/dialog1.html" target="dialog" rel="dlg_page2" width="645" height="370" title="自定义标题、高度、宽度" fresh="false">打开窗口2</a><br /><br />
<div class="divider"></div>
<a class="button" href="demo_page_list.html" target="dialog" rel="dlg_page4" >打开窗口3</a><br /><br />
<a class="button" href="demo/pagination/dialog1.html" target="dialog" rel="dlg_page5" close="closedialog" param="{msg:'gogo'}">打开窗口4</a><br /><br />
<div class="divider"></div>
<a class="button" href="demo/pagination/dialog1.html" target="dialog" mask="true" title="模态窗口 [自定义标题]">模态窗口</a><br /><br />
</div>
</div>
</div>
JavaScript
1
https://gitee.com/sanluan/dwz-for-Public-CMS.git
git@gitee.com:sanluan/dwz-for-Public-CMS.git
sanluan
dwz-for-Public-CMS
dwz for Public CMS
master

搜索帮助

14c37bed 8189591 565d56ea 8189591