`
yeminping
  • 浏览: 180572 次
  • 性别: Icon_minigender_1
  • 来自: 福州
社区版块
存档分类
最新评论

Ext JS 3.0.2只有付费才能下载啊

阅读更多

Ext JS 3.0.2 (Support Subscribers Only)

Patch releases are released on a monthly basis and are available to support subscribers . Thank you for supporting the Ext Team.

 

Release Notes for Ext 3.0.2

Release Date: Sep 13, 2009
Current Version: 3.0.2 (rev 5340)
Previous Version: 3.0.1 (rev 5073)

Changes

  • Ext.Container
    • Fixed an issue where the default layout was not being set correctly on a container if a layout wasn't specified.
    • Ensure that getComponent only returns children of the current container.
    • Added a fix to ensure the item is removed from the item collection as the last operation.
  • Ext.Editor
    • Ensure name property of any editor field is cleared so it isn't submitted with forms by default.
  • Ext.Panel
    • Added a fix to ensure that toolbars are laid out correctly inside panels.
    • Added an extra check to ensure that the height property is not set to 'auto', to go along with the autoHeight check.
    • Ensure panel height is not auto when attempting toolbar layout related operations.
    • Added a fix that makes buttons align to the right correctly in IE.
  • Ext.TabPanel
    • Fixed an issue where changing the icon class on the tab was not updating other classes on the parent tab element
  • Ext.Window
    • Added a fix to ensure that the window doesn't steal focus when it shouldn't while being shown.
  • Ext.adapter.prototype-bridge
    • Standardize ajax response for jquery and prototype adapters.
  • Ext.adapter.yui-bridge
    • Fixed an issue where firefox would erroneously report elements as existing. Very old bug in FF, still not fixed.
  • Ext.chart.Chart
    • Added a fix to ensure that any extra style overrides the default chart style.
  • Ext.core.Element.scroll-more
    • Fixed the behaviour of scrollTo where it was not maintaining the scroll position of the other dimension correctly.
  • Ext.core.Ext-more
    • Fix for Ext.getScrollBarWidth in IE6/7 in strict mode.
    • Fixed num() when using an empty string as the value.
  • Ext.data.Tree
    • Ensure that the attributes of the node are changed when the id is modified.
  • Ext.data.XmlReader
    • Missing return value in the getTotal method. Also re-added the node property to the record.
  • Ext.data.XmlWriter
    • Split up the XML header to ensure it isn't parsed by any server language.
  • Ext.direct.RemotingProvider
    • Added a fix to ensure that "falsey" values can still be used as a result for a direct request
    • Added a fix for DirectForm actions to respect server exceptions. Also added a timeout option on the remoting provider.
  • Ext.form.BasicForm
    • Made the waitTitle for forms localized.
  • Ext.form.CheckboxGroup
    • The panel created inside a check/radio group should default to buffferResize: false, since it's not really in a proper container hierarchy.
    • Fix getValue method being declared twice.
  • Ext.form.Checkbox
    • Added a fix to ensure the correct value gets returned for an unrendered checkbox.
  • Ext.form.Combo
    • Fixes a regression issue introduced by the keyboard handling fixes, specifically with editor grid fields tabbing twice on occasion.
    • Added an extra fix for synchronizing the list width with the combo.
  • Ext.form.HtmlEditor
    • Added a fix to stop the default value of the editor being posted to the server because it can cause encoding issues.
    • Merging trunk revision
    • Fixed an issue where line breaks don't work correctly in the editor in WebKit.
  • Ext.form.RadioGroup
    • Added a fix to allow check/radio groups to respect the value config option.
  • Ext.form.VTypes
    • Escape the leading hyphens in the regex. Though this doesn't cause any issues in JS, it does make the intent slightly more clear
  • Ext.grid.GridView
    • Added a fix for column alignment with hidden columns in WebKit browsers.
  • Ext.grid.PropertyGrid
    • Upgrade boolean field to use new "both" option for alignment to ensure it's aligned properly.
  • Ext.grid.RowSelectionModel
    • Fix for tabbing from combo when not in a grid. Related to the keyboard fixes that were made in a previous revision. This fix also removes the need for a delay in the RowSelectionModel edit grid.
    • Added a fix that stops RowSelectionModel editor grids firing superfluous rowselect and deselect events.
  • Ext.layout.BoxLayout
    • Fixed an issue where the scroll offset on the vbox layout was incorrectly reserving space in the width, instead of the height.
  • Ext.layout.CardLayout
    • Removed an extraneous call to doLayout in CardLayout.
    • Added a fix to initially layout tabs when they are rendered, a regression introduced by the previous fix.
  • Ext.layout.FormLayout
    • Added a fix that ensures trackLabels works correctly with initially hidden items.
    • Fixed an issue when removing hidden fields from a form.
  • Ext.layout.vbox
    • Correct the use of hbox in the vbox layout example.
  • Ext.locale.ext-lang-ukr
    • Corrected Ukrainian translations (by @hempslayer)
  • Ext.menu.ColorMenu
    • This fix allows an id to be assigned to a ColorMenu/DateMenu. Introduced a new configuration option pickerId/paletteId which is optional. If one is not assigned, Ext will generate an id.
  • Ext.menu.Menu
    • Ensure that the menu is constrained to the viewport when showing. This also includes the x dimension for menus that have scrolling enabled.
    • Fix to allow menu to use other layouts (not just MenuLayout).
    • Remove console.log statement.
  • Ext.src.data
    • Merging trunk revision. Incorrectly accessed params.jsonData in read action of DirectProxy. Only write actions will find params.jsonData to be valid. refs #173
    • Merging trunk revision. refs #170. baseParams in Store#load were over-writing params when provided with new params as function arg. Used Ext.applyIf instead Ext.apply.
  • Ext.tasks.tasks
    • Set the header to explicitly false, since setting collapsible will now create a header (due a to a previous fix, specifying tools now automatically creates a header).
  • Ext.tips.QuickTip
    • Added a fix to allow tooltips to work correctly when using nested elements.
  • Ext.tips.ToolTip
    • Added a fix to ensure that previous listeners are removed correctly when initializing a new target on the tooltip.
  • Ext.tree.TreeLoader
    • Ensure that callbacks for tree loader are consistent.
  • Ext.tree.TreePanel
    • Stop add/remove events bubbling for containers that can't have children (grid/tree). Also added an extra check to ensure that events is not empty when making a call to bubble.
    • Added a fix to allow selectPath to work correctly on the root node.
  • Ext.tree.TreeSelectionModel
    • Fixed some potential memory leaks in tree cleanup code.
  • Ext.ux.BufferView
    • When removing a row, update the grid display to ensure that there is no empty space if there are rows to be shown.
  • Ext.ux.GroupSummary
    • Added a fix to allow GroupSummary to continue working after a grid reconfigure.
  • Ext.ux.SelectBox
    • Fixed a few minor issues with this control: 1) Removed the code overriding the render method, moved it to a template method. 2) Changed the isSafari check to isWebKit. 3) Fixed a typo in the focusAndSelect method.
  • ux-all.js
    • Remove Focus.js from the ux-all build as it causes issues when included with other components. To use it, it will need to be explicitly included.
0
0
分享到:
评论

相关推荐

    CryptoJS v3.0.2

    CryptoJS v3.0.2

    vsftpd-3.0.2 RPM安装包

    **vsftpd-3.0.2 RPM安装包详解** `vsftpd`,全称为“Very Secure FTP Daemon”,是一款非常安全的FTP服务器软件。它以其高效、安全和易用性在Linux系统中广泛使用。这个`vsftpd-3.0.2 RPM安装包`包含了32位和64位的...

    vsftpd-3.0.2

    描述中的"8b00c749719089401315bd3c44dddbb2"是文件`vsftpd-3.0.2.tar.gz`的MD5校验和,用于验证下载的文件是否完整无误。 **FTP(File Transfer Protocol)**是互联网上用于在不同计算机之间传输文件的标准协议。...

    冰点文库下载器绿色版 3.0.2

    "冰点文库下载器绿色版 3.0.2"是一款专为用户解决在线文档下载问题的实用工具。这款软件的主要功能是帮助用户免费下载豆丁网和百度文库中的文档,并且在下载完成后自动将文档转换为PDF格式,方便用户进行阅读和打印...

    Z-Stack 3.0.2-.7z.zip_Z-STACK 3.0.2_Z-STACK-3.0.2_z-stack 3_z-st

    通过下载并解压“Z-Stack 3.0.2-.7z”文件,开发者可以获得完整的SDK包,其中包括源代码、库文件、编译工具、示例应用和详细的开发文档,从而开始基于Z-Stack 3.0.2的物联网项目开发。务必仔细阅读文档,理解新特性...

    vsftpd-3.0.2源码

    修改了Makefile

    Wireshark-win32-3.0.2.zip

    这个压缩包"Wireshark-win32-3.0.2.zip"是2019年6月25日从官方网站下载的32位版本,适用于Windows操作系统。与之对应的64位版本为"Wireshark-win64-3.0.2"。本文将深入探讨Wireshark的功能、应用及其32位版本在...

    Z-Stack 3.0.2.exe

    3.0.2版本于2018年8月发布,适用于CC2530/CC2531/CC2538,zstack部分源码不开放,以静态库的形式发布,所以必须配合下列指定的开发环境使用: EWARM 8.22.1 for CC2538 Wireless MCU EW8051 10.20.1 for CC2530 and ...

    lucene-3.0.2.zip

    lucene-3.0.2.zip lucene-3.0.2.zip

    Python库 | transformers-3.0.2.tar.gz

    《Python库 Transformers 3.0.2:深度学习与自然语言处理的利器》 Python库Transformers是由Hugging Face团队开发的一个强大工具包,主要用于自然语言处理(NLP)任务,如文本分类、问答系统、机器翻译等。该库的...

    Z-Stack 3.0.2.rar

    5. 编译和下载:在IAR IDE中编译你的项目,然后通过调试器将固件下载到CC2530微控制器中。 6. 调试和测试:利用IAR的调试工具进行代码调试,确保设备按照预期工作,并在实际环境中进行测试。 7. 更新和维护:随着...

    redis-3.0.2.zip

    Redis 3.0.2 版本是其发展历史中的一个重要里程碑,它提供了稳定性和性能的优化,同时增加了许多实用特性。在这个版本中,我们能够看到 Redis 对于数据持久化、主从复制、内存管理等方面的改进。 1. 数据类型与命令...

    m3u8下载器N-m3u8DL-CLI v3.0.2便携版.zip

    《m3u8下载器N-m3u8DL-CLI v3.0.2便携版:高效便捷的多媒体资源获取工具》 在数字化时代,网络上的多媒体资源日益丰富,尤其是视频内容,其中m3u8格式作为一种常见的流媒体协议,广泛应用于在线视频播放。为了方便...

    Z-Stack 3.0.2.zip

    Z-Stack 3.0.2是Texas Instruments(TI)发布的一个重要的无线网络协议栈,专为Zigbee通信协议设计。Zigbee是一种低功耗、短距离、自组织的无线网络技术,广泛应用于智能家居、工业自动化、智能电网等领域。Z-Stack...

    mybatis-3.0.2.jar下载

    在下载并引入到项目中后,它允许开发者通过XML或注解的方式定义SQL映射,实现了数据访问对象(DAO)层的灵活设计。 MyBatis的核心组件包括: 1. SQL映射文件:这些XML文件定义了SQL查询、存储过程和结果映射。它们...

    linux7升级到 openssl3.0.2 openssh8.9.p1

    openssl3.0.2 openssh8.9.p1 linux7升级到 openssl3.0.2 openssh8.9.p1 linux7升级到 openssl3.0.2 openssh8.9.p1 linux7升级到 openssl3.0.2 openssh8.9.p1 linux7升级到 openssl3.0.2 openssh8.9.p1 linux7...

    genymotion-3.0.2-vbox.zip

    "genymotion-3.0.2-vbox.zip"是一个包含Genymotion 3.0.2版本及其依赖的虚拟机软件VirtualBox的压缩包。这个版本可能包含了对VirtualBox的优化,以确保Genymotion能够顺畅地在该平台上运行。 Genymotion 3.0.2是...

    spring3.0.2相关jar包

    spring3.0.2相关jar包 org.springframework.aop-3.0.2.RELEASE org.springframework.asm-3.0.2.RELEASE org.springframework.aspects-3.0.2.RELEASE org.springframework.beans-3.0.2.RELEASE org.springframework....

    vsftpd-3.0.2 rpm安装包 32&64;位,适用于redhat、Centos

    2. 下载提供的`vsftpd-3.0.2 rpm安装包 32&64位,redhat、Centos.rar`文件,并解压缩。 3. 使用`rpm -ivh vsftpd-3.0.2.rpm`命令安装RPM包。这里的`-i`表示安装,`-v`表示详细模式,`-h`表示在安装过程中显示进度条...

    caffeine-3.0.2.jar

    caffeine-3.0.2

Global site tag (gtag.js) - Google Analytics