发布于 2014-07-31 10:25:17 | 931 次阅读 | 评论: 0 | 来源: 网友投递
EasyUI jQuery UI插件
jQuery EasyUI是一组基于jQuery的UI插件集合,而jQuery EasyUI的目标就是帮助web开发者更轻松的打造出功能丰富并且美观的UI界面。开发者不需要编写复杂的javascript,也不需要对css样式有深入的了解,开发者需要了解的只有一些简单的html标签。
jQuery EasyUI为我们提供了大多数UI控件的使用,如:accordion,combobox,menu,dialog,tabs,validatebox,datagrid,window,tree等等。
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 'clear' method to clear the panel's content.
datagrid: The user is allowed to assign percent width to columns.
form: Add 'ajax','novalidate' and 'queryParams' properties.
linkbutton: Add 'resize' method.
New Plugins
textbox: A enhanced input field that allows users build their form easily.
datetimespinner: A date and time spinner that allows to pick a specific day.
filebox: The filebox component represents a file field of the forms.