I m using the "trsteel88 / TrsteelCkeditorBundle" in a Symfony 2.1 project which is related to Job Portal . In the project a "candidate" entity has been created in which I have made a text field "resume_summary" . I installed the "trsteel88 / TrsteelCkeditorBundle" and configured as given in "github" tutorial and used in "CandidateType " form as $builder->add('resume_summary','ckeditor'). It works fine , but problem is that when I fetch the "resume_summary" field in twig(show.html.twig) as {{ entity.resumesummary }} it does not shows the "style changed of character value". suppose I typed a word "First Resume " and with help of ckeditor I made that word as "strong" & "italic" , and saved in database . but when I fetched the data it is coming as " First Resume " instead of First Resume .
I m using the "trsteel88 / TrsteelCkeditorBundle" in a Symfony 2.1 project which is related to Job Portal . In the project a "candidate" entity has been created in which I have made a text field "resume_summary" . I installed the "trsteel88 / TrsteelCkeditorBundle" and configured as given in "github" tutorial and used in "CandidateType " form as $builder->add('resume_summary','ckeditor'). It works fine , but problem is that when I fetch the "resume_summary" field in twig(show.html.twig) as {{ entity.resumesummary }} it does not shows the "style changed of character value". suppose I typed a word "First Resume " and with help of ckeditor I made that word as "strong" & "italic" , and saved in database . but when I fetched the data it is coming as " First Resume " instead of First Resume .
Please help in this issue . Thanks in advanced .
Thanks & Regards
Ajeet Varma New Delhi , India