Re: [Rails-spinoffs] InPlaceEditor convertHTMLLineBreaks

2006-03-27 Thread Rick Olson
t; > Jamie ME! I just monkey patched it at one time, but I think I updated scriptaculous and lost it :) It's a trivial fix to make. Just find where it strips html tags and stop it. -- Rick Olson http://techno-weenie.net ___ Rails-spinoffs maili

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] ajax - multiple updates on single xmlhttprequest

2005-12-21 Thread Rick Olson
> I was wondering whether anybody would share a working example of a multiple > html update on a single xmlhttprequest. > > Thank you in advance for your help. Use RJS: http://rails.techno-weenie.net/tip/2005/11/29/ajaxed_forms_with_rjs_templates http://www.codyfauser.com/articles/2005/11/20/rail

Re: [Rails-spinoffs] Problem stopping default event in Safari

2005-12-14 Thread Rick Olson
On 12/14/05, Jason Hummel <[EMAIL PROTECTED]> wrote: > I'm going crazy here. I'm trying to stop a link from being followed > after it's clicked. It works everywhere except Safari (using v. 2.0.2 > on Tiger) > > > I'm using behavior.js to attach events based on a class or an id: > >

Re: [Rails-spinoffs] InPlaceEditor: XHTML validation

2005-10-31 Thread Rick Olson
On 10/31/05, Jon Tirsen <[EMAIL PROTECTED]> wrote: > So that means the InPlaceEditor is producing valid XHTML right? > > On 11/1/05, Niels Leenheer <[EMAIL PROTECTED]> wrote: > > On 10/28/05, Jay Levitt <[EMAIL PROTECTED]> wrote: > > > Jon Tirsen wrote: > > > The INPUT field is in a FORM field. I

Re: [Rails-spinoffs] InPlaceEditor scrolls to top in Firefox?

2005-10-24 Thread Rick Olson
> On 10/25/05, Jay Levitt <[EMAIL PROTECTED]> wrote: > > When I click an InPlaceEditor field in Firefox 1.0.7, the page scrolls > > up to the top. That's disconcerting, and often ends up with the > > editable field out of the viewable pane. I can duplicate this on both > > Mac and PC. Is there a