I have been trying to implement DHTMLX Accordion v2.5. Below are few questions:
a) Is there any functionality to switch from one mode to another?
b) Is there any setHeight() function for Single mode? Or any explicit way of adjusting the item objects height?
Thanks
>> Is there any functionality to switch from one mode to another?
multi mode should be switched before items are added.
>> Is there any setHeight() function for Single mode? Or any explicit way of adjusting the item objects height?
you can use setSizes method to adjust accordion to the outer container. So you can change the size of conatiner and then call setSizes method.