sai k rishna595 12.Apr.12 03:27 AM a Web browser Applications DevelopmentAll ReleasesAll Platforms
Hi team ,
i have a richt text field using javascript i have made the rich text field as the editor box where user can play with the text on click of bold ,italic,underlined,color,size buttons.
the function isworking fine but when i save the document it is storing as follows
here data is bold - "i am bold"
it is saving as follows - <b>i am bold </b>
when ever i see the document in browser it is showing as above but when i edit the document it is showing correctly.