I wish to place accordions as the entries within an accordion cell. I see I can attach a Layout but I cannot attach an accordion (ie. attachAccordion() method is not defined for an accodion cell).
Any way to do this?
Thanks
Phil
I wish to place accordions as the entries within an accordion cell. I see I can attach a Layout but I cannot attach an accordion (ie. attachAccordion() method is not defined for an accodion cell).
Any way to do this?
Thanks
Phil
Why not ? It is possible to apply attachAccordion to an accordion cell:
dhxAccord2= dhxAccord.cells(“a1”).attachAccordion();
dhxAccord2.addItem(“a11”, “a”);
dhxAccord2.addItem(“a12”, “b”);
dhxAccord2.addItem(“a13”, “c”);