changelog.txt 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. Version 1.4.2
  2. -------------
  3. *Bug
  4. * treegrid: The column will restore its size to original size after recreating the treegrid. fixed.
  5. * Improvement
  6. * draggable: Add 'delay' property that allows the user to delay the drag operation.
  7. * tree: Add 'filter' property and 'doFilter' method.
  8. * tabs: The 'add' method allows the user to insert a tab panel at a specified index.
  9. * tabs: The user can determine what tab panel can be selected.
  10. * tabs: Add 'justified' and 'narrow' properties.
  11. * layout: Add 'unsplit' and 'split' methods.
  12. * messager: Keyboard navigation features are supported now.
  13. * form: Add 'onChange' event.
  14. * combobox: Add 'queryParams' property.
  15. * slider: Add 'range' property.
  16. * menu: Add 'itemHeight','inline','noline' properties.
  17. * panel: The 'header' property allows the user to customize the panel header.
  18. * menubutton: Add 'hasDownArrow' property.
  19. * New Plugins
  20. * datalist: The plugin to render items in a list.
  21. * navpanel: The root component for the mobile page.
  22. * mobile: The plugin to provide the mobile page stack management and navigation.
  23. Version 1.4.1
  24. -------------
  25. * Bug
  26. * combogrid: The combogrid has different height than other combo components. fixed.
  27. * datagrid: The row element loses some class style value after calling 'updateRow' method. fixed.
  28. * menubutton: Calling 'enable' method on a disabled button can not work well. fixed.
  29. * form: The filebox components in the form do not work correctly after calling 'clear' method. fixed.
  30. * Improvement
  31. * tabs: The 'update' method accepts 'type' option that allows the user to update the header,body,or both.
  32. * panel: Add 'openAnimation','openDuration','closeAnimation' and 'closeDuration' properties to set the animation for opening or closing a panel.
  33. * panel: Add 'footer' property that allows the user to add a footer bar to the bottom of panel.
  34. * datagrid: Calling 'endEdit' method will accept the editing value correctly.
  35. * datagrid: Add 'onBeforeSelect','onBeforeCheck','onBeforeUnselect','onBeforeUncheck' events.
  36. * propertygrid: The user can edit a row by calling 'beginEdit' method.
  37. * datebox: Add 'cloneFrom' method to create the datebox component quickly.
  38. * datetimebox: Add 'cloneFrom' method to create the datetimebox component quickly.
  39. Version 1.4
  40. -------------
  41. * Bug
  42. * menu: The menu should not has a correct height when removed a menu item. fixed.
  43. * datagrid: The 'fitColumns' method does not work normally when the datarid width is too small. fixed.
  44. * Improvement
  45. * The fluid/percentange size is supported now for all easyui components.
  46. * menu: Add 'showItem', 'hideItem' and 'resize' methods.
  47. * menu: Auto resize the height upon the window size.
  48. * menu: Add 'duration' property that allows the user to define duration time in milliseconds to hide menu.
  49. * validatebox: Add 'onBeforeValidate' and 'onValidate' events.
  50. * combo: Extended from textbox now.
  51. * combo: Add 'panelMinWidth','panelMaxWidth','panelMinHeight' and 'panelMaxHeight' properties.
  52. * searchbox: Extended from textbox now.
  53. * tree: The 'getRoot' method will return the top parent node of a specified node if pass a 'nodeEl' parameter.
  54. * tree: Add 'queryParams' property.
  55. * datetimebox: Add 'spinnerWidth' property.
  56. * panel: Add 'doLayout' method to cause the panel to lay out its components.
  57. * panel: Add 'clear' method to clear the panel's content.
  58. * datagrid: The user is allowed to assign percent width to columns.
  59. * form: Add 'ajax','novalidate' and 'queryParams' properties.
  60. * linkbutton: Add 'resize' method.
  61. * New Plugins
  62. * textbox: A enhanced input field that allows users build their form easily.
  63. * datetimespinner: A date and time spinner that allows to pick a specific day.
  64. * filebox: The filebox component represents a file field of the forms.
  65. Version 1.3.6
  66. -------------
  67. * Bug
  68. * treegrid: The 'getChecked' method can not return correct checked rows. fixed.
  69. * tree: The checkbox does not display properly on async tree when 'onlyLeafCheck' property is true. fixed.
  70. * Improvement
  71. * treegrid: All the selecting and checking methods are extended from datagrid component.
  72. * linkbutton: The icon alignment is fully supported, possible values are: 'top','bottom','left','right'.
  73. * linkbutton: Add 'size' property, possible values are: 'small','large'.
  74. * linkbutton: Add 'onClick' event.
  75. * menubutton: Add 'menuAlign' property that allows the user set top level menu alignment.
  76. * combo: Add 'panelAlign' property, possible values are: 'left','right'.
  77. * calendar: The 'formatter','styler' and 'validator' options are available to custom the calendar dates.
  78. * calendar: Add 'onChange' event.
  79. * panel: Add 'method','queryParams' and 'loader' options.
  80. * panel: Add 'onLoadError' event.
  81. * datagrid: Add 'onBeginEdit' event that fires when a row goes into edit mode.
  82. * datagrid: Add 'onEndEdit' event that fires when finishing editing but before destroying editors.
  83. * datagrid: Add 'sort' method and 'onBeforeSortColumn' event.
  84. * datagrid: The 'combogrid' editor has been integrated into datagrid.
  85. * datagrid: Add 'ctrlSelect' property that only allows multi-selection when ctrl+click is used.
  86. * slider: Add 'converter' option that allows users determine how to convert a value to the slider position or the slider position to the value.
  87. * searchbox: Add 'disabled' property.
  88. * searchbox: Add 'disable','enable','clear','reset' methods.
  89. * spinner: Add 'readonly' property, 'readonly' method and 'onChange' event.
  90. Version 1.3.5
  91. -------------
  92. * Bug
  93. * searchbox: The 'searcher' function can not offer 'name' parameter value correctly. fixed.
  94. * combo: The 'isValid' method can not return boolean value. fixed.
  95. * combo: Clicking combo will trigger the 'onHidePanel' event of other combo components that have hidden drop-down panels. fixed.
  96. * combogrid: Some methods can not inherit from combo. fixed.
  97. * Improvement
  98. * datagrid: Improve performance on checking rows.
  99. * menu: Allows to append a menu separator.
  100. * menu: Add 'hideOnUnhover' property to indicate if the menu should be hidden when mouse exits it.
  101. * slider: Add 'clear' and 'reset' methods.
  102. * tabs: Add 'unselect' method that will trigger 'onUnselect' event.
  103. * tabs: Add 'selected' property to specify what tab panel will be opened.
  104. * tabs: The 'collapsible' property of tab panel is supported to determine if the tab panel can be collapsed.
  105. * tabs: Add 'showHeader' property, 'showHeader' and 'hideHeader' methods.
  106. * combobox: The 'disabled' property can be used to disable some items.
  107. * tree: Improve loading performance.
  108. * pagination: The 'layout' property can be used to customize the pagination layout.
  109. * accordion: Add 'unselect' method that will trigger 'onUnselect' event.
  110. * accordion: Add 'selected' and 'multiple' properties.
  111. * accordion: Add 'getSelections' method.
  112. * datebox: Add 'sharedCalendar' property that allows multiple datebox components share one calendar component.
  113. Version 1.3.4
  114. -------------
  115. * Bug
  116. * combobox: The onLoadSuccess event fires when parsing empty local data. fixed.
  117. * form: Calling 'reset' method can not reset datebox field. fixed.
  118. * Improvement
  119. * mobile: The context menu and double click features are supported on mobile devices.
  120. * combobox: The 'groupField' and 'groupFormatter' options are available to display items in groups.
  121. * tree: When append or insert nodes, the 'data' parameter accepts one or more nodes data.
  122. * tree: The 'getChecked' method accepts a single 'state' or an array of 'state'.
  123. * tree: Add 'scrollTo' method.
  124. * datagrid: The 'multiSort' property is added to support multiple column sorting.
  125. * datagrid: The 'rowStyler' and column 'styler' can return CSS class name or inline styles.
  126. * treegrid: Add 'load' method to load data and navigate to the first page.
  127. * tabs: Add 'tabWidth' and 'tabHeight' properties.
  128. * validatebox: The 'novalidate' property is available to indicate whether to perform the validation.
  129. * validatebox: Add 'enableValidation' and 'disableValidation' methods.
  130. * form: Add 'enableValidation' and 'disableValidation' methods.
  131. * slider: Add 'onComplete' event.
  132. * pagination: The 'buttons' property accepts the existing element.
  133. Version 1.3.3
  134. -------------
  135. * Bug
  136. * datagrid: Some style features are not supported by column styler function. fixed.
  137. * datagrid: IE 31 stylesheet limit. fixed.
  138. * treegrid: Some style features are not supported by column styler function. fixed.
  139. * menu: The auto width of menu item displays incorrect in ie6. fixed.
  140. * combo: The 'onHidePanel' event can not fire when clicked outside the combo area. fixed.
  141. * Improvement
  142. * datagrid: Add 'scrollTo' and 'highlightRow' methods.
  143. * treegrid: Enable treegrid to parse data from <tbody> element.
  144. * combo: Add 'selectOnNavigation' and 'readonly' options.
  145. * combobox: Add 'loadFilter' option to allow users to change data format before loading into combobox.
  146. * tree: Add 'onBeforeDrop' callback event.
  147. * validatebox: Dependent on tooltip plugin now, add 'deltaX' property.
  148. * numberbox: The 'filter' options can be used to determine if the key pressed was accepted.
  149. * linkbutton: The group button is available.
  150. * layout: The 'minWidth','maxWidth','minHeight','maxHeight' and 'collapsible' properties are available for region panel.
  151. * New Plugins
  152. * tooltip: Display a popup message when moving mouse over an element.
  153. Version 1.3.2
  154. -------------
  155. * Bug
  156. * datagrid: The loading message window can not be centered when changing the width of datagrid. fixed.
  157. * treegrid: The 'mergeCells' method can not work normally. fixed.
  158. * propertygrid: Calling 'endEdit' method to stop editing a row will cause errors. fixed.
  159. * tree: Can not load empty data when 'lines' property set to true. fixed.
  160. * Improvement
  161. * RTL feature is supported now.
  162. * tabs: Add 'scrollBy' method to scroll the tab header by the specified amount of pixels
  163. * tabs: Add 'toolPosition' property to set tab tools to left or right.
  164. * tabs: Add 'tabPosition' property to define the tab position, possible values are: 'top','bottom','left','right'.
  165. * datagrid: Add a column level property 'order' that allows users to define different default sort order per column.
  166. * datagrid: Add a column level property 'halign' that allows users to define how to align the column header.
  167. * datagrid: Add 'resizeHandle' property to define the resizing column position, by grabbing the left or right edge of the column.
  168. * datagrid: Add 'freezeRow' method to freeze some rows that will always be displayed at the top when the datagrid is scrolled down.
  169. * datagrid: Add 'clearChecked' method to clear all checked records.
  170. * datagrid: Add 'data' property to initialize the datagrid data.
  171. * linkbutton: Add 'iconAlgin' property to define the icon position, supported values are: 'left','right'.
  172. * menu: Add 'minWidth' property.
  173. * menu: The menu width can be automatically calculated.
  174. * tree: New events are available including 'onBeforeDrag','onStartDrag','onDragEnter','onDragOver','onDragLeave',etc.
  175. * combo: Add 'height' property to allow users to define the height of combo.
  176. * combo: Add 'reset' method.
  177. * numberbox: Add 'reset' method.
  178. * spinner: Add 'reset' method.
  179. * spinner: Add 'height' property to allow users to define the height of spinner.
  180. * searchbox: Add 'height' property to allow users to define the height of searchbox.
  181. * form: Add 'reset' method.
  182. * validatebox: Add 'delay' property to delay validating from the last inputting value.
  183. * validatebox: Add 'tipPosition' property to define the tip position, supported values are: 'left','right'.
  184. * validatebox: Multiple validate rules on a field is supported now.
  185. * slider: Add 'reversed' property to determine if the min value and max value will switch their positions.
  186. * progressbar: Add 'height' property to allow users to define the height of progressbar.
  187. Version 1.3.1
  188. -------------
  189. * Bug
  190. * datagrid: Setting the 'pageNumber' property is not valid. fixed.
  191. * datagrid: The id attribute of rows isn't adjusted properly while calling 'insertRow' or 'deleteRow' method.
  192. * dialog: When load content from 'href', the script will run twice. fixed.
  193. * propertygrid: The editors that extended from combo can not accept its changed value. fixed.
  194. * Improvement
  195. * droppable: Add 'disabled' property.
  196. * droppable: Add 'options','enable' and 'disable' methods.
  197. * tabs: The tab panel tools can be changed by calling 'update' method.
  198. * messager: When show a message window, the user can define the window position by applying 'style' property.
  199. * window: Prevent script on window body from running twice.
  200. * window: Add 'hcenter','vcenter' and 'center' methods.
  201. * tree: Add 'onBeforeCheck' callback event.
  202. * tree: Extend the 'getChecked' method to allow users to get 'checked','unchecked' or 'indeterminate' nodes.
  203. * treegrid: Add 'update' method to update a specified node.
  204. * treegrid: Add 'insert' method to insert a new node.
  205. * treegrid: Add 'pop' method to remove a node and get the removed node data.
  206. Version 1.3
  207. -----------
  208. * Bug
  209. * combogrid: When set to 'remote' query mode, the 'queryParams' parameters can't be sent to server. fixed.
  210. * combotree: The tree nodes on drop-down panel can not be unchecked while calling 'clear' method. fixed.
  211. * datetimebox: Setting 'showSeconds' property to false cannot hide seconds info. fixed.
  212. * datagrid: Calling 'mergeCells' method can't auto resize the merged cell while header is hidden. fixed.
  213. * dialog: Set cache to false and load data via ajax, the content cannot be refreshed. fixed.
  214. * Improvement
  215. * The HTML5 'data-options' attribute is available for components to declare all custom options, including properties and events.
  216. * More detailed documentation is available.
  217. * panel: Prevent script on panel body from running twice.
  218. * accordion: Add 'getPanelIndex' method.
  219. * accordion: The tools can be added on panel header.
  220. * datetimebox: Add 'timeSeparator' option that allows users to define the time separator.
  221. * pagination: Add 'refresh' and 'select' methods.
  222. * datagrid: Auto resize the column width to fit the contents when the column width is not defined.
  223. * datagrid: Double click on the right border of columns to auto resize the columns to the contents in the columns.
  224. * datagrid: Add 'autoSizeColumn' method that allows users to adjust the column width to fit the contents.
  225. * datagrid: Add 'getChecked' method to get all rows where the checkbox has been checked.
  226. * datagrid: Add 'selectOnCheck' and 'checkOnSelect' properties and some checking methods to enhance the row selections.
  227. * datagrid: Add 'pagePosition' property to allow users to display pager bar at either top,bottom or both places of the grid.
  228. * datagrid: The buffer view and virtual scroll view are supported to display large amounts of records without pagination.
  229. * tabs: Add 'disableTab' and 'enableTab' methods to allow users to disable or enable a tab panel.
  230. Version 1.2.6
  231. -------------
  232. * Bug
  233. * tabs: Call 'add' method with 'selected:false' option, the added tab panel is always selected. fixed.
  234. * treegrid: The 'onSelect' and 'onUnselect' events can't be triggered. fixed.
  235. * treegrid: Cannot display zero value field. fixed.
  236. * Improvement
  237. * propertygrid: Add 'expandGroup' and 'collapseGroup' methods.
  238. * layout: Allow users to create collapsed layout panels by assigning 'collapsed' property to true.
  239. * layout: Add 'add' and 'remove' methods that allow users to dynamically add or remove region panel.
  240. * layout: Additional tool icons can be added on region panel header.
  241. * calendar: Add 'firstDay' option that allow users to set first day of week. Sunday is 0, Monday is 1, ...
  242. * tree: Add 'lines' option, true to display tree lines.
  243. * tree: Add 'loadFilter' option that allow users to change data format before loading into the tree.
  244. * tree: Add 'loader' option that allow users to define how to load data from remote server.
  245. * treegrid: Add 'onClickCell' and 'onDblClickCell' callback function options.
  246. * datagrid: Add 'autoRowHeight' property that allow users to determine if set the row height based on the contents of that row.
  247. * datagrid: Improve performance to load large data set.
  248. * datagrid: Add 'loader' option that allow users to define how to load data from remote server.
  249. * treegrid: Add 'loader' option that allow users to define how to load data from remote server.
  250. * combobox: Add 'onBeforeLoad' callback event function.
  251. * combobox: Add 'loader' option that allow users to define how to load data from remote server.
  252. * Add support for other loading mode such as dwr,xml,etc.
  253. * New Plugins
  254. * slider: Allows the user to choose a numeric value from a finite range.
  255. Version 1.2.5
  256. -------------
  257. * Bug
  258. * tabs: When add a new tab panel with href property, the content page is loaded twice. fixed.
  259. * form: Failed to call 'load' method to load form input with complex name. fixed.
  260. * draggable: End drag in ie9, the cursor cannot be restored. fixed.
  261. * Improvement
  262. * panel: The tools can be defined via html markup.
  263. * tabs: Call 'close' method to close specified tab panel, users can pass tab title or index of tab panel. Other methods such 'select','getTab' and 'exists' are similar to 'close' method.
  264. * tabs: Add 'getTabIndex' method.
  265. * tabs: Users can define mini tools on tabs.
  266. * tree: The mouse must move a specified distance to begin drag and drop operation.
  267. * resizable: Add 'options','enable' and 'disable' methods.
  268. * numberbox: Allow users to change number format.
  269. * datagrid: The subgrid is supported now.
  270. * searchbox: Add 'selectName' method to select searching type name.
  271. Version 1.2.4
  272. -------------
  273. * Bug
  274. * menu: The menu position is wrong when scroll bar appears. fixed.
  275. * accordion: Cannot display the default selected panel in jQuery 1.6.2. fixed.
  276. * tabs: Cannot display the default selected tab panel in jQuery 1.6.2. fixed.
  277. * Improvement
  278. * menu: Allow users to disable or enable menu item.
  279. * combo: Add 'delay' property to set the delay time to do searching from the last key input event.
  280. * treegrid: The 'getEditors' and 'getEditor' methods are supported now.
  281. * treegrid: The 'loadFilter' option is supported now.
  282. * messager: Add 'progress' method to display a message box with a progress bar.
  283. * panel: Add 'extractor' option to allow users to extract panel content from ajax response.
  284. * New Plugins
  285. * searchbox: Allow users to type words into box and do searching operation.
  286. * progressbar: To display the progress of a task.
  287. Version 1.2.3
  288. -------------
  289. * Bug
  290. * window: Cannot resize the window with iframe content. fixed.
  291. * tree: The node will be removed when dragging to its child. fixed.
  292. * combogrid: The onChange event fires multiple times. fixed.
  293. * accordion: Cannot add batch new panels when animate property is set to true. fixed.
  294. * Improvement
  295. * treegrid: The footer row and row styler features are supported now.
  296. * treegrid: Add 'getLevel','reloadFooter','getFooterRows' methods.
  297. * treegrid: Support root nodes pagination and editable features.
  298. * datagrid: Add 'getFooterRows','reloadFooter','insertRow' methods and improve editing performance.
  299. * datagrid: Add 'loadFilter' option that allow users to change original source data to standard data format.
  300. * draggable: Add 'onBeforeDrag' callback event function.
  301. * validatebox: Add 'remote' validation type.
  302. * combobox: Add 'method' option.
  303. * New Plugins
  304. * propertygrid: Allow users to edit property value in datagrid.
  305. Version 1.2.2
  306. -------------
  307. * Bug
  308. * datagrid: Apply fitColumns cannot work fine while set checkbox column. fixed.
  309. * datagrid: The validateRow method cannot return boolean type value. fixed.
  310. * numberbox: Cannot fix value in chrome when min or max property isn't defined. fixed.
  311. * Improvement
  312. * menu: Add some crud methods.
  313. * combo: Add hasDownArrow property to determine whether to display the down arrow button.
  314. * tree: Supports inline editing.
  315. * calendar: Add some useful methods such as 'resize', 'moveTo' etc.
  316. * timespinner: Add some useful methods.
  317. * datebox: Refactoring based on combo and calendar plugin now.
  318. * datagrid: Allow users to change row style in some conditions.
  319. * datagrid: Users can use the footer row to display summary information.
  320. * New Plugins
  321. * datetimebox: Combines datebox with timespinner component.
  322. Version 1.2.1
  323. -------------
  324. * Bug
  325. * easyloader: Some dependencies cannot be loaded by their order. fixed.
  326. * tree: The checkbox is setted incorrectly when removing a node. fixed.
  327. * dialog: The dialog layout incorrectly when 'closed' property is setted to true. fixed.
  328. * Improvement
  329. * parser: Add onComplete callback function that can indicate whether the parse action is complete.
  330. * menu: Add onClick callback function and some other methods.
  331. * tree: Add some useful methods.
  332. * tree: Drag and Drop feature is supported now.
  333. * tree: Add onContextMenu callback function.
  334. * tabs: Add onContextMenu callback function.
  335. * tabs: Add 'tools' property that can create buttons on right bar.
  336. * datagrid: Add onHeaderContextMenu and onRowContextMenu callback functions.
  337. * datagrid: Custom view is supported.
  338. * treegrid: Add onContextMenu callback function and append,remove methods.
  339. Version 1.2
  340. -------------
  341. * Improvement
  342. * tree: Add cascadeCheck,onlyLeafCheck properties and select event.
  343. * combobox: Enable multiple selection.
  344. * combotree: Enable multiple selection.
  345. * tabs: Remember the trace of selection, when current tab panel is closed, the previous selected tab will be selected.
  346. * datagrid: Extend from panel, so many properties defined in panel can be used for datagrid.
  347. * New Plugins
  348. * treegrid: Represent tabular data in hierarchical view, combines tree view and datagrid.
  349. * combo: The basic component that allow user to extend their combo component such as combobox,combotree,etc.
  350. * combogrid: Combines combobox with drop-down datagrid component.
  351. * spinner: The basic plugin to create numberspinner,timespinner,etc.
  352. * numberspinner: The numberbox that allow user to change value by clicking up and down spin buttons.
  353. * timespinner: The time selector that allow user to quickly inc/dec a time.
  354. Version 1.1.2
  355. -------------
  356. * Bug
  357. * messager: When call show method in layout, the message window will be blocked. fixed.
  358. * Improvement
  359. * datagrid: Add validateRow method, remember the current editing row status when do editing action.
  360. * datagrid: Add the ability to create merged cells.
  361. * form: Add callback functions when loading data.
  362. * panel,window,dialog: Add maximize,minimize,restore,collapse,expand methods.
  363. * panel,tabs,accordion: The lazy loading feature is supported.
  364. * tabs: Add getSelected,update,getTab methods.
  365. * accordion: Add crud methods.
  366. * linkbutton: Accept an id option to set the id attribute.
  367. * tree: Enhance tree node operation.
  368. Version 1.1.1
  369. -------------
  370. * Bug
  371. * form: Cannot clear the value of combobox and combotree component. fixed.
  372. * Improvement
  373. * tree: Add some useful methods such as 'getRoot','getChildren','update',etc.
  374. * datagrid: Add editable feature, improve performance while loading data.
  375. * datebox: Add destroy method.
  376. * combobox: Add destroy and clear method.
  377. * combotree: Add destroy and clear method.
  378. Version 1.1
  379. -------------
  380. * Bug
  381. * messager: When call show method with timeout property setted, an error occurs while clicking the close button. fixed.
  382. * combobox: The editable property of combobox plugin is invalid. fixed.
  383. * window: The proxy box will not be removed when dragging or resizing exceed browser border in ie. fixed.
  384. * Improvement
  385. * menu: The menu item can use <a> markup to display a different page.
  386. * tree: The tree node can use <a> markup to act as a tree menu.
  387. * pagination: Add some event on refresh button and page list.
  388. * datagrid: Add a 'param' parameter for reload method, with which users can pass query parameter when reload data.
  389. * numberbox: Add required validation support, the usage is same as validatebox plugin.
  390. * combobox: Add required validation support.
  391. * combotree: Add required validation support.
  392. * layout: Add some method that can get a region panel and attach event handlers.
  393. * New Plugins
  394. * droppable: A droppable plugin that supports drag drop operation.
  395. * calendar: A calendar plugin that can either be embedded within a page or popup.
  396. * datebox: Combines a textbox with a calendar that let users to select date.
  397. * easyloader: A JavaScript loader that allows you to load plugin and their dependencies into your page.
  398. Version 1.0.5
  399. * Bug
  400. * panel: The fit property of panel performs incorrectly. fixed.
  401. * Improvement
  402. * menu: Add a href attribute for menu item, with which user can display a different page in the current browser window.
  403. * form: Add a validate method to do validation for validatebox component.
  404. * dialog: The dialog can read collapsible,minimizable,maximizable and resizable attribute from markup.
  405. * New Plugins
  406. * validatebox: A validation plugin that checks to make sure the user's input value is valid.
  407. Version 1.0.4
  408. -------------
  409. * Bug
  410. * panel: When panel is invisible, it is abnormal when resized. fixed.
  411. * panel: Memory leak in method 'destroy'. fixed.
  412. * messager: Memory leak when messager box is closed. fixed.
  413. * dialog: No onLoad event occurs when loading remote data. fixed.
  414. * Improvement
  415. * panel: Add method 'setTitle'.
  416. * window: Add method 'setTitle'.
  417. * dialog: Add method 'setTitle'.
  418. * combotree: Add method 'getValue'.
  419. * combobox: Add method 'getValue'.
  420. * form: The 'load' method can load data and fill combobox and combotree field correctly.
  421. Version 1.0.3
  422. -------------
  423. * Bug
  424. * menu: When menu is show in a DIV container, it will be cropped. fixed.
  425. * layout: If you collpase a region panel and then expand it immediately, the region panel will not show normally. fixed.
  426. * accordion: If no panel selected then the first one will become selected and the first panel's body height will not set correctly. fixed.
  427. * Improvement
  428. * tree: Add some methods to support CRUD operation.
  429. * datagrid: Toolbar can accept a new property named 'disabled' to disable the specified tool button.
  430. * New Plugins
  431. * combobox: Combines a textbox with a list of options that users are able to choose from.
  432. * combotree: Combines combobox with drop-down tree component.
  433. * numberbox: Make input element can only enter number char.
  434. * dialog: rewrite the dialog plugin, dialog can contains toolbar and buttons.