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
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.
> 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
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:
>
>
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
> 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