Andy Koch a écrit : > Hello, > > I'd like to disable the highlight effect on text that's embedded in
Just pass onEnterHover: false, onLeaveHover: false among the options… Those callbacks provide the default hover behavior, which is the highlight thing. You also have a highlight at IPE completion time, which you can disable with onComplete: false. -- Christophe Porteneuve aka TDD [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
