Documentation

onItemCheck

fires when you check an item in tree and treetable

void onItemCheck(id id ){ ... };

Parameters

id idID of the checked item

Example

some.attachEvent("onItemCheck", function(){
    //... some code here ... 
});

See also

Back to top