fires on clicking any icon in the list item
iconId | string | the id of the icon |
itemId | string | the id of the clicked item |
ev | Event | a native event object |
node | HTMLElement | the target HTML element |
list | object | the list object where click has happened |
$$("myBoard").attachEvent("onListIconClick", function(iconId, itemId,ev,node,list){
// your code
});