zoukankan      html  css  js  c++  java
  • 调取easyui -windows 返回值问题

     

    //--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    <div id="win" class="easyui-window" title="Basic Window" data-options="iconCls:'icon-save',onBeforeClose:function(){
           alert(iframeName.window.MySearchEmployee.getData()[0].RealName);
        }"
            style=" 500px; height: 200px; padding: 10px;">
            <iframe id="iframeName" name="iframeName" height="100%" border="0" width="100%" src="../SearchEmployee/SearchEmployeeList?choose=M"></iframe>
        </div>

    //-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

       <td class="content_form">
                <input style=" 100%" type="text" onclick="$('#win').window('open');" class="txt" datacol="yes" checkexpression="Num"
                    err="用户名" />
            </td>

     //--------------------------------

     query: function () {
                parent.window.$("#win").window("close");
            },

  • 相关阅读:
    [12/11/19] 折半&倍增思想学习笔记
    [11/07/19] CDQ学习笔记
    magic cube
    Codeforces Round #514 (Div. 2) B
    Codeforces Round #514 (Div. 2) C. Sequence Transformation
    八位数
    hdu3001Travelling
    Codeforces Round #512 E
    Codeforces Round #512 (Div. 2) D. Vasya and Triangle
    codeforces 1042 e
  • 原文地址:https://www.cnblogs.com/dullbaby/p/3580919.html
Copyright © 2011-2022 走看看