ext
xiaofen3115
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ext学习笔记1
一。extjs例子。 1。新建一个helloworld目录,helloworld目录下新建一个helloworld.html文件,将下列内容复制进index.html文件中 <link rel="stylesheet" type="text/css" href="ext/css/ext-all.css" /> <script type="text/javascrip...2008-06-30 10:50:19 · 128 阅读 · 0 评论 -
Extjs-form实例1
Extjs-form实例: 1。Ext.onReady(function(){ var form = new Ext.form.FormPanel({ defaultType: 'textfield', labelAlign: 'right', title: 'form', labelWidth: 50, frame: true, ...2008-06-30 10:52:45 · 144 阅读 · 0 评论 -
Extjs-form实例2
4。1自带验证功能表单: Ext.form.Field.prototype.msgTarget = 'side';//验证错误时在旁边显示 var bd = Ext.getBody(); bd.createChild({tag: 'h2', html: 'Form 1 - Very Simple'}); var simple = new Ext.FormPanel({ ...2008-06-30 11:01:38 · 147 阅读 · 0 评论
分享