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