
easyui
果vinegar
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
easyui 修改window title 正确用法 亲测
错误用法 $('#mySoftModal).panel({ title:"修改title", }); 出现问题: 不能拖拽。。 正确使用方法: $('#mySoftModal').window("open"); $('#mySoftModal').window({ draggable: true, title: "添加软件" ...原创 2018-12-06 15:10:14 · 2531 阅读 · 0 评论 -
EasyUI Datagrid 获得选中行(CheckBox)的使用和获取的数据不正常(数据缺失。。)的解决
checkOnSelect 当为True的时候,点每一行时CheckBox就会被选中;为False时,只能手动的点击CheckBox ;默认true; selectOnCheck 当为True的时候,点击CheckBox时行选中;反之要手动点击每一行;默认true; 获取行选中数据:取得第一个选中行数据,如果没有选中行,则返回 null,否则...原创 2018-12-14 11:05:50 · 2194 阅读 · 0 评论