浏览 1277 次
该帖已经被评为隐藏帖
|
|
---|---|
作者 | 正文 |
发表时间:2008-01-24
var fm = Ext.form, Ed = Ext.grid.GridEditor; var storageidExt = new fm.ComboBox({ fieldLabel: '入库仓库', hiddenName:'storageid', store: storageidStore, valueField:'id', displayField:'name', typeAhead: true, mode: 'local', triggerAction: 'all', emptyText:'请选择仓库...', selectOnFocus:true, width:200 }); var provideridExt = new fm.ComboBox({ fieldLabel: '客户', hiddenName:'providerid', store: provideridStore, valueField:'id', displayField:'name', typeAhead: true, mode: 'local', triggerAction: 'all', emptyText:'请选择客户...', selectOnFocus:true, width:200 }); ......... 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |