我的技术贴的首发地址:http://atian25.javaeye.com/

天猪部落阁 - (ExtJS && AS3 && Java)

专注于ExtJS && AS3 && Java

常用链接

统计

FLASH

WORK

友情链接

最新评论

ExtJS 3.0 Designer Preview (官方的IDE可视化工具)

原文地址: 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文末



posted on 2009-08-13 21:46 天猪 阅读(6685) 评论(3)  编辑  收藏

评论

# re: ExtJS 3.0 Designer Preview (官方的IDE可视化工具) 2009-08-14 19:18 阳衡锋

等待群众的智慧  回复  更多评论   

# re: ExtJS 3.0 Designer Preview (官方的IDE可视化工具) 2009-08-15 13:17 WAD

添加保存按钮
var d = new Ext.Toolbar({
items: [xds.actions.newAction, "-",
xds.actions.openAction,"-",
xds.actions.saveAction,"-",
//xds.types.JsonStore,"-",
xds.actions.newCmpAction,"-",
xds.actions.deleteCmpAction,
{
id: "csep",
xtype: "tbseparator",
hidden: true
}]
});
关键是:
xds.File = function () {
return {
//保存
saveProject: function (c, a, b) {
//c[object Object] 解析JSON对象
},
//另存为
saveProjectAs: function (c, a, b) {
//c[object Object] 解析JSON对象
//将请求传至后台处理

},
openProject: function (a, b) {},
getComponents: function (a, b) {},
saveUserComponent: function (b, a, c) {alert(c+':'+b+':'+a)},
removeUserComponent: function (b, a, c) {},
setTitle: function (a) {}
}
}
需高手们对this.getData()的数据进行格式化  回复  更多评论   

# re: ExtJS 3.0 Designer Preview (官方的IDE可视化工具) 2009-08-17 21:47 天猪

????  回复  更多评论   


只有注册用户登录后才能发表评论。


网站导航: