You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

553 lines
31 KiB

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