I am using the in-place-editor packages with Scriptaculous. Is it possible to turn off the colour fades that happen when the mouse is placed over the element being edited ? thanks Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
I don''t know of a way to turn it off as in off, but you could set the start and end colors to be the same as the current color. Have a look at the options. Walter On Dec 8, 2007, at 10:11 AM, bbbs wrote:> > I am using the in-place-editor packages with Scriptaculous. Is it > possible to turn off the colour fades that happen when the mouse is > placed over the element being edited ? > > thanks > Richard >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
you could do something like: after var Editor = new Ajax.InPlaceEditor(<here the parameters>); Event.stopObserving(Editor.element, ''mouseover'', Editor.mouseoverListener); for example Good luck! On Dec 8, 4:11 pm, bbbs <bbbs.b...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I am using the in-place-editor packages with Scriptaculous. Is it > possible to turn off the colour fades that happen when the mouse is > placed over the element being edited ? > > thanks > Richard--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---