浏览 6907 次
精华帖 (4) :: 良好帖 (15) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2009-07-15
最后修改:2009-08-06
郁闷...本来都写完的了...结果插入一个表格...编辑器就出问题了...内容不见了一半...格式也全乱了...得重来...
翻译的不好,请多见谅。其中有些地方觉得太拗口了,就直接给出原文了,如果你有更好的翻译,请跟帖,谢谢。
原文地址: http://extjs.com/forum/showthread.php?t=70352
Changes, Additions (roughly organized alphabetically)
1.Ext
2.Ext.lib.Ajax
3.Ext.Componet
4.Ext.BoxComponent
5.Ext.Button
6.Ext.Component
7.Ext.ComponentMgr
8.Ext.Container
9.Ext.data.Reader
10.Ext.data.Store
11.Ext.Element
12.Ext.EventManager
13.Ext.form
14.Ext.grid.GridPanel
15.Layouts:
16.Ext.Menu
17.Ext.MenuButton
- 该类已经被移除,用SplitButton代替它
18.Ext.StatusBar
- 该类已经被移出core库,在3.0final版会有个Ext.ux.StatusBar
19.Ext.Toolbar
20.Ext.Tooltip
21.Ext.util.Format
22.Ext.util.Observable
23.
ux's that worked prior to 3.x may need some tweaking (especially if the ux used private properties). ux's should be checked they are utilizing the latest preferred techniques and properties. More notes here. 旧的扩展需要相应的进行修改,详见:http://extjs.com/forum/showthread.php?p=338913#post338913
24.CSS
. general updates, as well as refactoring to split css into visual and structural files to simplify theming.
25.
新增:
图表
Charting (Chart, PieChart, CartesianChart, LineChart, BarChart - numeric, time, category axis) -- (译注:其实就是YUI Chart,可以看:http://developer.yahoo.com/yui/charts/
, 或者可以看下我的blog:ExtJS 3.0 Chart 小用一下 http://atian25.iteye.com/blog/413947
)
26.
新增:
Ext.FlashComponent (译注:似乎是用了swfobject,管理swf方便多了,不用adobe那又长又臭的代码)
27.
新增:
Direct (Direct, Ext.data.DirectStore, Ext.data.DirectProxy) - 官方3.0极力推出的东西,详见:http://extjs.com/blog/2009/05/13/introducing-ext-direct/
28.
新增:
Writer
29.
新增:
Ext.Spacer - xtype 'spacer' (for empty box component)
30.
新增:
ButtonGroup (xtype: 'buttongroup') (译注:按钮组,仿office2007风格,详见:http://extjs.com/deploy/dev/examples/button/buttons.html
)
31.
新增:
GroupTabs - (译注:详见http://extjs.com/deploy/dev/examples/grouptabs/grouptabs.html
)
32.
增强:
Debug Console (译注:还是firebug好用,不过它可以看到store等,详见:http://extjs.com/deploy/dev/examples/debug/debug-console.html
)
33.
新增:
Ext.Error
Changes to some example classes: 示例类的修改
(不敢用javaeye编辑器的表格了..自己将就着看吧...)
Class x(p)type Deprecates
Ext.ux.data.PagingMemoryProxy Ext.data.PagingMemoryProxy
Ext.ux.form.FileUploadField fileuploadfield Ext.ux.FileUploadField
Ext.ux.form.SelectBox selectbox Ext.ux.SelectBox
Ext.ux.form.SpinnerField spinnerfield Ext.form.SpinnerField (remove xtype=spinner)
Ext.ux.form.ItemSelector itemselector Ext.ux.ItemSelector
Ext.ux.form.MultiSelect multiselect Ext.ux.Multiselect
Ext.ux.grid.CheckColumn checkcolumn (p)
Ext.ux.grid.GroupSummary Ext.grid.GroupSummary
Ext.ux.grid.HybridSummary Ext.grid.HybridSummary
Ext.ux.grid.RowEditor roweditor (p)
Ext.ux.grid.RowExpander rowexpander (p) Ext.grid.RowExpander
Ext.ux.grid.TableGrid Ext.grid.TableGrid
Ext.ux.GMapPanel gmappanel
Ext.ux.SliderTip
Ext.ux.SlidingPager
Ext.ux.Spinner
Ext.ux.Spotlight Ext.Spotlight
Ext.ux.Statusbar Ext.Statusbar
Ext.ux.TabCloseMenu tabclosemenu (p)
Ext.ux.tree.ColumnTree columntree Ext.tree.ColumnTree
Ext.ux.tree.ColumnNodeUI Ext.tree.ColumnNodeUI
Ext.ux.tree.XmlTreeLoader Ext.ux.XmlTreeLoader
Changes to Resources 资源的变更
Additional References 其他参考
by Tz.
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2009-07-15
变更的内容真不少啊,赞一个!
|
|
返回顶楼 | |
发表时间:2009-07-15
期待新版air版的api赶紧发布,在线看太不爽了!!
|
|
返回顶楼 | |
发表时间:2009-07-15
最后修改:2009-07-15
kjj 写道 期待新版air版的api赶紧发布,在线看太不爽了!!
我都是本地搭个tomcat,直接看. 你楼上的大漠发了chm版的,可以去看看 http://www.iteye.com/topic/426190 唉...辛酸...30分... |
|
返回顶楼 | |
发表时间:2009-08-06
添加了个Ext_Core3中文手册.pdf
|
|
返回顶楼 | |
发表时间:2009-08-14
最后修改:2009-08-14
呵呵 我也加一个《Ext3 探胜》 根据几篇blog合并的
http://extjs.com/learn/Blog:What's_new_in_Ext_3 |
|
返回顶楼 | |
发表时间:2009-08-14
UI的扩展有些已经做了。真正关心的性能和内存没有提及。
|
|
返回顶楼 | |
发表时间:2009-08-14
最后修改:2009-08-14
|
|
返回顶楼 | |
发表时间:2009-08-14
sp42 写道 呵呵 我也加一个《Ext3 探胜》 根据几篇blog合并的 http://extjs.com/learn/Blog:What's_new_in_Ext_3 well done. 另外想问下,文中的单元格小器件这一节的原文URL是? |
|
返回顶楼 | |
发表时间:2009-08-15
很帅,希望能继续把剩下的翻译全了
|
|
返回顶楼 | |