在 Spket IDE 1.6.4 中使用 Ext 2.0

作者:lizongbo 发表于:6:11 下午. 星期一, 10月 22nd, 2007
版权声明:可以任意转载,转载时请务必以超链接形式标明文章和作者信息及本版权声明

Spket是个非常优秀的javascript开发工具,Ext则是非常优秀的javascript库。

Spket IDE 1.6.4中使用Ext 2.0 .

1.下载:
http://www.--escaped_anchor:22bc7215873c9b78dc8e886540dd522d--.com/downloads/spket-1.6.4.1.jar
引用页 http://www.--escaped_anchor:22bc7215873c9b78dc8e886540dd522d--.com/download.html

http://extjs.com/deploy/ext-2.0-beta1.zip
引用页 http://extjs.com/download
2.运行 java -jar spket-1.6.4.1.jar进行安装

3.解压ext-1.1.1.zip

4.启动 Spket IDE,

5.new Project “testExt”, new File “test.js”

6.将ext-all.js 复制到D:\Documents and Settings\lizongbo\workspace\testExt

7.然后再在test.js里开头加上
/**
* @include “/testExt/ext-all.js”
*/
testExt为项目名字.

然后再在test.js里写代码就有ext的提示了.

输入Ext,然后按 Alt +/ ,就可以看到语法提示。

Tags: Ext, Extjs, javascript, Spket

Related posts

Tags: , , ,

recent related 12 searches :

本文发表于 on 星期一, 10月 22nd, 2007 at 6:11 下午 and is filed under JAVA IDE, Java. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.

2 Responses to “在 Spket IDE 1.6.4 中使用 Ext 2.0”

  1. sunjohn 说:

    其实你可以按 http://www.spket.com/demos/js.html 的方法来设置, 可以得到更强的语法提示…

    [Reply]

    lizongbo reply on 1月 6th, 2008:

    谢谢你的提醒,不过我当时就是按照官方示意每配置成功,才采取独立引用js的方式来配置,可能我当时配置有误.

Leave a Reply