私はアコーディオンレイアウトの西部地域の2つのラジオボタン、ラベルがありボタンツールヒントExtJSの
var add = tabSelection.addButton({
id : 'add',
text : 'Add',
hidden : true,
tooltip : 'Please highlight the correct value and click Add to create new contact',
handler : addContact
});
呼び出すことにより、中央領域におけるタブパネルにボタンを追加した「内部」と「外部」 。ラジオボタンのクリックをキャプチャすることで、ツールチップを動的に変更したいと思っています。
私はそれに応じて、ボタンのツールチップを設定したときに内部クライアントがクリックされた場合、 add.setToolTip('Please highlight the correct value and click Add to create new internalcontact');
をクリックして、ラジオボタンをキャプチャすることができています。 add.setToolTip('Please highlight the correct value and click Add to create new external contact');
外部をクリックしたとき。
これを言い換えたり、詳しい情報を提供してください。ここで質問しているのかどうかを判断することは難しいです。 – owlness