分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > IT知识

easyui时间控件设置为可清空——jquery-easyui-1.3.3(这个版本还没有buttons,网上的好多博文都是1.3.5之后的版本)

发布时间:2023-09-06 01:53责任编辑:白小东关键词:easyui

效果图:

更改的源码jquery.easyui.min.js 11358行:

var _858=$("<div class=\"datebox-button\"></div>").appendTo(_856);$("<a href=\"javascript:void(0)\" class=\"datebox-current\"></a>").html(opts.currentText).appendTo(_858);$("<a href=\"javascript:void(0)\" class=\"datebox-clean\"></a>").html(opts.cleanText).appendTo(_858);$("<a href=\"javascript:void(0)\" class=\"datebox-close\"></a>").html(opts.closeText).appendTo(_858);_858.find(".datebox-current,.datebox-clean,.datebox-close").hover(function(){$(this).addClass("datebox-button-hover");},function(){$(this).removeClass("datebox-button-hover");});_858.find(".datebox-current").click(function(){_854.calendar.calendar({year:new Date().getFullYear(),month:new Date().getMonth()+1,current:new Date()});});_858.find(".datebox-clean").click(function(){ ???//clean——新增清空$(_853).combo(‘setText‘,‘‘); ?$(_853).combo(‘setValue‘,‘‘); $(_853).combo("hidePanel");});_858.find(".datebox-close").click(function(){$(_853).combo("hidePanel");});};};

jquery.easyui.min.js 11441行:

}},currentText:"Today",cleanText:"Clean",closeText:"Close",okText:"Ok",formatter:function(date){

更改easyui-lang-zh_CN.js,41行增加:$.fn.datebox.defaults.cleanText = ‘清空‘;

完成。

easyui时间控件设置为可清空——jquery-easyui-1.3.3(这个版本还没有buttons,网上的好多博文都是1.3.5之后的版本)

原文地址:https://www.cnblogs.com/tldxh/p/9025363.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved