rud.schmidt-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org
2007-Apr-16 10:02 UTC
Discussion on wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce
Hi Valentine, I am currently trying out your inPlaceEditor and I am happy with so far as it helps with the CMS I am developing in Rails at the moment. However, when you click cancel and go into in-place editing right after again, the textfield does not switch into WYSIWYG mode anymore. That behaviour is correct, because you do not disconnect the editor instance form the DOM tree on cancel. I''ve added your toggle script to the onclickCancel function in the modified controls.js: /* begin TinyMCE addon */ if (this.options.veButton && this.options.veIsOn) { this.veToggle(); } /* end TinyMCE addon */ That resolves the problem. I hope this helps :-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
tahiraga-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Apr-24 11:54 UTC
Discussion on wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce
Is there a way to open tinyMce from a Image in place of DIV --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Sébastien Grosjean - ZenCocoon
2007-Apr-24 14:05 UTC
Re: Discussion on wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce
Hi, I didn''t tried it but I guess it should work if you are using http://inplacericheditor.box.re Let me know if you fine any problem with it. -- Sébastien Grosjean - ZenCocoon On Apr 24, 2:54 pm, "tahir...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <tahir...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Is there a way to open tinyMce from a Image in place of DIV--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---