0

ツールバーのテキスト コンポーネントの参照が必要です。

コントローラーで:

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

ビューを int :

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

1 に答える 1

1

問題は{ ref: 'myRef', selector: 'myWidget #myid' }

于 2011-06-15T12:34:39.787 に答える