onListAfterSelect
fires after an item has been selected
void onListAfterSelect(string itemId,object list);
itemId | string | the item id |
list | object | the list that contains the item |
Example
$$("myBoard").attachEvent("onListAfterSelect", function(itemId,list){
// your code
});
Related samples
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix
js frameworks and page of
list ui product.