http://extjs.com/blog/2009/08/10/ext-js-30-be-outstanding/
ext-designer破解:
import java.io.IOException;
import java.io.RandomAccessFile;
public class Patch
{
/**
* 破解须知:
* 1、xxx代表window xp的当前系统用户名,其他系统如vista、win7,只要找到那个文件路径即可
* 2、path代表ext designer的安装路径
*/
public static void main (String[] args) throws IOException
{
RandomAccessFile rf = new RandomAccessFile (
"C:/Documents and Settings/xxx/Local Settings/Application Data/Ext JS, Inc/Ext Designer/libion-1.0.2.0.dll",
"rw");
RandomAccessFile rf2 = new RandomAccessFile ("path/libion-1.0.2.0.dll", "rw");
rf.seek (31209);
rf2.seek (31209);
byte[] by = "\u00B3\u0001".getBytes ("ISO8859-1");
rf.write (by);
rf2.write (by);
rf.close ();
rf2.close ();
}
}
官方大爆料...
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行.

2009.08.31 更新生成代码补丁
出处:http://bbs.extgui.cn/read.php?tid=27
覆盖到安装目录即可。
稍微看了下,还是有点小bug
去掉上面的2个NOID,NOCLASS按钮,可以省去不少垃圾代码
截图如下:

原文:http://atian25.iteye.com/blog/444581
分享到:
相关推荐
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...
ExtJS 3.0 Designer Preview 是一款官方推出的用于创建 ExtJS 应用程序的集成开发环境(IDE)的可视化工具。这款工具允许开发者通过拖拽和配置组件来构建用户界面,极大地简化了 ExtJS 应用的开发流程,减少了编写...
总之,ExtJS Designer 3.0汉化版是一个强大的设计工具,它为使用ExtJS开发Web应用提供了可视化、高效且易于理解的环境,极大地提高了开发效率和用户体验。无论是新手还是经验丰富的开发者,都能从中受益。通过熟练...
7. **ExtJS 3.0 Designer Preview (官方的IDE可视化工具) - 天猪部落阁 - (ExtJS && AS3 && Java) - ITeye技术网站_files**:这部分文件可能是网页相关的资源,如图片、样式表或JavaScript文件,与ExtJS 3.0 ...
标题中的“Ext_Designer_Preview_ext可视化环境_智能感知”指的是使用Ext Designer进行预览,这是一种基于ExtJS的可视化开发工具,它提供了强大的界面设计和布局管理功能。Ext Designer支持用户通过拖放的方式创建和...
EXT可视化编辑器 Ext Designer Preview 破解版, EXT的可视化编辑,实现直接拖动即可生成EXTJS代码,方便快捷。 安装后直接使用,如需导出代码,请下载本人发布的代码生成补丁。
3.解压Ext Designer Preview.7z所有内容到ide安装目录中. --------------------------------------------- 补丁是中文版本的,要下载的朋友请确认自己没有下载过从其它途径得来的资源,以避免下载后抱怨资源已载过或...