摘要:
主页Home/Index中使用tab管理,在主页中设置一个刷新的方法。 再要被刷新的页面自定义自己的刷新方法,刷新那些数据等. 我在任务界面Task/Index.js中定义: 方法存储在window.top属性里面去,方法的名字叫reload_taskTab.实现具体代码写在里面。 我在Task/E 阅读全文
摘要:
&action=Ajax_GridView_Select&assigned_user_id=' title='列表' iconCls='icon-table' pagination='true' rownumbers='true' toolbar='#toolbar' fitColumns='false' singleSelect='fal... 阅读全文
摘要:
Smarty标签运算: 在页面上做简单的运算[temp5.html] 条件判断if 循环结构 for foreach用得比较多,foreach例子从数据库取出的数据 section功能和foreach类似,没foreach好理解 不推荐用 while temp5.html 阅读全文
摘要:
$select="SELECT {$col_name} FROM woke_order where deleted=0 ".$where.$orderby ; // 取出数组 $rows=array(); $result=$db->query($select); while($row=$db->fe 阅读全文
摘要:
1、<span id="span_id">span的文本</span>的取值。 js取<span>的值并不是用document.getElementById('span_noticesg').value,而是document.getElementById('span_id').innerText。j 阅读全文
摘要:
$('#grid_Order').datagrid({ onCheck: function(index, data) { //alert(data[0]); //alert(index ); $("#ChangeCore_order_id").html(data[0]);//赋值 赋安装工单id 换 阅读全文
摘要:
//必须指定 id 和 text $('#contact_city').combobox({ valueField:'id', textField:'text', }); 阅读全文
摘要:
reload 方法 loadData 方法 阅读全文
摘要:
(1)用expression 鼠标滑过变色: 第1行第1列 第2行第2列 第3行第3列 第4行第4列 第5行第5列 ---------------------------- 简单的隔行变色: 第1行第1列 第2行第2列 第3行第3列 第4行第4列 第5行第5列 ------------------------------- 每个单元格变色: 第1行第1列 第... 阅读全文
摘要:
<a id="butTransagt" href="#" class="easyui-linkbutton" icon="icon-zj" title="电话转接" onclick="butTransagt_Click();">转接</a> //赋值 $('#butTransagt').linkbu 阅读全文