$('tableID').down('tbody').replaceChild(rowID, newTr);
Not working, Element.replace(rowID, newTr) generating errors have run
out of ideas.On 11/20/08, Matt Foster <[EMAIL PROTECTED]> wrote: > > What is going wrong with your current approach, should be no reason > you can't generate a new TR element and replaceChild on the tbody > object... > > > > > On Nov 20, 11:46 am, "jason maina" <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Is it possible to replace a whole row with new data/controls without >> interfereing with the other part of the table. I have different sections >> in >> the table in question so i just want to change an indexed row. Trying to >> get >> the same effect as inplace editor but affecting a whole row instead of a >> cell >> >> Have tried all day long without results.....Any help? >> >> Regards >> Jason > > > -- Sent from Gmail for mobile | mobile.google.com --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
