Dev.Hong
将欲取之 必先予之……
随笔- 53  文章- 0  评论- 220 
博客园  首页  新随笔  联系  管理  订阅 订阅
ExtJS2.0正式版本发布了!

http://extjs.com/deploy/ext-2.0.zip

不过下下来的DOC一直打不开,Loading……(多谢A1在留言里说:DOC里的文档是使用xmlhttp载入的,不能在本地访问)

//==========================================
// Ext JS Release Notes
//==========================================
// Release Date: December 3, 2007
// Current Version: 2.0 (rev 1450)
// Previous Version: 2.0 RC-1 (rev 1372)
//==========================================

===== Added =====
none

===== Removed =====
none

===== Modified =====
src/core/
    Element
        - Added null check in getAlignToXY
        - Fixed bug parsing certain color codes in getColor
        - Doc updates
    EventManager
        - Fixed getTarget to honor the returnEl argument when a selector is not passed in
       
src/dd/
    DDCore
        - Fix  in constrainTo to include tickSize in constraint calcs

src/util/
    Date - Fix in formatCodeToRegex to use Ext.escapeRe in the default case
   
src/widgets/
    Button
        - Fixed DOM clean up issue on destroy
        - Doc updates
    Component
        - Moved state init logic after plugins are loaded in the constructor
        - Doc updates
    DataView
        - Internal fix to updateIndexes
    Panel
        - Fixed missing semi-colon in button tool spacer text ( )
        - Added logic in onDestroy to clean up any buttons
        - Doc updates
    TabPanel
        - Internal fixes for activating only on tab change
        - Doc updates
    Window
        - Fixed DOM clean up issue on destroy
        - Doc updates
   
src/widgets/form/
    BasicForm
        - Fixed DOM clean up issue on destroy
        - Doc updates
    Checkbox
        - Added onDestroy to clean up wrap element
        - Doc updates
    CycleButton
        - Fix to skip disabled options on cycle click
    FieldSet
        - Fix to apply an id to the fieldset if specified
        - Fix to apply this.id to the fieldset element on render
        - Doc updates
    FormPanel
        - Added beforeDestroy to clean up inner BasicForm
        - Doc updates

src/widgets/layout/
    AnchorLayout - Fixed width/height typo
    ContainerLayout
        - Fixed issue when passing null into setContainer
        - Fixed null error in isValidParent from not checking for positionEl
    TableLayout - Fixed issues with complex spanning

src/widgets/tips/
    QuickTip - Fixed bug with error tip style overriding normal style

src/widgets/tree/
    TreePanel
        - Renamed events nodemove and beforemove to movenode and beforemovenode
        - Doc updates
   
===== Doc updates only =====
src/core/
    Fx
    Updater

src/data/
    ArrayReader
    Connection
    DataReader
    HttpProxy
    JsonReader
    JsonStore
    Record
    ScriptTagProxy
    Store
    XmlReader

src/util/
    KeyMap
    MixedCollection
    Observable

src/widgets/
    ComponentMgr
    Container
    GridPanel
    PanelDD (internal docs added)
    Toolbar
    Viewport
    WindowManager

src/widgets/form/
    Action
    TriggerField

src/widgets/grid/
    CellSelectionModel
    ColumnModel
    EditorGrid
    GridPanel
    GroupingView

src/widgets/layout/
    FormLayout
   
src/widgets/tips/
    QuickTips

posted on 2007-12-04 16:09 Dev.Hong 阅读(1899) 评论(5) 编辑 收藏
刷新评论刷新页面返回顶部
程序员问答社区,解决您的IT难题
博客园首页博问新闻闪存程序员招聘知识库
Copyright ©2012 Dev.Hong