[jQuery] JQuery UI and ExtJS
Hi there,
I tried to nest an ExtJS TreePanel into an Accordion menu (provided by jQueryUI) like this :
-Header1
-Header2
MyTree
-Header3
When I click on Header2, the TreePanel works fine (on FF only, IE doesn't seems to work). If I click on another header and come back to Header2, the the accordion doesn't seem to adapt his size to the tree : some of my child nodes are hidden. Any idea to fix that?
Thanks for your help.