[Rails] Re: Rails 3 with TinyMce

2011-05-03 Thread heithem nouira
Hi, I'm sorry for late and thanks for your help Actually, this is what tinymce should do. But i discarded this issue when i discovered that i m not supposed to display data written with this editor. thanks a lot. On May 3, 4:46 am, Carina Brito wrote: > ops:raw get a html generated and apply as ht

Re: [Rails] Re: Rails 3 with TinyMce

2011-05-02 Thread Carina Brito
ops:raw get a html generated and apply as html not as text 2011/5/3 Carina Brito > Did you try to use 'raw'? for exemple <%= raw text %> raw cut the css in > the sentence. This is what you need?!?!? > > 2011/5/1 ben > >> Isn't that what tinymce is suppose to do? >> >> On Apr 30, 8:18 pm, heith

Re: [Rails] Re: Rails 3 with TinyMce

2011-05-02 Thread Carina Brito
Did you try to use 'raw'? for exemple <%= raw text %> raw cut the css in the sentence. This is what you need?!?!? 2011/5/1 ben > Isn't that what tinymce is suppose to do? > > On Apr 30, 8:18 pm, heithem nouira wrote: > > Hi, > > I'm using TinyMce with Rails 3 to input rich text. > > when i ent

[Rails] Re: Rails 3 with TinyMce

2011-05-01 Thread ben
Isn't that what tinymce is suppose to do? On Apr 30, 8:18 pm, heithem nouira wrote: > Hi, > I'm using TinyMce with Rails 3 to input rich text. > when i enter a text  into tinymce editor , the text is saved in the > database as text so a p tag is added  to the text!!. > i need some help > Best r