Hi all! Is possible to avoid the inPlaceEditor effects? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Did you referred the options available?: http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor On Oct 29, 9:08 am, Garito <gar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all! > Is possible to avoid the inPlaceEditor effects? > > Thanks!--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi, Carolyn! Yes, I refer the options but no method to avoid the highlight effects is provided isn''t it? I search for any help at google but the only method I found is about stop the mouseover/mouseout events and override the options.onComplet event Is there any way to do the same but easiest? Thanks! On Oct 29, 10:16 am, Carolyn <kiran.sou...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Did you referred the options available?:http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor > > On Oct 29, 9:08 am, Garito <gar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi all! > > Is possible to avoid the inPlaceEditor effects? > > > Thanks!--~--~---------~--~----~------------~-------~--~----~ 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 need a way to do this also. I don''t want any highlight effect, since the InPlaceEditor will be triggered with an external control (I think having a default effect is kind of silly to begin with :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
with controls.js line ~477 Ajax.InPlaceEditor.defaultHighlightColor = "#FFFF99"; line ~(509 & 510) savingClassName: ''inplaceeditor-saving'', loadingClassName: ''inplaceeditor-loading'', well, you get the idea. Duplicate/extend at will or do a find in controls.js for ''AJAX in-place editor'' it only gets found once in v1.7.1_beta3 YMMV On 10/30/07, Kyle Fox <kyle.fox-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > I need a way to do this also. I don''t want any highlight effect, > since the InPlaceEditor will be triggered with an external control > > (I think having a default effect is kind of silly to begin with :) > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---