gpt4 book ai didi

javascript - 为什么当我渲染元素时 extjs 会调用刷新 URL?

转载 作者:行者123 更新时间:2023-12-02 17:15:57 25 4
gpt4 key购买 nike

我正在创建一个组件,然后将其渲染到 DOM 对象(div)。

    //create component
this.p = this.createTablePanel();

//add it to the DIV
this.p.render(paveDIV);

发现一切正常,只是我的控制台中有一个奇怪的错误。它似乎想要访问一个名为“refresh”的 URL。

GET http://this_is_where_my_local_is:8080/myWebSite/refresh 404 (Not Found)

这是在 ExtJS 内部创建的:

GET http://lokalllhost:8080/creationWWW/refresh 404 (Not Found) ext-all-debug.js:13457 Ext.override.getStyle ext-all-debug.js:13457 Ext.override.isStyle ext-all-debug.js:13401 Element.override.fixDisplay ext-all-debug.js:18138 Element.override.setVisible ext-all-debug.js:18078 Base.implement.callParent ext-all-debug.js:4263 Ext.define.setVisible ext-all-debug.js:81417 Element.override.hide ext-all-debug.js:18154 Ext.define.constructor ext-all-debug.js:81198 constructor ext-all-debug.js:4894 Ext.define.constructor ext-all-debug.js:33170 Ext.define.makeFloating

(截图可能看起来更好)

enter image description here

其他一切都很好。在控制台中看到这个错误真是烦人。

最佳答案

问题一定来自于其他地方,而不是来自上面的代码。此外,不建议创建组件然后将其渲染到某处,通常您可以通过在 items:[] 数组中配置组件或调用 add() 将组件添加到容器中 方法。

关于javascript - 为什么当我渲染元素时 extjs 会调用刷新 URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24427935/

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