Ext JS 3.2.0发布 -- 不少令人振奋的特性(更新翻译后的release-notes)

不少令人振奋的新功能

1.form里面的复合组件
---写过extjs的人都知道,form+column layout是一件多么让人郁闷的事...
http://www.extjs.com/deploy/ext-3.2.0/examples/form/composite-field.html

 

看了下源码,用hbox排版的,才那么几行代码,写的很巧妙.
Ext JS 3.2.0发布 -- 不少令人振奋的特性(更新翻译后的release-notes)

 

2.对store的filter和sorter的改进,可以用多个了. 以前得自己写..

http://www.extjs.com/deploy/ext-3.2.0/examples/grid/multiple-sorting.html


Ext JS 3.2.0发布 -- 不少令人振奋的特性(更新翻译后的release-notes)

 

3.对滑动条的改进,可以用多个了.

http://www.extjs.com/deploy/ext-3.2.0/examples/slider/slider.html


Ext JS 3.2.0发布 -- 不少令人振奋的特性(更新翻译后的release-notes)

 

4.还有其他很多改进,具体看:

官方ChangeLog: http://www.extjs.com/products/js/CHANGES_ext-3.2.0.html

Blog介绍: http://www.extjs.com/blog/2010/03/09/announcing-ext-js-3-2-beta-multisort-transitions-and-composite-fields/

下载地址: http://www.extjs.com/products/js/download.php

 

 

2010-03 更新大漠猪翻译的release-notes,如附件

你可能感兴趣的:(html,PHP,Blog,ext)