
easyui
帅凯凯
这个作者很懒,什么都没留下…
展开
-
easyUi--tree
加载tree时:向后台发送的参数:id,(最外层的要给默认值)从后台返回的参数:json数组// 节点ID private Long id; // 节点文本 private String text; // 节点状态,'open' 或 'closed',默认:'op原创 2017-02-25 23:46:36 · 340 阅读 · 0 评论 -
formatter 转意
<table id="ordersTemplateGrid" style="height: 100%;width: 100%" data-options="border:false, noheader:'false', fit:true, s原创 2017-05-31 17:08:11 · 272 阅读 · 0 评论 -
查出的表格数据,每一行的特殊处理
1 <span class="stepDesc">Step 1 选择医嘱模板 2 <span class="stepDesc">Step 2 选择计价项目 <table id="templateGrid" class="easyui-datagrid" style="height: 288px;widt原创 2017-06-01 14:20:01 · 296 阅读 · 0 评论 -
js 判断对象是否为空字符串
var ageForCheckbox; // 不定义var result = !ageForCheckbox || parseInt(ageForCheckbox) < 41console.log("result = " + result); //truevar ageForCheckbox = null; // 空var result = !ageForCheckbox || pa原创 2017-12-08 16:42:54 · 1937 阅读 · 1 评论