zno2

随笔分类 -  jQuery EasyUI

easyui helps you build your web pages easily!
datebox 和 datetimebox 添加『清空』按钮
摘要:需要引入 easyui-lang-zh_CN.js 效果图 阅读全文

posted @ 2016-08-06 07:30 zno2 阅读(751) 评论(0) 推荐(0)

easyui-dialog 弹窗
摘要:Insert title here POP 阅读全文

posted @ 2016-08-06 07:29 zno2 阅读(246) 评论(0) 推荐(0)

easyUI form sumit 中文乱码
摘要:jsp 编码方式: tomcat 编码方式: 原因: 编码不一致导致。 依据: This specifies the character encoding used to decode the URI bytes, after %xx decoding the URL. If not specifi 阅读全文

posted @ 2016-08-06 07:29 zno2 阅读(456) 评论(0) 推荐(0)

easyui 列表 条件检索
摘要:onclick="search()" 不要使用search命名检索方法,冲突,无法调用。 通用检索function 阅读全文

posted @ 2016-08-06 07:29 zno2 阅读(188) 评论(0) 推荐(0)

jquery.parser.js 的 parseOptions 方法
摘要:// target 是DOM元素 // properties 是宿主的属性 $.parser.parseOptions(target,properties); 用到的方法 jQuery(elements) 将一个或多个DOM元素转化为jQuery对象。 attr(name) 取得第一个匹配元素的属性 阅读全文

posted @ 2016-08-06 07:29 zno2 阅读(986) 评论(0) 推荐(0)

datagrid 自定义 pager
摘要:$(document).ready(function(){ var p = $('.easyui-datagrid').datagrid('getPager'); $(p).pagination({ pageSize: 10,//每页显示的记录条数,默认为10 pageList: [10,20,30,40,50],//可以设置每... 阅读全文

posted @ 2016-08-06 07:28 zno2 阅读(274) 评论(0) 推荐(0)

easyUI Methods
摘要:doc对象转jQuery 对象 $(doc Object); jQuery Object.控件名('方法'[,参数]); options 为该控件的属性 方式一: var opts = $('.easyui-datagrid').datagrid('options'); opts.loadMsg=" 阅读全文

posted @ 2016-08-06 07:28 zno2 阅读(240) 评论(0) 推荐(0)

struts2 、mybatis 、easyui 分页
摘要:rows page 控件自动提交这两个参数 pageSize number The page size. 10pageNumber number Show the page number when pagination is created. 1pageList array User can cha 阅读全文

posted @ 2016-08-06 07:28 zno2 阅读(184) 评论(0) 推荐(0)

struts2 集成 easyui
摘要:关键点: #json数据格式# datagrid: {"total":1,"rows":[{"name":"小李"}]} combobox: [{"value":"001","text":"小李"},{"value":"002","text":"小红"}] 其他: #获取json数据# 参考 使用M 阅读全文

posted @ 2016-08-06 07:27 zno2 阅读(266) 评论(0) 推荐(0)

easyUI datagrid
摘要:官网 http://www.jeasyui.com/ 文档 http://www.jeasyui.com/documentation/index.php the EasyUI necessary files http://www.jeasyui.com/download/ demo #case# 使 阅读全文

posted @ 2016-08-06 07:27 zno2 阅读(345) 评论(0) 推荐(0)

1) data-options
摘要:<select class="easyui-combobox" data-options="editable:false"> <select class="easyui-combobox" editable=false> 以上两种方式都生效。 1. 只能选择不可以键盘输入 editable:fals 阅读全文

posted @ 2016-08-06 07:27 zno2 阅读(526) 评论(0) 推荐(0)

导航