Opened 13 years ago
Closed 13 years ago
#8693 closed Bug (expired)
cke_protected_1 using Jason object
Reported by: | eitana | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.2 |
Keywords: | Cc: |
Description
Hi,
I have a jason object saved inside html content as attribute.
one of the members was set to False.
when I load the data from the db again into the CKEditor, the false change to {cke_protected_1} and trying to deserizlise the string to object just fails.
like:
...
"ClientId":0,
"IsSuccess":false,
"FailureDescription":null,
...
"ClientId":0,
"ActivatedSuccessfully":{cke_protected_1},
"FailureDescription":null,
Any suggestions?
Thanks
Eitan
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → pending |
---|
comment:2 Changed 13 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
Could I ask you to provide full example here.
Also could you tell me what method do you use to get data from CKEditor. You just submit data or use perhaps getData() first or you do some filtering perhaps?