• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






vcr_玄子

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

随笔分类 -  easyUI

 
easyUI页面取值
摘要:取datagrid里的值 function saveInfo(index){ var ed = $('#dg').datagrid('getEditor',{'index':index,'field':'GDJC'}); var testTmp = $(ed.target).parents('.da 阅读全文
posted @ 2017-11-29 13:38 vcr_玄子 阅读(314) 评论(0) 推荐(0)
easyiUI调整行高
摘要:/* 设置数据行高 */ .datagrid-row { height: 35px; } /* 设置数据字体 */ .datagrid-cell { font-size:20px; } /* 设置列名称字体 */ .datagrid-header .datagrid-cell span{ font- 阅读全文
posted @ 2017-11-28 17:22 vcr_玄子 阅读(114) 评论(0) 推荐(0)
fit和fitColumns
摘要:fit选项如果设置为true,折叠容器的大小将填充父容器。fitColumns设置为true,自动扩展或收缩列的大小以适应网格宽度和防止水平滚动条 阅读全文
posted @ 2017-08-21 17:55 vcr_玄子 阅读(452) 评论(0) 推荐(0)
easyUI_rowdata
摘要:<th field="FCLYS" editor="text" width="auto" align="center" rowspan="2" formatter="fclysbz"> 非刺漏因素<br>(文字描述100字以内) </th> function fclysbz(value,row,in 阅读全文
posted @ 2017-06-30 12:19 vcr_玄子 阅读(113) 评论(0) 推荐(0)