摘要: Ext.form.Checkbox 环境说明:Ext3.0 rc3 (当然不是代表不兼容其他版本) 常规定义:var ckbox1 = new Ext.form.Checkbox({ boxLabel: "看电影", name: "interest",inputValue: 1 });设置项: 1)boxLabel是指box右边的文字;注意与另一个设置项:FieldLabel区别,FieldLab... 阅读全文
posted @ 2009-07-05 14:06 景天 阅读(2968) 评论(0) 推荐(0) 编辑
摘要: $.post(getModelUrl, { "Id": eid }, function(rs) { var jsonStore = new Ext.data.JsonStore({ data:[rs], fields:["Id","Name"] }); form.getForm().loadRecord(jsonStore.getAt(0... 阅读全文
posted @ 2009-07-05 09:54 景天 阅读(183) 评论(0) 推荐(0) 编辑