ExtJS 4 - 手风琴的最后一项没有 x-accordion-hd-last-collapsed 类
我正在开发 ExtJS 4 项目(MVC),并且有一个导航面板(带有布局手风琴的面板)。
我的问题是,与手风琴布局示例不同,我的最后一个项目没有 x-accordion-hd-last-collapsed
类(和其他类)。
首先,我认为这可能是因为我正在扩展面板...然后我从示例中复制了代码手风琴代码并将其用于我的项目,但它仍然缺少这些类。
我有以下逻辑结构:
viewport (layout border)
|-- header (defined component, north)
|-- accordion (west)
|-- tabpanel (center)
有人知道问题是什么吗?
谢谢
I'm working on a ExtJS 4 project (MVC) and I have a navigation panel (panel with layout accordion).
My problem is that unlike the accordion layout example, my last item doesn't have a x-accordion-hd-last-collapsed
class (and other classes).
First I thought it could be because i was extending the Panel... then I copied the code accordion code from the example and used it on my project and it still missing those classes.
I have the following logic structure:
viewport (layout border)
|-- header (defined component, north)
|-- accordion (west)
|-- tabpanel (center)
Does anyone know what the problem is?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我手动包含了 ext-core.js 和 ext-all-debug.js,而不是使用 boostrap.js。显然它解决了问题,想想看......
I was including the ext-core.js and the ext-all-debug.js manually instead of using the boostrap.js. Apparently it solved the issue, go figure...