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

机智的程序员zero
- 粉丝: 2586
最新资源
- 分布式算法仿真软件_模拟网络环境主机网卡CPU分布式定时器自定义时延抽象调度函数处理时间无线内存硬盘假设_用于分布式算法测试与验证_依赖Google_benchmark_Gtest.zip
- 基于闪存转换层仿真算法的存储固件性能测试平台_闪存管理_垃圾回收_磨损均衡_地址映射_读写延迟优化_坏块管理_SSD寿命预测_数据持久性验证_NAND特性模拟_IOPS性能分析_适.zip
- 操作系统进程与内存管理模拟系统_进程调度算法选择内存分配策略配置及内存容量设定主界面包含源语输入区提示信息输出区进程状态显示面板与内存空间动态可视化模块_用于计算机科学教育中模拟多.zip
- 云飞机器人中文维基项目_机器人公共知识编辑平台_涵盖机器人设计建模仿真编程视觉算法行业应用等全面内容_采用公共知识自由编辑方式鼓励社区参与持续改进内容质量_旨在为机器人开发者研究者.zip
- 逻辑表达式符号化处理与Simulink电路自动生成系统_支持自定义逻辑运算符解析卡诺图与真值表可视化最小项编译表达式自动化简及仿真电路生成_用于数字电路设计教学与逻辑系统快速.zip
- sunbin1995_ADRC_10416_1756522093951.zip
- 基于特征融合的在线多目标多相机车辆跟踪系统_使用Unity3D搭建交通仿真场景进行算法测试和QT设计UI界面显示仿真结果及参数设置_支持多目标跟踪和跨相机车辆重识别_适用于智能交通.zip
- 基于RRT算法及其改进版本的路径规划仿真系统_包含RRTRRT星Informed_RRT星等算法的实现与可视化对比_用于机器人自主导航自动驾驶车辆路径优化及复杂环境下的运动规.zip
- 基于Vuejs框架开发的现代化日程管理Web应用系统_包含热重载开发服务器_生产环境构建压缩_单元测试与端到端测试集成_Webpack模块打包配置优化_采用ES6语法与单文件组件.zip
- 基于RFID通信中slottedaloha算法的仿真实现_无线射频识别技术时隙aloha协议防碰撞算法标签识别效率吞吐量分析信道负载模拟帧时隙优化动态调整机制冲突.zip
- 基于马尔可夫决策过程的车载可见光通信与射频通信混合垂直切换算法仿真项目_车辆网络通信仿真_VLC_RF混合切换_马尔可夫决策过程优化_切换时延与丢包率分析_用于研究车载通信网络中V.zip
- 基于RFID通信协议的纯Aloha算法仿真实现_无线射频识别技术_多标签碰撞避免_时隙随机接入机制_吞吐量性能分析_信道利用率优化_Matlab或Python仿真平台_动态帧时隙A.zip
- 共识协议性能对比模拟器_区块链共识算法性能测试与比较分析_用于在理想网络环境下无对抗目标和空交易积压条件下评估不同共识协议的吞吐量时间最终性和数据大小等核心指标_分布式系统仿真_节.zip
- JouChin_TurbineMarineProject_36836_1756522320781.zip
- 基于加速粒子群优化算法的动态电池配送路径仿真模拟系统_动态电池配送路径规划_优化电动汽车电池配送效率_加速粒子群优化算法_路径仿真模拟_智能物流调度_实时动态调整_多目标优化_配送.zip
- PUMA560机械臂建模与轨迹规划项目归档包_包含机械臂结构分析正逆运动学算法推导三维模型构建URDF文件生成Simulink仿真框架开发关节空间与笛卡尔空间轨迹规划实现.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


