在表单中使用ExtJs4组合框

时间:2012-04-24 06:47:28

标签: combobox extjs4

我有产品编辑表单,带有组合框字段定义:

 xtype: 'combo',
 fieldLabel: _('Supplier'),
 hideTrigger: true,
 displayField: 'company',
 valueField: 'id',
 name: 'supplier',
 store: 'Supplier',

当表单加载时我使用标准功能:form.loadRecord(record),在组合中我看到supplier_id ???如果我做选择,有公司。那会发生什么?

1 个答案:

答案 0 :(得分:0)

这很可能是时机。您何时加载Supplier商店?它是自动的吗?然后很可能是在之后加载<{1>}。