dhtmlxAccordion icon hyperlink

hi,





i am using DHTMLXAccordion with an icon, is there any way i can attach hyper link with my own javascript to icon instead of having accordion onclick event ?



Actual my scenario is when user click on Accordion icon i want to refresh the Grid(s) which are under the accordion instead of accordion onclick event.



example

dhtmlx.com/docs/products/dht … icons.html


Hello,


the accordion icon doesn’t provide onclick event.


The attached sample contains modified dhtmlxaccordion.js which allows to attach onIconClick event handler.


Please, see the sample. It demostrates the dock functionality by clicking cell icon.


icon_dock.zip (45.1 KB)

thanks