0
我有一個工具欄網格下面更改工具欄按鈕上的文字EXTJS
{
xtype: 'tbbutton',
text: 'Button',
menu: [{
text: 'Better'
},{
text: 'Good'
},{
text: 'Best'
}]
}
我想寫處理,這樣當我選擇「好」按鈕上的文字應該「按鈕更改爲給定的'到‘好’
我能夠訪問該處理器
請幫我text屬性..
Ext.getCmp做到了。正在嘗試Ext.get – Rohit
'Ext.get(...)'在這裏不起作用。有關更多詳細信息,請參閱http://www.sencha.com/learn/getting-elements-and-components/。 – Chau