easyui-dialog

时间:2020-09-16 18:07:04   收藏:0   阅读:51
<div id="winReport" class="easyui-dialog" title="命中结果" style="width: 640px; height: 480px; padding: 10px 20px;" closed="true" buttons="#dlg-buttons" maximizable="true" resizable="true" buttons="#dlg-buttons">
      Is me  
</div>

function openReport(reprotHtml) {
            if (reprotHtml != "") {
                $(#winReport).html(reprotHtml);
            }
            $(#winReport).dialog(open);
        }

<a onclick="show_details(<%# Eval("QUERY_RECORD_ID") %>)" title="点击查看查询结果">HitOrNot</a>

 

原文:https://www.cnblogs.com/hofmann/p/13680127.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!