On 3/3/06, Andrew Kaspick <[EMAIL PROTECTED]> wrote:
> I just set my hightlight colour like so.... highlightcolor:'transparent'

I tried that and it seemed to work, but Firefox's Javascript console
was spewing a lot of warnings about #NaNNanNan not being a valid color
every time I rolled over an in-place editor.

I actually started digging through the source, and this is what I came up with:

                var ipe = new Ajax.InPlaceEditor(el,
'ajax_process_category_edit.html',
                        {
                                callback: function(form) {
                                        return Form.serialize(form)
                                                + '&blog_category_id=' + x[2];
                                }
                        }
                );
                Event.stopObserving(ipe.element, 'mouseover',
ipe.mouseoverListener);
                Event.stopObserving(ipe.element, 'mouseout',
ipe.mouseoutListener);
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to