Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Umair on Jun 16, 2009 03:51
open dhtmlx forum
Dhtmlx Accordion

Hi.
Can we have nested accordion?
Answer posted by Alex (support) on Jun 16, 2009 06:55

Hello, 

you can try to use the following approach to attach accordion to the cell:

var dhxAccord = new dhtmlXAccordion(...);
dhxAccord.addItem("a", "item a");

...
 var accord= dhxAccord.cells("a").win.attachAccordion();
 accord.addItem("a0", "item a-0");