event occurs before block selection
| start |
$$("dt").attachEvent("onBeforeBlockSelect", function(start, end, isFinal){
return true;
});
Return false to block selection
You can modify the start and end object to change the result of blockselection.
Back to top