ExtJS4 - Refs:ref a tbtext

时间:2011-06-09 12:20:53

标签: javascript extjs extjs4 extjs-mvc

我需要一个工具栏文本组件的参考:

在控制器中:

{ ref: 'toolYear', selector: 'creditgrid tbtext[id=year]'}

在视图中:

dockedItems: [{
  xtype: 'toolbar',
  dock: 'top',
  items: [
    { xtype: 'button', action: 'previous', iconCls: 'item-previous' },
    { xtype: 'tbtext', id: 'year' },
    { xtype: 'button', action: 'next', iconCls: 'item-next' },
  ]
}]

1 个答案:

答案 0 :(得分:1)

问题是{ ref: 'myRef', selector: 'myWidget #myid' }