Accordion within Tabbar .. attached to a Layout cell?

Hi,



I’m trying to have an Accordion as a Tab’s content and the Tabbar attached to a cell of a “3L"Layout.

The problem is that the accordion doesn’t work. It’s shown but it’s static, that is you can’t open the panels.



Am I missing something?



Here is the code:











Hello,

Problem with dimension of



Add the following style:

        div#accordObj {
            width: 100%;
            height: 100%;
            position: relative;
        }