[Rails-spinoffs] Minor fix for Ajax.InPlaceEditor

2006-03-07 Thread John Beppu
controls.js line 471: Where it says: new Effect.Highlight(element, {startcolor: this.options.highlightcolor}); can we change it to: new Effect.Highlight(element, {startcolor: this.options.highlightcolor, endcolor: this.options.highlightendcolor}); . Otherwise, it'll use the default #FF to

Re: [Rails-spinoffs] Ajax.InPlaceEditor - disabling the yellow highlight?

2006-03-03 Thread John Beppu
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

[Rails-spinoffs] Ajax.InPlaceEditor - disabling the yellow highlight?

2006-03-03 Thread John Beppu
Is there a way to disable Ajax.InPlaceEditor's yellow rollover highlight? ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Re: [Rails-spinoffs] Custom tooltip component?

2005-12-30 Thread John Beppu
http://www.mojavelinux.com/projects/domtooltip/ domTT is nice, too. ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs