and

idProjectListTBL.$$('classProjectsEditA').invoke("observe", "click",
editProjectRecord);

must be

idProjectListTBL.select('.classProjectsEditA').invoke("observe",
"click", editProjectRecord);

I recommend you read those from the manual (they are really helpfull
too):
http://prototypejs.org/api/element/select
http://prototypejs.org/api/element/previous
http://prototypejs.org/api/element/down
http://prototypejs.org/api/element/next
http://prototypejs.org/api/element/next
--~--~---------~--~----~------------~-------~--~----~
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