无法在Ext.form.field.Text上绑定存储 - 缺少setStore方法

时间:2016-11-01 06:31:02

标签: javascript extjs sencha-architect

我是extjs的新手,我是stackoverflow的新手我的viewModel和所有商店都是完美的绑定仍然出现此错误我不知道如何解决这个请有人帮助我 these are the errors which appears

1 个答案:

答案 0 :(得分:2)

先生,谢谢你,我已经拥有了。我只是将商店绑定到textfield而不是combobox。

{
  xtype: 'textfield',
  anchor: '100%',
  fieldLabel: 'Ssahjask',
  labelWidth: 130,
  name: 'asdhaskfja',
  valueField: 'id',
  bind: 
  {
    store: '{asdasdkasd}'
  }
},