ExtJS 4 - 手风琴的最后一项没有 x-accordion-hd-last-collapsed 类

发布于 2024-11-05 06:01:14 字数 388 浏览 0 评论 0原文

我正在开发 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 技术交流群。

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

发布评论

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

评论(1

月下客 2024-11-12 06:01:15

我手动包含了 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...

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