Oracle WebCenter Sites (MOSC)

MOSC Banner

CK Editor not working

edited Dec 9, 2015 5:19PM in Oracle WebCenter Sites (MOSC) 2 commentsAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center