Hello, I am wondering which are the best rich text editor and date/time picker control in Ruby on Rails? Any idea....? Thanks Chamnap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
timcharper
2007-Jul-09 07:06 UTC
Re: Best rich text editor and date/time picker control in RoR?
Hi Chamnap, have you tried "CalendarDateSelect" for date picking? It''s fully integrated with rails form builders, its simple to use, and fairly lightweight. Also, it supports date/datetime. http://code.google.com/p/calendardateselect/ For rich text editor, I don''t know what''s the best, but TinyMCE and fckeditor are pretty popular nowadays. Tim On Jun 14, 9:59 pm, Chamnap <chamnapchh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello, > > I am wondering which are the best rich text editor and date/time > picker control in Ruby on Rails? Any idea....? > > Thanks > Chamnap--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Aurélien Malisart
2007-Jul-09 09:41 UTC
Re: Best rich text editor and date/time picker control in RoR?
The classical TinyMCE opensource editor is very simple to integrate into your views (1 copy-paste of a JS and a JS link). I transforms the textareas you want into rich editors (HTML generated). Juste take a look: http://tinymce.moxiecode.com/ aurels --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Peter De Berdt
2007-Jul-09 11:04 UTC
Re: Best rich text editor and date/time picker control in RoR?
On 09 Jul 2007, at 11:41, Aurélien Malisart wrote:> The classical TinyMCE opensource editor is very simple to integrate > into your views (1 copy-paste of a JS and a JS link). I transforms the > textareas you want into rich editors (HTML generated). > Juste take a look: http://tinymce.moxiecode.com/... and the html it spits out in most cases is ugly as hell. Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Aurélien Malisart
2007-Jul-09 12:22 UTC
Re: Best rich text editor and date/time picker control in RoR?
It''s possible ;) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Chamnap
2007-Jul-10 01:42 UTC
Re: Best rich text editor and date/time picker control in RoR?
Thanks Chamnap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---