No, dojo was not the problem.

The problem is fixed, thank you guys.

The table allows to define an object called events where every property
represents an event and the value of every property is the function that
will be called when the event is triggerd.
Example
... events:{keypress:onKeyPress_alphanumeric}

Well the problem ocurrs because i defined the object events as an array,
like this: events:[{keypress:onKeyPress_alphanumeric}]

So, i delete the brackts and the component worked perfectly.

Thanks for your help!!!!.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to