08 2011 档案

一个iframe,点击每个tab加载相应的页面进来iframe
摘要:<html><head> <meta http-equiv="Content-Type" content="text/html; charset=GBK"> <title></title> <link href="../gstyle/listpage.css" rel="stylesheet" type="text/css" /> <link href="../gstyle/easyui.css" 阅读全文

posted @ 2011-08-30 16:27 大龄书童 阅读(2150) 评论(1) 推荐(0) 编辑

在一个页面打开一个新页面,从这个新页面获得返回值
摘要://var url ="ABC.html" //你想打开的页面var rets = window.showModalDialog(url, '', 'dialogheight=768px;dialogwidth=1024px');这个rets就是这个ABC.html的返回值//在ABC.html页面关闭该页之前应该这样赋值window.returnValue ="你想返回的值"//把只赋在这里,关闭该页的时候,另外一个页面就能获取到它的值了 阅读全文

posted @ 2011-08-30 16:21 大龄书童 阅读(612) 评论(0) 推荐(0) 编辑

关于easy-ui的一些用法总结
摘要:easy-ui,treegrid或者是datagrid里面toolbar按钮的隐藏function HideButton(){//隐藏第一个按钮$('div.datagrid-toolbar a').eq(0).hide();//隐藏第一条分隔线$('div.datagrid-toolbar div').eq(0).hide();//显示第一个按钮$('div.datagrid-toolbar a').eq(0).show();//显示第一条分隔线$('div.datagrid-toolbar div').eq(0).hide() 阅读全文

posted @ 2011-08-12 14:29 大龄书童 阅读(3889) 评论(0) 推荐(1) 编辑

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示