Inline editor - styles list and CKEditor config

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
6/11/2013 11:03:23 AM
Gravatar
Total Posts 537
feet planted firmly on the ground

Inline editor - styles list and CKEditor config

The list of paragraph styles in the inline editor is different from the list when I use the "edit" link. I'm using a custom config.js file to control that. Can anyone tell me where/how the inline editor is configured? It doesn't appear to be using the default ckeditor-mojoconfig.js.

6/11/2013 11:18:18 AM
Gravatar
Total Posts 18439

Re: Inline editor - styles list and CKEditor config

This was reported recently and is already fixed in the source code repository, so it will be fixed in the next release.

Best,

Joe

6/11/2013 11:34:39 AM
Gravatar
Total Posts 537
feet planted firmly on the ground

Re: Inline editor - styles list and CKEditor config

OK thanks Joe. For info, what controls which tools are available on the inline editor?

6/11/2013 11:43:56 AM
Gravatar
Total Posts 18439

Re: Inline editor - styles list and CKEditor config

The urls for the custom styles and templates json (consumed by the editor from javascript) are different for each site id so they have to be set from code rather than statically in a config file.

Toolbar items are configured for specific toolbar names that we have defined for use within mojoPortal features, configuration varies by editor.  The toolbar names cannot be changed but the editor plugins and items within the named toolbars can be configured.

You must sign in to post in the forums. This thread is closed to new posts.