上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 43 下一页
摘要: Thinkphp里面的model都是可以跨应用调用,ci本身没有实现这个方法。可是稍微修改下,比Thinkphp用起来更容易调用。找到Loader.php文件的地址/system/core/Loader.php找到后打开文件,找到这个类的初始化方法,大概在124行的位置开始。public funct... 阅读全文
posted @ 2014-10-24 12:02 北斗极星 阅读(1134) 评论(0) 推荐(0) 编辑
摘要: 有时候在行编辑的时候,一个编辑框的值要根据其它编辑框的值进行变化,那么可以通过在开启编辑时,找到特定的Editor,为其添加事件//绑定事件, index为当前编辑行vareditors = $('#staffLogDetailGrid').datagrid('getEditors', index)... 阅读全文
posted @ 2014-10-23 00:43 北斗极星 阅读(2941) 评论(0) 推荐(0) 编辑
摘要: 项目使用 springmvc4.x spring4.x hibernate4.x easyui 为了便于开发,扩展了easyui 的 datagrid 功能,下面直接贴上扩展代码:/** * context 指定为 项目上下文 * index 如果定义多组dataGrid,index指定为对应的参数... 阅读全文
posted @ 2014-10-23 00:42 北斗极星 阅读(542) 评论(0) 推荐(0) 编辑
摘要: $('#dg').datagrid({ title: 'CheckBox Selection on DataGrid', url: 'datagrid_data3.json', width: '700', rownumbers: true, columns:[[ ... 阅读全文
posted @ 2014-10-18 22:49 北斗极星 阅读(6061) 评论(0) 推荐(0) 编辑
摘要: //扩展方法$.extend($.fn.tree.methods, { getLevel:function(jq,target){ var l = $(target).parentsUntil("ul.tree","ul"); return l.length+1; ... 阅读全文
posted @ 2014-10-18 11:51 北斗极星 阅读(634) 评论(0) 推荐(0) 编辑
摘要: /** * 记账标记0未记账 1 已记账 * @param string $vno_id * @param string $falg */ public function signBookFlag($vno_id,$falg) { if... 阅读全文
posted @ 2014-10-16 22:33 北斗极星 阅读(253) 评论(0) 推荐(0) 编辑
摘要: EasyUI中datagrid的行编辑模式中,找到特定的Editor,并为其添加事件function editrow(index) { if (rowedit == 0) { $('#ZCEditList').datagrid('beginEdit', index); ... 阅读全文
posted @ 2014-10-14 16:13 北斗极星 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 信息查询 发生日期: 至 客户/学员名称: 业务员: ... 阅读全文
posted @ 2014-10-13 23:58 北斗极星 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 信息查询 发生日期: 至 客户/学员名称: 业务员: ... 阅读全文
posted @ 2014-10-07 00:29 北斗极星 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 信息查询 发生日期: 至 客户/学员名称: 业务员: ... 阅读全文
posted @ 2014-10-06 17:40 北斗极星 阅读(765) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 43 下一页