私はこのようなExtJSのボタンがあります。ExtJSのunpressボタン
new Ext.SplitButton({
text: 'Index',
iconCls: 'index',
scale: 'large',
iconAlign: 'left',
cls: 'header-item',
handler: leftPanelNav, // handle a click on the button itself
menu: new Ext.menu.Menu({
items: [
// these items will render as dropdown
// menu items when the arrow is clicked:
{text: 'Item 1'},
{text: 'Item 2'}
]
})
})
彼の状態を一度に押されるだろうが、私は私がスクリプトからしたいとき、私はそれをunpressできる方法を知りたいです。
ありがとうございます。ボタン上の
非分割のボタンはどのように見えますか? – Lukman
彼の初期状態のようです。 –