dhtmlxAccordion How To Remove An Accordion Item

I want to be able to dynamically control the items and content of an Accordion.



Your example:

var dhxAccord = new dhtmlXAccordion(“accordObj”);

// adding items

dhxAccord.addItem(“a1”, “a”);



OK. Now how do I destroy/remove the “a1” Accordion Item without reloading the entire “dhxAccord” object?

Not just hide. Remove.

Please, see the answer dhtmlx.com/docs/products/kb/inde … 16&a=15830


Sorry about the duplicate question. I didn’t get the usual acknowledgement so I thought my question had gotten lost.


That’s what you get for being so efficient every other time! Keep up the great work!