fires on an item click
| 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("onListItemClick", function(itemId,ev,node,list){
// your code
});