Re: [Rails-spinoffs] Replacing an html chunk with a different html chunk

2006-01-07 Thread Rick Olson
On 1/7/06, Jonathan Boutelle <[EMAIL PROTECTED]> wrote: > All, > > I'm a big fan of the Insertion.* classes in prototype > (Insertion.Before, Insertion.After, Insertion.Top, Insertion.Bottom). > These classes solve the problem of adding new html to existing html > in the desired place. Very useful.

RE: [Rails-spinoffs] Replacing an html chunk with a different html chunk

2006-01-07 Thread Tom Fakes
type update. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Boutelle Sent: Saturday, January 07, 2006 4:38 PM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] Replacing an html chunk with a different html chunk All, I'm

[Rails-spinoffs] Replacing an html chunk with a different html chunk

2006-01-07 Thread Jonathan Boutelle
All, I'm a big fan of the Insertion.* classes in prototype (Insertion.Before, Insertion.After, Insertion.Top, Insertion.Bottom). These classes solve the problem of adding new html to existing html in the desired place. Very useful. But what about replacing one chunk of HTML with another? Or