原文地址:http://atian25.javaeye.com/blog/426824
官方的extjs3.0包里面没有提供ext.jsb文件.
于是去官方论坛问了下, 3.0他们提供的是jsb2,基于json的.
现在spket还不支持。
有人重新做了个临时的3.0的jsb文件,如附件。
用法:
1.下载后放到3.0的src目录下 (一定要切记...我就是一时糊涂放错了...在官方那闹了笑话 -.-!!)
2.然后在skpet中如下图设置:
3.设置为默认profile
4.设置完后,关闭所有标签页 ,重启skpet就ok了.
5.提示效果如下图:
关于spket和extjs的ide,请参考:http://www.javaeye.com/topic/161161
09.07.23更新:
skpet出新版本了,支持extjs的jsb2.官方下载:
Spket IDE 1.6.17 released - 22 July 2009
http://spket.com/
09.08.11更新
spket1.6.16的破解包,覆盖即可.
下载地址见http://atian25.javaeye.com/blog/426824文末
09.08.12更新:
ext.jsb2已经包含在官方的压缩包里面了.
或者你可以从我另一篇blog中下载:http://atian25.javaeye.com/admin/blogs/445480
注意:
1.该jsb2文件需要spket1.6.17
2.放置目录为根目录而不是src目录 (跟前面的jsb文件不同)
- by tz
原文地址: http://atian25.javaeye.com/blog/444581
官方大爆料... http://extjs.com/blog/2009/08/10/ext-js-30-be-outstanding/
Ext JS 3.0.0 Patch Release --- 要收费...等流放吧 ^_^
Ext JS Public Commit Log
JS Builder 2
CSS Refactor & Improvements
Memory Management Improvements
Designer Preview
Constructing your interfaces in code will be a thing of the past. We are releasing a Designer Preview that will allow you to experiment with the designer interface and to explore how configs affect your layout. Soon, you will be able to build your application components using base Ext components and Certified User Extensions.
Code generation is currently not available. Our intentions are to charge a fee for this service and to enable our community to create and sell their creations on our marketplace. Our goals are lofty. We want to be the iTunes of Web App Development.
附件中有下载.
预览版还不提供代码生成功能.出了也是会收费的...
不过嘛...群众的智慧...
另,安装该AIR应用后,可以自己去看下\Ext Designer Preview\deploy\designer-complete.js的源码.
用http://jsbeautifier.org/ 来格式化
附件中也有格式化后的代码,9k行.
下载地址见http://atian25.javaeye.com/blog/444581文末