开发者

ExtJS 4 - Last item of accordion doesn't have x-accordion-hd-last-collapsed class

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


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...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜