Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#13697 closed Bug (invalid)

ckeditor - removes tags when data is loaded

Reported by: mustafao Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc: mustafaozudogru@…

Description

When I save data via ckeditor, it can do correct saving to database like this:

List<dynamic> list=new List<dynamic>();

But when I get data to page and load in edit screen, it is looking like this in ckeditor control:

List list=new List(); I want to show all data with <dynamic> generic codes. How can I do this?

Change History (2)

comment:1 Changed 9 years ago by mustafao

Cc: mustafaozudogru@… added

Thanks for answer.It worked.

Last edited 9 years ago by mustafao (previous) (diff)

comment:2 Changed 9 years ago by Piotrek Koszuliński

Keywords: c# ckeditor code-snippet removed
Resolution: invalid
Status: newclosed
Version: 4.5.3

You need to encode your data before loading it into a textearea. Please see my answer here: http://stackoverflow.com/questions/29814698/encoding-of-entities-no-perfect-solution

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy