我需要一个工具栏文本组件的参考:
在控制器中:
{ 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' },
]
}]
答案 0 :(得分:1)
问题是{ ref: 'myRef', selector: 'myWidget #myid' }