会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
北斗极星
博客园
首页
新随笔
联系
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
43
下一页
2014年10月24日
Codeigniter夸应用调用model
摘要: Thinkphp里面的model都是可以跨应用调用,ci本身没有实现这个方法。可是稍微修改下,比Thinkphp用起来更容易调用。找到Loader.php文件的地址/system/core/Loader.php找到后打开文件,找到这个类的初始化方法,大概在124行的位置开始。public funct...
阅读全文
posted @ 2014-10-24 12:02 北斗极星
阅读(1145)
评论(0)
推荐(0)
2014年10月23日
EasyUI中datagrid的行编辑模式中,找到特定的Editor,并为其添加事件
摘要: 有时候在行编辑的时候,一个编辑框的值要根据其它编辑框的值进行变化,那么可以通过在开启编辑时,找到特定的Editor,为其添加事件//绑定事件, index为当前编辑行vareditors = $('#staffLogDetailGrid').datagrid('getEditors', index)...
阅读全文
posted @ 2014-10-23 00:43 北斗极星
阅读(2966)
评论(0)
推荐(0)
easyui datagrid plunges 扩展 插件
摘要: 项目使用 springmvc4.x spring4.x hibernate4.x easyui 为了便于开发,扩展了easyui 的 datagrid 功能,下面直接贴上扩展代码:/** * context 指定为 项目上下文 * index 如果定义多组dataGrid,index指定为对应的参数...
阅读全文
posted @ 2014-10-23 00:42 北斗极星
阅读(550)
评论(0)
推荐(0)
2014年10月18日
jQuery EasyUI DataGrid Checkbox 数据设定与取值
摘要: $('#dg').datagrid({ title: 'CheckBox Selection on DataGrid', url: 'datagrid_data3.json', width: '700', rownumbers: true, columns:[[ ...
阅读全文
posted @ 2014-10-18 22:49 北斗极星
阅读(6079)
评论(0)
推荐(0)
Easyui Tree方法扩展 - getLevel(获取节点级别)
摘要: //扩展方法$.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 北斗极星
阅读(637)
评论(0)
推荐(0)
2014年10月16日
记账凭证
摘要: /** * 记账标记0未记账 1 已记账 * @param string $vno_id * @param string $falg */ public function signBookFlag($vno_id,$falg) { if...
阅读全文
posted @ 2014-10-16 22:33 北斗极星
阅读(258)
评论(0)
推荐(0)
2014年10月14日
部分扩展功能总结
摘要: EasyUI中datagrid的行编辑模式中,找到特定的Editor,并为其添加事件function editrow(index) { if (rowedit == 0) { $('#ZCEditList').datagrid('beginEdit', index); ...
阅读全文
posted @ 2014-10-14 16:13 北斗极星
阅读(244)
评论(0)
推荐(0)
2014年10月13日
凭证
摘要: 信息查询 发生日期: 至 客户/学员名称: 业务员: ...
阅读全文
posted @ 2014-10-13 23:58 北斗极星
阅读(413)
评论(0)
推荐(0)
2014年10月7日
voucer
摘要: 信息查询 发生日期: 至 客户/学员名称: 业务员: ...
阅读全文
posted @ 2014-10-07 00:29 北斗极星
阅读(495)
评论(0)
推荐(0)
2014年10月6日
cnb
摘要: 信息查询 发生日期: 至 客户/学员名称: 业务员: ...
阅读全文
posted @ 2014-10-06 17:40 北斗极星
阅读(776)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
43
下一页
公告