Peter De Berdt wrote: > On 09 Aug 2007, at 11:37, Ivor Paul wrote: > >> Ah, that's what I wanted to hear. Have you changed tiny to work >> with Rails as backend? What would the approach be to do this? >> >> Would you use the "insertimage_callback" option and to what would >> you point that. Just looking for a bit more direction with this, >> but it sounds like the approach I would like to take. > > Sorry, no I didn't, because I'm not such a big fan of the HTML > WYSIWYG editors spit out (or whatever you want to call the junk it > spits out). Take out a few hours and experiment, it can't be too hard. > > > Best regards > > Peter De Berdt
I also hate WYSIWYG editors, but i open an exception to tinyMCE because it makes stuff XHTML 1.1 compliant and doesn`t throws styles and spans for every goddamn change you make. Usually it writes down html exactly the way i would have. It also allows you to specificy a css source, so it loads and previews your styles in real time. Give it a try if you haven`t, i wasn`t disappointed with it! And there is a lot of tutorials on how to do file upload using tinyMCE with PHP, which is probably why people were refering to it... I am also trying to get file upload working and file browsing, and will write some feedback when i get those working. -- 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 [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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

