gpt4 book ai didi

javascript - 如何获取ext窗口的id

转载 作者:行者123 更新时间:2023-11-28 10:06:29 25 4
gpt4 key购买 nike

我有一个 aspx 页面,其中有一个用户控件。 ext:Window 被放置在用户控件中

<ext:Window Hidden="true" AutoScroll="false" Closable="true"  
HideParent="true" Modal="true" Resizable="false" Header="true" runat="server" ID="tswindow"

我想使用 JavaScript 调用来显示此窗口。

var window = Ext.getCmp('<%= tswindow.ClientID %>');  
window.show();

我收到以下错误

Uncaught TypeError: Object [object DOMWindow] has no method 'show'

最佳答案

试试这个可能有效。在窗口配置中定义Id="my_window",然后获取窗口对象 Ext.getCmp('my_window').show();

关于javascript - 如何获取ext窗口的id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8272217/

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