base.willy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Feb-12 23:38 UTC
Ajax.InplaceEditor + WYSIWYG editor
Hi all! Have anyone tried to attach any WYSIWYG editor to the InplaceEditor? I''m trying to make TinyMCE work but can''t make it work. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
If you use Rails, this might be interesting: An FCKEditor Plugin for Rails, with support for AJAX, and handy helper methods to implement it into your views. http://blog.caronsoftware.com/articles/category/fckeditor-plugin On 13 Feb., 00:38, "base.wi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <base.wi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all! > Have anyone tried to attach any WYSIWYG editor to the InplaceEditor? > I''m trying to make TinyMCE work but can''t make it work.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
base.willy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Feb-13 14:04 UTC
Re: Ajax.InplaceEditor + WYSIWYG editor
Thanks, but I''m using PHP. There must be a simple way to attach TinyMCE as it can simply replace a textarea with the editor.. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
base.willy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Feb-13 15:07 UTC
Re: Ajax.InplaceEditor + WYSIWYG editor
I think I did it :) If anyone is interested I''ll create a page with a brief instuction how to integrate TinyMCE and give user an ability to edit multiline fields with WYSIWYG editor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hey, would be awesome if you could show us how you did it! greetings, benni. -SDG- base.willy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> I think I did it :) If anyone is interested I''ll create a page with a > brief instuction how to integrate TinyMCE and give user an ability to > edit multiline fields with WYSIWYG editor > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Love to see it!!!!! On 2/13/07, base.willy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <base.willy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > I think I did it :) If anyone is interested I''ll create a page with a > brief instuction how to integrate TinyMCE and give user an ability to > edit multiline fields with WYSIWYG editor > > > > >-- "I have learned that you should''nt compare yourself to others - they are more screwed up than you think." ...unknown "In the 60''s, people took acid to make the world weird. Now the world is weird and people take Prozac to make it normal." ..unknown _____________________________ Terry Remsik stripe-man.dyndns.org remsikt-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Me too :-) I already tried to integrate TinyMCE to the multiline-Inplace Editor (just for fun), but I didn''t get it running. Would be very interesting to see how you did it. Thanks in advance.> -----Original Message----- > From: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > [mailto:rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of Stripe-man > Sent: Tuesday, February 13, 2007 8:40 PM > To: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > Subject: [Rails-spinoffs] Re: Ajax.InplaceEditor + WYSIWYG editor > > Love to see it!!!!! > > > On 2/13/07, base.willy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <base.willy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > I think I did it :) If anyone is interested I''ll create > a page with a > brief instuction how to integrate TinyMCE and give user > an ability to > edit multiline fields with WYSIWYG editor > > > > > "In the 60''s, people took acid to make the world weird. > Now the world is weird and people take Prozac to make it > normal." ..unknown > _____________________________ > Terry Remsik > stripe-man.dyndns.org <http://stripe-man.dyndns.org> > remsikt-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
base.willy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Feb-14 12:32 UTC
Re: Ajax.InplaceEditor + WYSIWYG editor
Ok, guys, I''ll try to describe it as soon as possible :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
base.willy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Feb-14 15:39 UTC
Re: Ajax.InplaceEditor + WYSIWYG editor
http://groups.google.com/group/rubyonrails-spinoffs/web/wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---