easyui的tab标签链接aspx页面引发全局刷新的问题解决方案

原文链接:http://www.cnblogs.com/MarkRao/p/easui_refresh.html

 

通过tree组件和tabs组件结合加载子页面窗体aspx,点击按钮页面全部重新加载,或整个跳到子窗体页面,解决方案:
换一种结合iframe的方式做系统界面:
在tree组件出替换掉设置href属性处为下面代码

content: "<div style='overflow:hidden;height:100%;width:100%;'>
        <iframe marginheight='0' marginwidth='0' frameborder='0' id='ifrm3' name='ifrm3' width='100%' height='100%' src='" + node.attributes.url + "'>
        </iframe>
      </div>"

并且把页面上实例化tree组件的div标签换到实例化layout布局的中部区域标签处

转载于:https://www.cnblogs.com/MarkRao/p/easui_refresh.html

上一篇:5. javacript高级程序设计-引用类型


下一篇:asp.net(C#)中文乱码问题