CHANGES.txt
上传用户:qfccsy
上传日期:2022-03-27
资源大小:716k
文件大小:8k
源码类别:

ListView/ListBox

开发平台:

Java

  1. //==========================================
  2. // Ext JS Release Notes
  3. //==========================================
  4. // Release Date: January 23, 2007
  5. // Current Version: 2.0.1 (rev 1594) 
  6. // Previous Version: 2.0.0 (rev 1454)
  7. //==========================================
  8. ===== Added =====
  9. src/locale/
  10.      Catalonian 
  11.      Hebrew
  12.      Indonesian
  13.      Lithuanian
  14.      Portuguese
  15.      Spanish - Latin American
  16.      Thailand
  17. ===== Removed =====
  18. none
  19. ===== Modified =====
  20. adapter/
  21.      Ext base adapter
  22.         - scroll, motion and color methods now support chaining
  23. examples/view/
  24.      chooser.js
  25.         - Image chooser example ported to work under 2.0 and added to the examples page
  26. resources/css/
  27.      form.css
  28.         - Fix for form item horizontal scrolling issue
  29.         - Added fieldset no-border CSS rules
  30.         - Fixed a CSS sizing issue for Safari
  31.      grid.css
  32.         - Fixed grid editor position bug when scrolling horizontally (1490 & 1493) 
  33.      panel.css
  34.         - IE 7 Strict mode fix for panel header
  35.         - Fix for static scroll position of panel items in IE/Opera
  36.      tabs.css
  37.         - TabPanel now supports plain config option when a direct child of a Viewport.
  38. src/core/
  39.      Element
  40.         - Doc updates
  41.         - Updated insertFirst, insertSibling and replaceWith to accept an Element
  42.         - Added workarounds for FF 2.0/Mac overflow:auto browser bug that causes scrollbars to be invisible
  43.      Ext
  44.         - Fix to support latest AIR version via Ext.isAir property
  45.      Fx
  46.         - Doc updates
  47.      String
  48.         - Fixed a leftPad problem when size was <= the string length
  49.      UpdateManager
  50.         - Doc updates
  51.         
  52. src/data/
  53.     Connection
  54.         - Timeout option is no longer ignored when using submit or load of BasicForm
  55.         - Doc updates
  56.     Store
  57.         - Doc updates
  58.         - Fixed issue with sortInfo when beforeload fails
  59.         - Fixed issue where sort was not initialized correctly if only sortInfo was specified
  60.     Record
  61.         - Added missing store check in set method
  62.                 
  63. src/locale/
  64.     Bulgarian 
  65.     Chinese - Simplified
  66.     Chinese - Traditional 
  67.     Danish  
  68.     French - France     
  69.     Greek
  70.     Italian
  71.     Polish 
  72.     Russian
  73.     Serbian
  74.     Turkish
  75.         - Various edits
  76. src/tree/
  77.      TreeNode
  78.         - Fixed ensureVisible 
  79. src/util/
  80.      MixedCollection
  81.         - Doc updates
  82.         
  83. src/widgets/
  84.      BasicForm
  85.         - Added checks in destroy functions for components that may not be rendered
  86.      Button
  87.         - Added checks in destroy functions for components that may not be rendered
  88.         - Fixed typo preventing menutriggerout event from firing
  89.         - Fixed IE conditional check in onEnable/Disable to apply disabled class for icon-only buttons
  90.         - Changed disabled class from hard-coded to using the disabledClass property
  91.      Component
  92.         - Doc updates - stateful config now doc'd
  93.      Container
  94.         - Doc updates
  95.      DatePicker
  96.         - Now stores a reference to todayBtn in the instance scope
  97.      MessageBox
  98.         - Doc updates
  99.      Panel
  100.         - Doc updates - Added tabTip doc for Panel's contained within an Ext.TabPanel
  101.         - Added workarounds for FF 2.0/Mac overflow:auto browser bug that causes scrollbars to be invisible
  102.         - Added check for possible invalid header reference
  103.      Resizable
  104.         - Fixed end of line delimiters
  105.      SplitButton
  106.         - Doc updates
  107.      TabPanel
  108.         - Doc updates
  109.         - Created private idDelimiter property
  110.         - Fixed activeTab issue when enableTabScroll was set
  111.      Toolbar
  112.         - Doc updates - examples for each toolbar item type
  113.         - Fixed xtype support for Ext.Toolbar.TextItem (tbtext)
  114.         - id config will now be rendered to the DOM 
  115.      Viewport
  116.         - Doc updates
  117.         - Removed trailing comma
  118.      Window
  119.         - Added mask to be destroyed in beforeDestroy
  120.         - Added workarounds for FF 2.0/Mac overflow:auto browser bug that causes scrollbars to be invisible
  121.         
  122.         
  123. src/widgets/form/
  124.      Action
  125.         - Doc updates
  126.      BasicForm
  127.         - Doc updates
  128.      ComboBox
  129.         - Doc updates
  130.         - Fixed bug to enable hidden field on combo enable
  131.         - Fixed invalid reference to this.list
  132.         - Changed FF/Mac overflow fix from this.list to this.innerList for paging toolbar display
  133.         - clearValue now clears this.value
  134.         - Fix for list propagating enter key
  135.      DateField
  136.         - Associated menu will now be destroyed on cleanup
  137.      Field
  138.         - Doc updates
  139.      FieldSet
  140.         - Doc updates
  141.      FormPanel
  142.         - Added formId config docs
  143.         - Fields added/removed to FormPanel will be added/removed to underlying BasicForm instance.
  144.      NumberField
  145.         - Fixed issue setting a non-numeric value into NumberField shows NaN
  146.      Radio
  147.         - Added onClick override to handle proper setting of the active radio button
  148.      TextField
  149.         - Fixed a minor logic error in selectText
  150.         
  151. src/widgets/grid/
  152.      CheckboxSelectionModel
  153.         - Checkboxes will not be toggled by a right-click
  154.      ColumnModel
  155.         - Doc updates
  156.         - Added basic tooltip support for grid column headers
  157.      EditorGrid
  158.         - Doc updates
  159.         - Added autoEncode config option to automatically handle html encoding/decode on edits
  160.      GridPanel
  161.         - Doc updates
  162.         - Remove deprecated config 'enableRowHeightSync'
  163.      GridView
  164.         - Doc updates
  165.         - Added basic tooltip support for grid column headers
  166.         - Fix for grid header scroll position on layout update
  167.         - Added check for invalid Store reference
  168.         - Fixed JS error when clicking on header used for a plugin
  169.         - Inline styles for headers will be deleted when config align is not used
  170.         - Fixed horizontal scroll reset issue when row selection changes
  171.      GroupingView
  172.         - Doc updates - includes how to format the group header using groupTextTpl and groupRenderer configs
  173.         - Show groups button in menu will now be disabled if the column is not set to groupable
  174.         - Fixed a bug in the grouping menu where grouping would be incorrect
  175.         - Invalid id's will no longer be generated when using spaces and other nonvalid characters
  176.         - Fix to maintain groups after sort when using startCollapsed
  177.      PropertyGrid
  178.         - Doc updates
  179.         - Remove deprecated config 'enableColLock'
  180.      RowSelectionModel
  181.         - fixed onEditorKey references to e.shiftKey after the event had been stopped
  182. src/widgets/layout/
  183.     AccordionLayout
  184.     ColumnLayout
  185.         - Fixed issue with calling doLayout after adding a column to a rendered ColumnLayout
  186.     ContainerLayout
  187.         -  Updated renderItem to use positionEl if available.  This fixes a bug in AbsoluteLayout when positioning components that have wrapping elements (e.g., CheckBox).
  188.     FormLayout
  189.         - labelWidth now defaults to 100, previously anchor layouts would not work without specifying the labelWidth
  190. src/widgets/menu/
  191.      DateItem
  192.         - Doc updates
  193.      DateMenu
  194.         - Now destroys it's associated DatePicker
  195.      Menu
  196.         - Added code to clean up DOM elements and event listeners on destroy
  197.      MenuMgr
  198.         - Ext.MenuMgr.get will now fail gracefully when passed an invalid id
  199. src/widgets/tips/
  200.      QuickTip
  201.         - Fixed issue where quicktip could lose it's activeTarget property
  202.      QuickTips
  203.         - Doc updates
  204.         - Fixed an issue where QuickTip would retain an invalid width when mixing auto and set width quicktips
  205.      Tip
  206.         - Doc updates
  207.         
  208. src/widgets/tree/
  209.      TreePanel
  210.         - Doc updates
  211.      TreeNodeUI
  212.         - TreeNode checkboxes now account for being disabled