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");
            },

  • 相关阅读:
    网络协议
    面向对象三大特性之多态
    面向对象三大特性之封装
    面向对象三大特性之继承
    python面向对象编程
    常用模块之configpaser与shutil
    XML模块
    Python模块之OS,subprocess
    Python日志(logging)模块,shelve,sys模块
    Linux 配置 Nginx
  • 原文地址:https://www.cnblogs.com/dullbaby/p/3580919.html
Copyright © 2011-2022 走看看