Ext JS:将 geoExt 迁移到 4...Ext.tree.TreePanel.nodeTypes 未定义

发布于 2024-11-28 19:48:56 字数 202 浏览 2 评论 0原文

我正在将 Ext JS 3.3.1 应用程序迁移到 Ext JS 4(目前具有兼容层)。我在使用 geoExt 时遇到了麻烦。我收到以下错误:

Ext.tree.TreePanel.nodeTypes is undefined

在 GeoExt.js 文件的第 33 行。

有谁知道如何解决这个问题?谢谢。

I am migrating my Ext JS 3.3.1 application to Ext JS 4 (with compatability layer for now). I am running into trouble with geoExt. I get the following error:

Ext.tree.TreePanel.nodeTypes is undefined

on line 33 of the GeoExt.js file.

Does anyone know how to work through this issue? Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷默言语 2024-12-05 19:48:56

在 Ext 3.3.0 的 TreePanel.js 底部有这一行

Ext.tree.TreePanel.nodeTypes = {};

也许尝试将其添加到 GeoExt.js 的第 33 行之前

In Ext 3.3.0 at the bottom of TreePanel.js there's this line

Ext.tree.TreePanel.nodeTypes = {};

Perhaps try adding it before your line 33 of GeoExt.js

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文