gpt4 book ai didi

button - Extjs 取消按下按钮

转载 作者:行者123 更新时间:2023-12-02 01:43:30 26 4
gpt4 key购买 nike

我有一个像这样的 ExtJS 按钮:

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'}
]
})
})

他的状态将被按下一次,我想知道当我想从脚本中取消按下它时如何。

谢谢。

最佳答案

在按钮上调用toggle():

<删除> http://www.extjs.com/deploy/ext/docs/output/Ext.SplitButton.html (无效链接)

http://dev.sencha.com/playpen/docs/output/Ext.SplitButton.html

If a state it passed, it becomes the pressed state otherwise the current state is toggled.

关于button - Extjs 取消按下按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1436121/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com