CK Editor not working
Hi,
CKEditor is not working with custom and OOTB attribute editors.
Attribute editor XML:
<?XML VERSION="1.0"?> <!DOCTYPE PRESENTATIONOBJECT SYSTEM "presentationobject.dtd"><PRESENTATIONOBJECT NAME="CKEDITOR"><CKEDITOR WIDTH="400" HEIGHT="200" CONFIG="/cs/ckeditor/CustomCKEditorConfig.js"></CKEDITOR></PRESENTATIONOBJECT>
Where in /CustomCKEditorConfig.js contains the same code as config.js. Just for testing, added a new file.
Value Type = blob,string, text
My Sample code below,
<insite:edit field="Article" column="value" editor="ckeditor" list="Article" params="{noValueIndicator: '[ Enter Description here ]'}"></insite:edit>
When i try to edit teh description attribute through web/form mode, the CK editor displays but edited text is not getting saved.