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
* menu: The menu should not has a correct height when removed a menu item. fixed.
* datagrid: The 'fitColumns' method does not work normally when the datarid width is too small. fixed.
* Improvement
* The fluid/percentange size is supported now for all easyui components.
* menu: Add 'showItem', 'hideItem' and 'resize' methods.
* menu: Auto resize the height upon the window size.
* menu: Add 'duration' property that allows the user to define duration time in milliseconds to hide menu.
* validatebox: Add 'onBeforeValidate' and 'onValidate' events.
* combo: Extended from textbox now.
* combo: Add 'panelMinWidth','panelMaxWidth','panelMinHeight' and 'panelMaxHeight' properties.
* searchbox: Extended from textbox now.
* tree: The 'getRoot' method will return the top parent node of a specified node if pass a 'nodeEl' parameter.
* tree: Add 'queryParams' property.
* datetimebox: Add 'spinnerWidth' property.
* panel: Add 'doLayout' method to cause the panel to lay out its components.
* panel: Add 'cl
好家伙VCC
- 粉丝: 2504
- 资源: 9138
最新资源
- C# OPC UA DA通信源代码示例:工业上位机必备,简单直接使用,高效稳定传输数据 ,C# opc ua da通信源代码示例,应用简单直接可使用 工业上位机必备代码 ,核心关键词:C#;OPC
- Matlab实现极端随机森林(ERF)数据分类预测:基于类别增量的高效分类算法,基于类别增量的极端随机森林(ERF)数据分类预测 matlab代码 ,基于类别增量的极端随机森林(ERF)数据分类预测
- 堆垛机PLC程序介绍:基于PLC 1500SP F-1PN,配有清晰SCL注释和安全保密设计,堆垛机程序,硬件配置:PLC:1500SP F-1PN HMI:KTP700 Basic PN X轴:S1
- Matlab代码实现基于拉格朗日算法的电力系统多不良参数辨识与IEEE 14节点系统仿真验证,Matlab代码-基于拉格朗日电力系统参数辨识 对电力系统中存在多个不良参数进行辨识,以IEEE14节点系
- 自建dq坐标系下的永磁同步电机PMSM模型:从基础入门到实践应用附赠参考资料,自建dq坐标系永磁同步电机pmsm模型 不是库里的模块,适用于新手入门学习 赠参考资料 ,核心关键词: 自建; DQ坐
- 基于NPC整流器的三电平中点钳位PWM整流器模型研究,NPC整流器,三电平,中点钳位 PWM整流器三电平模型 ,核心关键词:NPC整流器; 三电平; 中点钳位; PWM整流器三电平模型;,三电平
- 料箱输送线的自动化程序:含目的地跟踪、设备布局和电气图纸,基于STL与PLC控制,配备英特诺电机等硬件 ,料箱输送线程序,带目的地跟踪,提供设备布局图和电气图纸以及博途程序 程序语言较多使用了STL
- 步进伺服控制程序:三菱PLC与威纶触摸屏编写实践,成熟可靠适用于新手学习,高借鉴价值带注释 ,步进伺服控制程序 用三菱plc和威纶触摸屏编写 新手学习最佳选择 此程序已经实际设备上批量应用,程
- 伺服驱动器和变频器源码原理图全集合:囊括市场热门产品GD系列变频器与EP系列伺服驱动器方案学习库,变频器源码、图纸、生产方案 伺服驱动器和变频器源码、图纸、生产方案 此文件包涵盖 1、迈信EP100
- 基于多约束MPC的ACC模型预测自适应巡航设计:涵盖动力、经济性及安全因素的综合仿真研究,多约束的MPC ACC模型预测ACC设计 自适应巡航 考虑经济性,安全性,动力行等多因素的 不是单纯的速度
- 土壤源热泵模型在comsol环境下的应用与实践,comsol的土壤源热泵模型 ,核心关键词:Comsol; 土壤源; 热泵模型; 模拟分析; 地下热能利用; 能源效率; 环境影响 ,"COMSOL土壤
- 电力电子Matlab Simulink模块化多电平变换器MMC仿真研究:载波移相PWM、电容电压平衡与环流抑制算法的应用与仿真波形分析(输出相电压、子模块电容电压及电流波形效果),电力电子matlab
- 大厂成熟FOC电机控制代码方案:多功能电动自行车、滑板车专用,基于STM32芯片,多项高级功能一体化解决方案,成熟FOC电机控制代码 大厂成熟FOC电机控制图 可用于电动自行车,滑板 车,电机FOC
- 电池包热管理与新能源汽车共轭传热仿真分析-几何清理网格划分与关键参数设置指南,starccm+电池包热管理-新能源汽车电池包共轭传热仿真 可查學習模型如何搭建,几何清理网格划分,學習重要分析参数如
- 基于MATLAB Simulink R2015b的三相SPWM与THIPWM逆变器仿真模型研究,Three-Phase-SPWM-THIPWM-Inverter:基于MATLAB Simulink的三
- 基于Python的LBPH算法人脸识别系统:使用OpenCV与PyQt5库实现人脸采集与匹配,项目:基于Python的人脸识别 算法:LBPH算法 环境:Windows或linux或mac、pycha
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈