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.
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!