Version 1.5.1
-------------
* Bug
* datagrid: The selecting and checking flags will lose after calling 'updateRow' method. fixed.
* tabs: The trip tools have a wrong position when calling 'update' method. fixed.
* window: When the height is set to 'auto', it will disappear after moving the window. fixed.
* messager: When display the progress message window and then close it immediately, an exception occurs. fixed.
* form: The 'clear' method does not clear the selected drop-down items of the combobox. fixed.
* Improvement
* textbox: The 'cls' property is available to add a custom style to textbox.
* numberbox: Allow the user to format currency in Italian.
* combo: Add 'multivalue' property that allows the user to determine how to submit the multiple values.
* combobox: Add 'reversed' property.
* combobox: Add 'onClick' event.
* combogrid: Add 'reversed' property.
* treegrid: Enable multiple selection with the shift key.
* New Plugins
* tagbox: Allows the user to add tags to a form field.
Version 1.5
-------------
* Bug
* combobox: The 'onSelect' event does not fire when load data that contains the selected item. fixed.
* datagrid: The 'updateRow' method sometimes does not work properly when the field is set to a blank value. fixed.
* Improvement
* A label can be associated to any form fields.
* combobox: Enhance the 'select' and 'unselect' rules on the drop-down items.
* combobox: Add 'limitToList' property to limit the inputed values to the listed items.
* combogrid: Allow the user to clone the component quickly.
* form: Add the 'dirty' property that allows the user to submit the only changed fields.
* form: Add 'resetDirty' method.
* datagrid: Allow the user to display a message when there are no records to be shown.
* textbox: Add 'label','labelWidth','labelPosition' and 'labelAlign' properties.
* spinner: Add 'spinAlign' property.
* calendar: Allow the user to display week number of the year.
* window: Add 'constrain' property.
* New Plugins
* passwordbox: The plugin that allows the user to input passwords with nice feedback.
* combotreegrid: Combines combobox with drop-down treegrid component.
Version 1.4.5
-------------
* Bug
* datagrid: The 'getChanges' method does not return the updated rows after calling 'updateRow' method. fixed.
* treegrid: The 'onLoadSuccess' event fires when append or insert a row. fixed.
* tree: The 'onLoadSuccess' event fires when append or insert a node. fixed.
* Improvement
* window: The displaying style can be customized.
* window: The 'border' property allows the user to set different border style.
* navpanel: The 'href' property is enabled to load content from remote server.
* combotree: The 'setValue' and 'setValues' methods accept the paremter values in 'id' and 'text' pairs
* combobox: Add 'showItemIcon' property.
* combobox: Set 'groupPosition' property to 'sticky' to stick the item group to the top of drop-down panel.
* messager: Pressing ENTER key on input box will trigger click event of the first button.
* validatebox: Add 'editable',disabled' and 'readonly' properties.
* validatebox: Add 'enable','disable','readonly' methods.
* validatebox: Allow the user to determine how to display the error message.
* filebox: Add 'accept' and 'multiple' properties.
* form: Add 'iframe' property and 'onProgress' event.
* treegrid: Add cascade checkbox selection.
* treegrid: Add 'getCheckedNodes','checkNode' and 'uncheckNode' methods.
Version 1.4.4
-------------
* Bug
* filebox: The 'clear' and 'reset' methods do not work properly in IE9. fixed.
* messager: After calling $.messager.progress() with no arguments, the $.messager.progress('close') does not work properly. fixed.
* timespinner: The value does not display properly in IE8 while clicking the spin buttons. fixed.
* window: The window does not display when calling 'options' method in 'onMove' event. fixed.
* treegrid: The 'getLevel' method does not accept the parameter value of 0. fixed.
* Improvement
* layout: The 'collapsedContent','expandMode' and 'hideExpandTool' properties are supported in region panel.
* layout: The 'hideCollapsedContent' property can be set to display the vertical title bar on collapsed panel.
* layout: Add 'onCollapse','onExpand','onAdd','onRemove' events.
* datagrid: Display the 'up-down' icon on the sortable columns.
* datagrid: Add 'gotoPage' method.
* propertygrid: Add 'groups' method that allows to get all the data groups.
* messager: Auto scroll feature is supported when displaying long messages.
* tabs: The 'disabled' property is supported when defining a disabled tab panel.
* tabs: The percentange size is supported now.
Version 1.4.3
-------------
* Bug
* textbox: The 'setText' method does not accept value 0. fixed.
* timespinner: When running in IE11, the error occurs when clicking on the empty textbox. fixed.
* tabs: The 'update' method can not update only the panel body. fixed.
* Improvement
* combobox: Improve the performance of displaying the drop-down panel.
* combogrid: Remember the displaying text when the drop-down datagrid go to other pages.
* combogrid: The 'setValue' and 'setValues' methods accept a key-value object.
* window: The inline window's mask can auto-stretch its size to fill parent container.
* tabs: The 'showTool' and 'hideTool' methods are available for users to show or hide the tools.
* layout: Allow the user to override the 'cls','headerCls' and 'bodyCls' property values.
* New Plugins
* switchbutton: The switch button with two states:'on' and 'off'.
Version 1.4.2
-------------
* Bug
* treegrid: The column will restore its size to original size after recreating the treegrid. fixed.
* Improvement
* draggable: Add 'delay' property that allows the user to delay the drag operation.
* tree: Add 'filter' property and 'doFilter' method.
* tabs: The 'add' method allows the user to insert a tab panel at a specified index.
* tabs: The user can determine what tab panel can be selected.
* tabs: Add 'justified' and 'narrow' properties.
* layout: Add 'unsplit' and 'split' methods.
* messager: Keyboard navigation features are supported now.
* form: Add 'onChange' event.
* combobox: Add 'queryParams' property.
* slider: Add 'range' property.
* menu: Add 'itemHeight','inline','noline' properties.
* panel: The 'header' property allows the user to customize the panel header.
* menubutton: Add 'hasDownArrow' property.
* New Plugins
* datalist: The plugin to render items in a list.
* navpanel: The root component for the mobile page.
* mobile: The plugin to provide the mobile page stack management and navigation.
Version 1.4.1
-------------
* Bug
* combogrid: The combogrid has different height than other combo components. fixed.
* datagrid: The row element loses some class style value after calling 'updateRow' method. fixed.
* menubutton: Calling 'enable' method on a disabled button can not work well. fixed.
* form: The filebox components in the form do not work correctly after calling 'clear' method. fixed.
* Improvement
* tabs: The 'update' method accepts 'type' option that allows the user to update the header,body,or both.
* panel: Add 'openAnimation','openDuration','closeAnimation' and 'closeDuration' properties to set the animation for opening or closing a panel.
* panel: Add 'footer' property that allows the user to add a footer bar to the bottom of panel.
* datagrid: Calling 'endEdit' method will accept the editing value correctly.
* datagrid: Add 'onBeforeSelect','onBeforeCheck','onBeforeUnselect','onBeforeUncheck' events.
* propertygrid: The user can edit a row by calling 'beginEdit' method.
* datebox: Add 'cloneFrom' method to create the datebox component quickly.
* datetimebox: Add 'cloneFrom' method to create the datetimebox component quickly.
Version 1.4
-------------
* Bug
*
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
基于SSM+Jquery-easyUI+MySql开发的快递物流管理系统源码+数据库+项目说明.zip 【运行环境】 Eclipse, IDEA JDK1.7(JDK1.8) Tomcat7(Tomcat8) 【技术栈】 JAVA, JSP, SSM, JQUERY, JQUERY EASYUI, MYSQL, HTML, CSS, JAVASCRIPT 【项目功能介绍】 物流公司货运配送管理系统要求基于B/S架构,开发出一个对硬件要求相对较低,功能全面能实现物流管理人员日常工作,操作简单方便,易上手,使用流畅,可扩展性强的应用管理系统。主要实现用户注册、登录,角色管理,用户管理,配货管理,车辆管理,货物仓储管理,数据汇总统计功能 ⑴角色管理⑵用户管理⑶配货管理⑶配货管理⑸货物仓储管理⑹数据汇总统计 【备注】 主要针对计算机相关专业的正在做毕设的学生和需要项目实战的Java学习者。 也可作为课程设计、期末大作业。包含:项目源码、数据库脚本、项目说明等,该项目可以直接作为毕设、课程设计使用。 也可以用来学习参考借鉴!
资源推荐
资源详情
资源评论
收起资源包目录
基于SSM+Jquery-easyUI+MySql开发的快递物流管理系统源码+sql数据库+项目说明.zip (2000个子文件)
TOrderExample$GeneratedCriteria.class 23KB
TVehicleExample$GeneratedCriteria.class 22KB
TItemExample$GeneratedCriteria.class 18KB
TUserExample$GeneratedCriteria.class 16KB
TOrderExample$Criteria.class 14KB
TOrderdetailExample$GeneratedCriteria.class 13KB
TVehicleExample$Criteria.class 13KB
OrderServiceImpl.class 13KB
TFunctionExample$GeneratedCriteria.class 12KB
TSpeciesExample$GeneratedCriteria.class 12KB
TItemExample$Criteria.class 10KB
TRouteExample$GeneratedCriteria.class 10KB
TUserExample$Criteria.class 9KB
RoleServiceImpl.class 9KB
FunctionServiceImpl.class 8KB
TVehicletypeExample$GeneratedCriteria.class 8KB
TRoleExample$GeneratedCriteria.class 8KB
TOrderdetailExample$Criteria.class 8KB
TRoleFunctionExample$GeneratedCriteria.class 7KB
TUserRoleExample$GeneratedCriteria.class 7KB
TFunctionExample$Criteria.class 7KB
TSpeciesExample$Criteria.class 7KB
UserController.class 6KB
UserServiceImpl.class 6KB
ImageServiceImpl.class 6KB
TRouteExample$Criteria.class 6KB
OrderController.class 6KB
SpeciesServiceImpl.class 5KB
DateUtil.class 5KB
TVehicletypeExample$Criteria.class 4KB
TRoleExample$Criteria.class 4KB
AMResult.class 4KB
ItemServiceImpl.class 4KB
FunctionController.class 4KB
TRoleFunctionExample$Criteria.class 4KB
VehicleController.class 4KB
TUserRoleExample$Criteria.class 4KB
VehicleTypeServiceImpl.class 4KB
VehicleTypeController.class 4KB
VehicleServiceImpl.class 4KB
ItemController.class 4KB
RouteServviceImpl.class 4KB
RouteController.class 3KB
TOrder.class 3KB
RoleController.class 3KB
TVehicle.class 3KB
TItem.class 2KB
JsonUtils.class 2KB
LoginInterceptor.class 2KB
TRoleFunctionExample$Criterion.class 2KB
TVehicletypeExample$Criterion.class 2KB
TOrderdetailExample$Criterion.class 2KB
TFunctionExample$Criterion.class 2KB
TUserRoleExample$Criterion.class 2KB
TVehicleExample$Criterion.class 2KB
TSpeciesExample$Criterion.class 2KB
TRouteExample$Criterion.class 2KB
TOrderExample$Criterion.class 2KB
TUserExample$Criterion.class 2KB
TItemExample$Criterion.class 2KB
TRoleExample$Criterion.class 2KB
TRoleFunctionExample.class 2KB
TVehicletypeExample.class 2KB
TOrderdetailExample.class 2KB
TFunctionExample.class 2KB
TUserRoleExample.class 2KB
TVehicleExample.class 2KB
TSpeciesExample.class 2KB
TUser.class 2KB
TOrderExample.class 2KB
TRouteExample.class 2KB
TItemExample.class 2KB
TRoleExample.class 2KB
TUserExample.class 2KB
PageController.class 2KB
MenuVO.class 2KB
PageInfo.class 2KB
ReflectHelper.class 2KB
SpeciesController.class 2KB
TOrderdetail.class 2KB
TFunction.class 2KB
TSpecies.class 2KB
SpeciesNode.class 2KB
TreeNode.class 2KB
IDUtils.class 2KB
TRoute.class 1KB
CatNode.class 1KB
TVehicletype.class 1KB
TOrderMapper.class 1KB
TRole.class 1KB
TOrderdetailMapper.class 1KB
TVehicleMapper.class 1KB
EasyUIResult.class 1KB
TItemMapper.class 1024B
SumOrderVO.class 1018B
TRoleFunctionMapper.class 976B
TVehicletypeMapper.class 966B
LoginVO.class 953B
TUserRoleMapper.class 936B
TFunctionMapper.class 936B
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
onnx
- 粉丝: 1w+
- 资源: 5627
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于机器学习的锂离子电池容量估计使用多通道充电配置程序,利用神经网络学习容量与充电性能之间的关系 使用前馈神经网络,卷积神经网络和长短时记忆来准确地估计健康状态 电池寿命预测,有相关资料数据
- centos 7 chrome浏览器及所有依赖包
- 基于遗传算法优化极限学习机(GA-ELM)的数据回归预测 matlab代码
- STM32L0系列微控制器的设备支持包
- 医疗问诊平台会员续费分析活动数据.zip
- 遗传算法微网优化 考虑风光柴油机等设备,程序注释详细,适合初学者学习
- 区间综合柜零层端子配线表.dwg-2019-03-03-17-14-05-703.bak
- 永磁同步电机矢量控制foc simulink仿真 转速电流双闭环,pi控制器
- BP神经网络的数据分类预测和故障信号诊断分类matlab代码 ,直接运行出数据分类结果和误差分布,注释详细易读懂,可直接套数据运行 PS:基于遗传算法的BP神经网络数据分类预测,基于PNN概率神经
- 2024国家公务员招录职位信息.zip
- springboot集成常用开发中间件,分库分表,缓存,消息队列,定时器,权限管理等组件
- 欧姆龙cp1h-xa40dt-d与台达变频器modbus rtu通讯程序 控制启停、写入频率和读取频率,plc型号cp1h-xa40dt-d,触摸屏型号是威纶通mt6103ip和mt8071ie,变
- 台达eh3与台达温控器modbus rtu通讯程序 程序有注释 plc为台达eh3,触摸屏为dop-107bv,温控器为台达dta4848系列
- 西门子PLC通用库 S7.Net.dll
- 基于Python Tkinter的图像处理工具:实现与应用
- VB6.0股票实时交易数据采集源代码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功