gpt4 book ai didi

javascript - ExtJS 按钮不接受 "id"配置参数?

转载 作者:太空宇宙 更新时间:2023-11-04 15:23:44 25 4
gpt4 key购买 nike

我需要 ExtJS 生成的窗口按钮的特定 ID,但我在指定 ID 时遇到了问题。 documentation声称这应该是可能的,但当我指定自己的 ID 时,我仍然会得到一个自动生成的 ID。

什么给了?

dialog = new Ext.Window({
closeAction:'hide',
plain: true,
buttons: [
{
id: 'my-dialog',
text: 'Done',
handler: function() {
dialog.hide();
}
}
],
items:new Ext.Panel({
applyTo:'add-document-popup-panel'
}),
title: 'Add Documents',
layout: 'fit',
resizable: false,
draggable: false,
width: 300,
height: 300,
modal: true
});
}
dialog.show(this);

最佳答案

查看此主题:http://www.sencha.com/forum/showthread.php?24433-CLOSED-Cannot-assign-id-to-button-extjs-bug

按钮的容器的id被设置,而不是HTML按钮本身。

关于javascript - ExtJS 按钮不接受 "id"配置参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5582424/

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