Thank you very much mr. White.  I updated the page and that works
great.

I've been reading through the mootools source to see how it's used
there but the theory isn't there for me yet.

Thanks again.

On Mar 25, 9:20 pm, nwhite <[email protected]> wrote:
> At a glance it appears that your not firing your 'onButtonClick' event at
> all. I would remove that method from your class altogether and change your
> click event for each button to:
>
>                         button.addEvent('click',function(){
>                                 button.highlight();
>                                 this.fireEvent('buttonClick');
>                         }.bind(this))

Reply via email to