`
yesjavame
  • 浏览: 659520 次
  • 性别: Icon_minigender_2
  • 来自: 杭州
文章分类
社区版块
存档分类
最新评论

Ext JS 4 Beta 1发布了

阅读更多

下载地址:http://www.sencha.com/products/extjs4-beta/download/

真是令人兴奋, beta版终于发布,看了以下例程,editgrid现在是相当的轻松。

以下是更新文档:

Release Notes for Ext JS 4 Beta 1

Release Notes: March 30, 2011
Version Number: 4.0.0beta1

New In This Release

  • New Examples
  • Bug Fixes
    • Fixed an issue where menu items would not respect the cls property
    • Fixed improper variable in RemotingProvider
    • Fixed param logic in DirectProxy
    • Fixed an issue when reloading stores with different data sets
    • Added a finite check for a DrawComponent's bounding box
    • Pass the correct parameter to ServerProxy.afterRequest
    • Fix indexOf reference in ListMenu
    • When a date is chosen for a date filter, hide its parent menu
    • Add autocomplete="off" to Button template to prevent Firefox from remembering its disabled state between page reloads
    • Prevent NumericFilter's menu fields from getting focused when mousing over them
    • Fix form submission when using direct
    • Fixed an issue where phantom records were being duplicated in the store when returned from a remote data source
    • Fixed an issue when clearing a client data proxy
    • Fixed Model dependencies
    • Removed redundant requires in Component
    • Fix to make sure initExtCss always executes after Ext.supports.init
    • Fix an issues where the expander icons are hidden when lines: false is used
    • Ensure that the grid doesn't trigger a sort on the store when it renders
    • Fix setValue method and initial value config on HtmlEditor
    • Fixed recursive cloning of a non "plain" object (the constructor of which is !== Object)
    • Ensure a layout isn't triggered if the container is destroying
    • Fixed the styling of forms in a toolbar
    • Fixed Window restore issue
    • Fixed Grid dependencies
    • Fix Accordion layout when initially layed out with no child items
    • Updating $font-size dynamic variable's to use ceil to fix sub-pixel (ex: 10.4px) font-sizes
    • Fixed multiple issues with rotated labels on category axis
    • Fix TabPanel dependencies
    • Fix typo in alternateClassName definitions
    • If the panel has a re-expander, make sure the title is set when setTitle is called
    • Fix an issue where panels would not be collapsed initially when not in a container
    • Allow the combo store to be bound using a single flat array
    • Fix autoCreated Store setup in StoreMgr
    • Fix unreachable code in Ext.getDom
    • Properly clear managedListeners array in Observable
    • Fix problem with the animate config option replacing the animate method
    • Fixed grid scroll options 'horizontal' and 'none'
    • Fix problem with autoHeighting TabPanels by their child items
    • Fix menu box overflow handler on IE
    • Fixed stacked bar chart axis calculation issue
    • Fix scaling re-calculation issue for Bar, Line, Scatter series
    • Fire change event when ComboBox value is changed
    • Update alignment of ComboBox dropdown when its content changes, so it can flip from below to above or vice versa as the user types
    • Clear selection in ComboBox.BoundList if it no longer matches the value in the field, so that the old value can be re-selected
    • Fix bug with ComboBox where the value in the field would be blanked out while the user was typing with typeAhead:true
    • Fix ComboBox scrolling selected item into view when list is expanded
    • Set ComboBox selection in list when it is first created, if the ComboBox has an initial 'value' config
    • Fix Scatter series shadow issue
    • Don't reinsert a node into the NodeStore if its new parent is not part of the NodeStore
    • Fixed issue with Element.destroy not being properly called resulting in memory problems for IE
    • Fixed Ext.require() not firing callbacks after a failure
    • Fixed Ext.Loader.getPath() not returning properly value for unknown namespace
    • Forced setting the Axis minimum and maximum values specified by the configuration
    • Fixed cropped window titles in various browsers
    • Firefox fix for getNextId method in WebStorageProxy
    • Fixed an issue with the id not being sent when calling load directly on the model
    • Fixed a bug in previousNode and nextNode. They were not being checked before walking up the hierarchy and therefore triggered a cousin to always be returned
    • Fixed discontinuous tree selection
    • Field component onLayout was being run while the field was hidden but not after, so trigger width was always calcualted as zero. Changed order so layout occurs after show
    • Fix reset method on sliders
    • Fix application of emptyText in IE when ComboBox value is set
    • Fix the setTitle text in windows with vertical headers
    • Make empty ComboBox list item hoverable/clickable in IE quirks mode
    • Fixes Sprite item Bounding Box offset in Opera
    • Fix "Member not found" error in IE by preventing native event object from getting passed and used across the specialkey buffered listener
    • Fix individual record update in Ext.grid.GroupingFeature
    • Surface has now the ability to add in instances of Sprite and configuration objects
    • Ensure datachanged event is fired when filtering the Store without sorters
    • Adjust alignment styles for checkboxes and radios to match Ext3
    • Fixed checkbox spacing + positioning in IE
    • Fixed a bug in DataView Draggable where items in the ghost dataview would not be correctly removed
    • Fix vertical clipping of CheckboxGroup columns without fixed widths in IE quirks mode
    • Fix bug with Radial Axis scaling
    • Fix an issue when retrieving the previous sibling of a component
    • Fix sorter issue with DirectProxy
    • Fix setReadOnly method in HtmlEditor
    • Fix issue with looking up a store by id
    • Fix problem hiding modal mask after modal window hide
    • Fix support for passing a dom element as a target to an animation
  • Enhancements
    • Locking GridPanel implemtented
    • Accessibility theme added
    • Numeric Axis majorTickSteps added to set the number of major ticks between a `maximum` and a `minimum` value
    • Implement the animate configuration option on TreePanel
    • Implement singleExpand on TreePanel
    • Store aggregation functions moved to the prototype
    • Implemented checked field in NodeInterface. Have renderer add a checkbox if a value other then null is set in checked
    • Implemented state support as a mixin
    • Added html to each tab in the history example to make it clearer which tab is currently activated
    • Refactored the GridFilters plugin UX as FiltersFeature, a Ext.grid.Feature subclass, and ported it to work with the new Ext4 grid architecture. Reworked the grid-filters example to match
    • Inject the TableView instance into each grid filter, even if it is an already instantiated Filter rather than a filter config object
    • Allow month picker items to wrap properly when inside components with white-space:nowrap like menus
    • Refactoring a Theming so it is easier to customize
    • Updated the themes example to include more components
    • Added HTTP error info to the data operation when a request fails
    • Added load event in preference of read event on TreeStore
    • Grid headers now support grouping in which a header may be configured with a nested headers config object as well as a text/header string
    • The Ext 3.x class ActionColumn has been implemented in 4.x as ActionHeader
    • Cleaned all locale packages files
    • Introduced a new getAssociatedData method on Model to make it easier to aggregate model data
    • Added window state management
    • Added state support for border layout
    • Removed extraneous layout in Card.setActiveItem
    • Made Ext.override proxy to Ext.Base.override if the class was created with Ext.define
    • added Ext.Base.getName method
    • Add animateTarget to show/hide of floating Components (such as Windows and Tooltips, or anything else that floats
    • Allow the aggregation function to be called with the grouped parameter for consistency
    • Added total summary and group summary support for the grid
    • Fix combos example to make getInnerTpl work properly - now must be part of listConfig
    • Implemented Ext.form.File, a custom field widget for file uploads
    • Properly set class on field error quicktips
    • Added grid state support
    • Relay view and tree events to the TreePanel and TreeStore
    • Added a new LocalStorage state provider
    • Allow the model to be defined in the store prototype
    • Implemented Sutherland鈥揌odgman algorithm and use it for our render label axis implementation
    • Implemented animate config option
    • Styled invalid form qtips
    • Implemented Tree sorting
    • Add additional check in setStyle to ensure the dom node still exists before setting style on it
    • FocusManager enhancements to support Containers being able to subscribe for keyboard navigation
    • Implemented Ext.menu.DateMenu class
    • Implemented Ext.menu.ColorMenu class
    • Cleanup FocusManager's handling of component add/destroy when enabled
    • Convert TabBar to use FocusManager.subscribe instead of its own KeyNav
    • Grid Header needs to give visual indication when it is focused, which will show the menu trigger. This supports key navigation on grid headers and the ability to press down to open the header menu. The menu needs the trigger to be shown since it aligns itself to the trigger
    • Add deep copy operation to NodeInterface
    • Allow Ext.form.Basic#markInvalid to accept a Ext.data.Errors object
    • Added logic to reduce/increase the number of columns in the shadowCt to match the number of items if columns:'auto'
    • Updated MVC to work with dynamic loading
    • Implemented CheckBox selection for Trees
    • Prevent ComboBox from querying and expanding list on keyup if readOnly=true.
    • HeaderDropZone will intelligently move a Header within the same container rather than add/remove, which will perform better as well as prevent add/remove events from firing unnecessarily on the HeaderContainer
    • Trigger fields no longer reserve space for trigger when it is hidden due to readOnly=true
    • Number field value can no longer be modified by up/down arrows or mousewheel when readOnly=true
    • Implemented scrolling while dragging
    • Implemented Grid Editing support as a plugin
    • Clean html entities when setting text to an Surface Sprite
    • Enhanced htmlDecode and htmlEncode methods in Ext.String
    • Scatter and Line series now skip records with undefined yValues
    • ComboBox now automatically set queryMode='local' for auto-generated array stores
    • Ext.form.BaseField now rewraps the browser event object when firing the specialkey event, to prevent issues with buffered specialkey listeners
    • Extended the useNull option to apply to boolean/string types for data stores
    • Added deferredRender back to Card Layout (currently defaulted to true for TabPanel)
    • Updated FeedViewer to be smarter about how it opened many tabs at once
    • Modify Proxy so batching is configurable
    • Allow a store configuration to be passed to data bound objects
    • Add beginEdit/cancelEdit/endEdit functionality to Model
    • Added isValid to Model for a shortcut
    • Added autoSave support for Data writers
    • Ensure writer always passes the id if we have a non phantom
    • Made Tips constrain within their zIndexManager's client element. Change the constrain default to true
    • Button will now use an anchor element when configured with an href
    • Make Ext.form.Field.resetOriginalValue update the field's dirty state to match
    • Automatically convert objects into records with NodeInterface
    • Make ComboBox.getValue return the raw text field value if it does not match the display value from the last list selection or setValue call. Allows submitting values that do not appear in the store
    • Enhance the appendChild, removeChild, insertBefore code on the NodeInterface with suppressEvents capabilities. This optimizes the performance of the initial Tree rendering drastically
    • Implemented Grid RowEditing
    • Basic.updateRecord() will now use the actual field data for updating the Model fields rather than the submit-friendly string equivalent of the form field data. Certain string encodings are not compatible with Model field covert methods if they are not in the exact/proper format, e.g. Date fields
    • Remove Canvas support as it is not ready for release. SVG/VML still covers all desktop platforms.
  • API Changes
    • Moved methods slated for deprecation to the compat layer
    • Added a new ElementLoader class that is the superclass of ComponentLoader. The purpose of this class is to replace Ext.Updater. Updater is removed and the load method now points to the new loader
    • Move model creation into the model itself, essentially deprecates regModel
    • Time axis now works with Dates and not formatted strings
    • Move Ext.util.Date methods over to Ext.Date. Changed all references to Ext.Date in code, examples and tests
    • Add workaround to Ext.core.Element#getWidth to avoid Gecko bug where it returns an offsetWidth that rounds down the actual width due to subpixel font rendering . This logic was previously in a couple of components, this commit moves that up to Element.getWidth
    • Fix AbstractPanel.bodyCls to also support array values
    • Created an AbstractMixedCollection which MixedCollection extends from
    • Sortable refactored as a mixin
    • Refactored Sorting on MixedCollection, TreeStore, and TreePanel to use the new Sortable mixin
    • Absolute Layout will now always use setItemSize even if an anchor property isn't specified
    • Ensure the page parameter gets sent on remote data loading
    • Remove any trace of applyTo throughout the framework
    • Updating the BoundList selection on setValue for ComboBox is now the default behavior
    • Selection models are now consistent: Moved grid/CellSelectionModel.js to selection/CellModel.js, grid/RowSelectionModel.js to selection/RowModel.js, and grid/CheckBoxSelectionModel to selection/CheckBoxModel.js. Namespace moved to Ext.selection as well
    • Set AjaxProxy as the default proxy
    • Normalize store aliases to be store.name. Added the ability to specify a store configuration when creating a data bound class. Note that this requires all of the stores to be looked up using StoreMgr.lookup so that we can determine whether we have received an id, a config or an instance
    • Enhance DataView UI event handling
    • Remove dependency of CellEditing on CellSelectionModel
  • Compatibility Changes
    • Implemented compat layer for PagingToolbar and MemoryProxy
    • Significant update to AbstractStore compat layer to handle different store/proxy/reader config setups
    • Updates to compat layer for AbstractStore and MemoryProxy to support filtering correctly
    • Aliased row[de]select to [de]select
    • Tweaked message formatting in compat layer for deprecating events
    • The bodyStyle config types from 3.x are all now fully supported on Panel
    • Compat code was using Array.indexOf, which did not agree with IE6. Switched to use Ext.Array.indexOf
    • Alias Panel.bodyCssClass config to bodyCls
    • Added Slider compat override to convert the SliderTip plugin to tipText config
  • Documentation Changes
    • Updated Ext.Date
    • Fix the link to Ext Direct specification
    • Correct spelling of 'resizable' and not 'resizeable'
    • Updated Controller
    • Updated Advanced DataView
    • Update Ext.Window
    • Added ActionHeader
    • Added Ext.Base.override
    • Updated AbstractDataView
    • Updated Draw.Component
    • Fix ComboBox docs error
  • Known Issues
    • Various styling fixes are ongoing
    • Buttons are not part of the focusable items in a form
    • Shadows to be implemented in the next release
    • Tree Filtering and Editing to be implemented in the next release
    • Performance and memory optimizations to be implemented in the next release
    • Cleanup of API naming conventions to be implemented in the next release
    • IE9 is not detected as supporting CSS3BorderRadius, which it only does in strict mode.
分享到:
评论

相关推荐

    EXT JS ExtJS 4

    EXT JS 4 正式版 发布 Posted 周三, 04/27/2011 - 20:27 by admin 我很自豪能代表Sencha和ExtJS团队和大家成功的分享了ExtJS 4的预览版、3个beta版和今天发布的正式版等5个版本。 ExtJS 4从创建之初,就以最全面...

    Ext-JS-4.1-Beta-3.zip

    Ext-JS-4.1-Beta-3.zip

    Ext4.1.0 Doc中文版API V1.0.0 Beta

    Ext4.1.0 Doc中文版API V1.0.0 Beta

    Ext JS API文档生成器

    1. jsduck-5.3.4 是发布的最新稳定版本, 最新版是jsduck-6.0.0-beta 2. 该工具自2013/12之后就没有再更新, 但是截止2020依旧可以使用 3. 早期Ext JS官方使用该工具生成文档,现在官方使用的是内部的工具

    ext-4.2.0-beta

    ExtJS是一种主要用于创建前端用户界面,是一个基本与后台技术无关的前端ajax框架。

    ext4.js 打包 最新文件

    1Extjs打包 1.1Sencha Cmd下载 地址:https://www.sencha.com/products/extjs/cmd-download/ 注意:Extjs4.XX的只能用,Sencha Cmd 4.0.5 (Windows) 来打包,不然运行的时候会报错 需要JDK1.6 或 JDK1.7,测试用1.8...

    ext-cn-js-beta

    document for javascript

    Extjs中文API(脚本娃娃 (Ext4.1.0 Doc中文版 V1.0.0 Beta))

    脚本娃娃 (Ext4.1.0 Doc中文版 V1.0.0 Beta),感谢20多位翻译人员的努力。 网上关于Extjs的文档大多是英文版的,快速阅读不太方便,此文档index.html用浏览器打开后是中文版,帮助新手使用。

    ext-2.0-beta1,开发包

    ext是一个强大的js类库,以前是基于YAHOO-UI,现在已经完全独立了

    脚本娃娃 (Ext4.1.0 Doc中文版 V1.0.0 Beta).rar_beta

    extjs中文api,让您更好的了解如何使用extjs

    Ext4.1.0 Doc中文版 V1.0.0 Beta

    一部很好的Ext.js文档

    ExtJS 3.3.1正式版下载

    ExtJS是一种主要用于创建前端用户界面,是一个与后台技术无关的前端ajax框架。功能丰富,无人能出其右。无论是界面之美,还是功能之...Ext JS 3.3.1 已经发布,对表单,css,日期,Grid等做了超过20个bug修正和功能的增强.

    脚本娃娃(Ext4.1.0 Doc V0.1 Beta)

    此次Ext4.1.0 API CHM中文版编写由脚本娃娃团队,学云网及四川IT俱乐部首发联合首发 脚本娃娃(www.58script.com 口令:Ext)学云网(www.ixueyun.com) 首发为部分翻译版本,敬请期待后续中文完整版本

    ExtAspNet_v2.0beta4_only_examples

    产品名称: ExtAspNet ...-这应该是Extjs3.0的一个BUG,在IE6.0下面设置Ext.QuickTips.init();会导致button的click事件无法响应(IE8下无此问题)。 -目前先禁用IE6的QuickTips。 -优化底层JavaScript。fixed

    flexigrid 类似ext grid的JS表格代码

    flexigrid是类似ext grid的JS表格,不过基于jQuery,目前只是beta版,例子不十分完整。

    extjs-5.0.0.736.zip

    Ext JS 5.0 Beta版 , 新鮮出爐, 歡迎下載;

    ExtAspNet v2.2.1 (2009-4-1) 值得一看

    发布历史: +2010-03-28 v2.2.1 +为TabStrip的GetAddTabReference函数增加重载方法,以便指定Tab的图标(feedback:mmdcup)。 -修正此函数通过PageContext.RegisterStartupScript调用时不能正确显示Icon的BUG...

    strawberry v0.1.1 Beta

    Strawberry是基于JavaScript,VML,SVG等Web技术开发而成,并且支持主流浏览器.IE,火狐,Chrome,Safari等.Strawberry不含有任何三方插件或需要授权的商业项目(Ext等),并且使用时客户端也不需要安装任何插件,方便简洁....

    EXTJS6.6.0包

    2012年3月14日,Extjs4.1正式发布。 2013年05月16日,Extjs4.2正式发布。...2014年12月05日,Extjs5.1Beta版正式发布。 2015年10月11日,Extjs6.0GPL开源版正式发布。 2016年09月26日,ExtJS 6.2 正式版正式发布。 [1]

Global site tag (gtag.js) - Google Analytics