hey masters of moo! I am trying to make my code more "mooish". If I understand properly, it means using events in exchange of callbacks. But I am not sure how to do this and what is the benefit of using events?
For example I have class for tabular data editing, where I can add some validation (pseudocode): http://jsfiddle.net/htZAC/ Does it make sense to change callback for fireEvent? And how should I attach it (where)? During creation of object? Thanks, btw. is there any other guide to events in moo except for http://ryanflorence.com/mootools-events/ ?
