Ext JS:将 geoExt 迁移到 4...Ext.tree.TreePanel.nodeTypes 未定义
我正在将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Ext 3.3.0 的
TreePanel.js
底部有这一行也许尝试将其添加到 GeoExt.js 的第 33 行之前
In Ext 3.3.0 at the bottom of
TreePanel.js
there's this linePerhaps try adding it before your line 33 of GeoExt.js