onAfterExpand

срабатывает после разворачивания панели аккордеона

void onAfterExpand(string| number id){ ... };

Parameters

idstring| numberID панели, которая была развернута

Example

some.attachEvent("onAfterExpand", function(id){
    //ваш код
});

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix javascript framework and page of kanban board tool product.