I am having a bit of a problem with the new accordion component. I am attaching the accordion to a div, however unless I give the dive a height, the accordion panel will not draw. I looked into the DOM and it has a 0 height… but it is there.
I have tried IE7 FF3 and Chrome all more or less the same results.
Your demo’s work, but they to declare a height, although the tutorials do not.
Am I simply missing something here?
Here is my code that does seem to work, although I would rather not specify the height.
Hello,
Try to comment dhxAccord.setSizes();
As shown in the code above, I have used the setSizes() function, there is no differance.
Right,
Comment it or remove. Try to init accordion without it.