随笔分类 -  EasyUI

摘要:var pager = $('#details').datagrid().datagrid('getPager'); pager.pagination({ buttons: [ { iconCls: 'icon-save', handler: function () { alert('22'); } 阅读全文
posted @ 2021-11-30 09:19 zq爱生活爱代码 阅读(63) 评论(0) 推荐(0)
摘要:<body class="easyui-layout" style="margin:10px;"> <div id="content" region="center" title="查詢結果" style="padding:1px;width:100%;height:100%;"> <div id= 阅读全文
posted @ 2021-11-30 09:19 zq爱生活爱代码 阅读(147) 评论(0) 推荐(0)
摘要:Datetimebox 修改默认格式,以及初始值 <span style="margin-right:5px;">日期</span> <input id="dtStart" type="text"> $('#dtStart').datetimebox({ required: true, showSe 阅读全文
posted @ 2021-11-30 09:19 zq爱生活爱代码 阅读(69) 评论(0) 推荐(0)
摘要:combobox绑定数据以及设定默认值 <input id="factory" name="factory" style="width:80%;"> $('#factory').combobox({ url: '../SpeedCountBYS/getFactory', valueField: 't 阅读全文
posted @ 2021-11-30 09:18 zq爱生活爱代码 阅读(859) 评论(0) 推荐(0)
摘要:需要引入JS文档 jquery.easyui.min.js 可以从官网下载 https://www.jeasyui.net/extension/189.html <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content 阅读全文
posted @ 2021-08-07 11:42 zq爱生活爱代码 阅读(1138) 评论(0) 推荐(0)