onAfterStatusChange

fires after an item has been dropped into the list with a different status

void onAfterStatusChange(string itemId,string status,object list);
itemIdstringthe item id
statusstringa new item status
listobjectthe list object where the event has happened

Example

$$("myBoard").attachEvent("onAfterStatusChange", function(itemId,status,list){
    // your code
});

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
If you have not checked yet, be sure to visit site of our main product Webix ui library and page of buy kanban board product.