[DOJOchina]EXTJS
文章平均质量分 82
Mr灬羽化
what a meaningless sense if losing myself, though owning all of the world.
展开
-
[第二讲]ExtJs在面向对象所处的努力
1.支持命名空间 helloworld.jsExt.namespace("Ext.dojochina") ;//命名空间Ext.dojochina.HelloWorld = Ext.emptyFn ;//得到一个空的函数 helloworld.html命名空间<!-- new Ext.dojochina.HelloWorld()原创 2011-06-17 15:07:00 · 591 阅读 · 0 评论 -
[第3讲]ExtJs基础UI设计进阶教程(1)
了解Ext.Button说明:该主键代替了传统的submit,reset,button,HTML控件构造参数:--text:按钮上的名称属性:-text:获得当前按钮上的名称 -minWindth:按钮的最小宽度方法:-setText:设置按钮上的名称事件:-click:当点击按钮是触发 button实例普通按钮<!--原创 2011-06-17 16:39:00 · 1281 阅读 · 0 评论 -
EXTJS初级UI设计进阶教程(2)
了解Ext.Window 1、主要配置项: closable:是否允许关闭窗口,默认为true。 closeAction:关闭窗口的动作,包括以下两种: close:从DOM删除窗口,销毁窗口及其所属组件,窗口不再可用,重新显示需要调用show方法。此为默认值。 hide:通过设置可见性隐藏窗口,窗口还可用,调原创 2011-06-20 17:26:00 · 1710 阅读 · 1 评论 -
EXTJS初级UI设计进阶教程(3)
初级login.html注册<!-- Ext.onReady(function(){ new Ext.Window({ title:"添加人员", width:500, height:350, plain:true, layout:"form", labelWidth:59,原创 2011-06-20 17:54:00 · 1266 阅读 · 0 评论 -
m2eclipse使用手册
这次带来的是m2eclipse插件里面的功能介绍与管理project的pom.xml,再次申明本版本基于maven2.2.1和m2eclipse 0.10.00版本所写的,如有版本冲突与界面不符的话,请自行摸索.安装完毕的m2eclipse可以通过Window原创 2011-07-03 19:53:44 · 2006 阅读 · 1 评论