摘要: 我的代码如下: Ext.onReady(function() { Ext.get('btn').on('click', function(){ var form = new Ext.form.FormPanel({ defaultType: 'textfield', labelAlign: 'right', title: '用户登陆', labelWidth: 100, frame: true, width: 500, autoHeight: false, items: [{ fieldLabel: '用户 阅读全文
posted @ 2011-09-08 20:12 左正 阅读(441) 评论(0) 推荐(0)