onAfterExpand

fires after an item expands in the accordion

void onAfterExpand(string| number id);
idstring| numberID of an item that has just been expanded

Example

some.attachEvent("onAfterExpand", function(id){
    //code
});

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript component library and page of javascript accordion menu product.