Accordion/InfoPanel error when loaded twice
hello everybody
I'm loving Ext but I'm having some problems :(
Code:
This js is fired when the menu is loaded
var result = Ajax.responseText; // JSP code that contains the DIV's
menuDiv.innerHTML = result;
LazyLoad.loadOnce([js]);
if I execute this code twice the menu get bugged like this.
http://img68.imageshack.us/img68/893/errorfv7.jpg
Each menu have a .JSP and a .JS file. How you can see, the HTML at the menu div is erased every time the menu is opened.
Seems that the js is messing the objs or something like that.
any idea?
thanks in advance!
I refresh the content of the container and then create a new Accrodion on the same co
I refresh the content of the container and then create a new Accrodion on the same container.
May be I'll change my code , only refresh the content of container ,don't recreate
Accordion Object. I will try again. :)