occurs when the user clicks left mouse button on item's heading
id | string|number | cell id |
state | boolean | single mode - always true, multimode - true/false |
var myAcc = new dhtmlXAccordion(...);
myAcc.attachEvent("onActive", function(id, state){
// your code here
});
Back to top