
ExtJS
杨天赐
程序员
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ExtJS4.x 第一课 HelloWorld
第一下载Extjs 从官网下 http://extjs.org.cn/node/645第二从eclipse中导入extjs库第三引用自己的 extjs库HELLO WORD-->第四建一个 js文件Ext.onReady(function(){ //扩展类 Object.prototype.ge转载 2013-09-18 08:33:19 · 669 阅读 · 0 评论 -
ExtJs4.x第二课 ExtJS4.x新特性
1.用js创建原生对象 function user(){ //相当于java中public this.name='tianci'; this.age=22; //相当于 private var email='tiancig@gmail.com'; //this 是可以外部暴露的 this.getEmail=function(){ return email; } }原创 2013-09-18 08:42:46 · 626 阅读 · 0 评论