Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Larry Hamlet on Jun 04, 2009 07:16
open dhtmlx forum
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.
Answer posted by Alex (support) on Jun 05, 2009 04:15
Please, see the answer index.php?s=normal&q=9816&a=15830
Answer posted by Larry Hamlet on Jun 05, 2009 04:23

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!