上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: _self.fireEvent('refresh'); 阅读全文
posted @ 2016-10-27 22:03 suruozhong 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 1,方法名:exportToExcel 2,参数: isAll(是否导出全部数据),true(导出全部数据),false(导出当前页数据) datas(自定义导出数据) title(文件标题) expColumns(自定义导出列集合,字符串逗号隔开) options(其它属性) 例:导出全部编码名称 阅读全文
posted @ 2016-10-27 22:00 suruozhong 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1 printEvent:function(e){ 2 var layoutCol3 = document.getElementById("layoutCol3"); 3 var oPop = window.open('','oPop'); 4 var str = '' 5 ... 阅读全文
posted @ 2016-10-27 21:51 suruozhong 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1 //文件路径 /easweb/runtime/server/deploy/portal.ear/portal.war/WEB-INF/config/spring/applicationContext-datasource.xml 2 3 //替换为dataCenter中数据库中心代码 4 5 6 7 8 9 10 11 ... 阅读全文
posted @ 2016-10-27 21:47 suruozhong 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 1,只用一个handler类,所有都事件的处理器都在一个handler类 handler要创建以Action为名称的方法 event要单独分开,继承KDEvent 2, event和handler单独创建 event继承KDActionEvent 不需要写任何代码 handler继承Abstract 阅读全文
posted @ 2016-10-27 21:45 suruozhong 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 1 //列格式化 2 waf.defineCustomeClass("cellformatter.ratioFomatter", cellformatter.defaultFormatter, { 3 format: function(cellval, rwd){ 4 //alert(rwd['signPayListEntry.appAmount']); 5 if (rwd['name... 阅读全文
posted @ 2016-10-27 21:35 suruozhong 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 功能名称:listDataAction 切入类型:before 事件名称:com.kingdee.bos.webframework.dynamic.event.view.WebListDataEvent; 阅读全文
posted @ 2016-10-27 21:29 suruozhong 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 功能名称:initializeAction 切入类型:after 事件名称:com.kingdee.bos.webframework.dynamic.handler.view.WebPageOnLoadEventHandler; 前台js取值 _self._pageInitData.sellProj 阅读全文
posted @ 2016-10-27 21:24 suruozhong 阅读(580) 评论(0) 推荐(0) 编辑
摘要: 1,查询表格(queryGrid),编辑表格(editGrid) wafGrid 2,快速F7 wafPromptQuick 3,表格F7 wafPromptGrid 4,自定义F7 wafPromptIframe 5,树形F7 wafPromptTree 6,数据表格 wafPromptTable 阅读全文
posted @ 2016-10-27 21:15 suruozhong 阅读(897) 评论(1) 推荐(1) 编辑
摘要: 1 for(var key in map){ 2 if(data.hasOwnProperty(key)){ 3 var value = map[key]; 4 } 5 }​ 阅读全文
posted @ 2016-10-27 20:52 suruozhong 阅读(138) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 下一页