Greetings everyone, I was just wondering what everyone does to allow members of their app the ability to format their text when they post information? I haven''t really found the de-facto RoR online editor. What''s the standard practice here? Thanks for your help! ~Dustin Tigner -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You''re asking a pretty open question. You can use TinyMCE or FCKEditor for WYSIWYG editors in text boxes. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You''re asking a pretty open question. You can use TinyMCE or FCKEditor for WYSIWYG editor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ryan Bigg wrote:> You''re asking a pretty open question. > > You can use TinyMCE or FCKEditor for WYSIWYG editorThanks Ryan, I''ve been down every type of editor, whether it''s a textile editor (RedCloth, BlueCloth, Markdown, etc.), or WYSIWYG (TinyMCE, FCKEditor, WidgEdit, etc.). I think I was just looking for a simple, "this is what everyone uses" type editor. Something I could rely on and know nothing about. However, after reading some of the Peepcode Plugins PDF, I''ve learned that I shouldn''t seek things that I could not originally program. So, instead, I bought the new Agile Web Development with Rails 3rd Edition (beta) and am focused on learning enough to program what I need. When I''m ready, I want to program a textile editor that will be perfect for my needs, and my members. Not too heavy, nor complex - easy to maintain and build upon. :) Thanks for your reply! ~Dustin Tigner -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---