CKEditor formatting

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.
10/10/2009 12:32:04 AM
Gravatar
Total Posts 15

CKEditor formatting

Hi Joe and Friends!

i've had a really good look around but can't work out how to do this one... is there a way of easily enabling bold and italics in the CKEditor through the user.config?  i dn't want to do it in the ckeditor config in case it gets written over when i do an update?

thanks a heap!

keith

10/10/2009 8:50:00 AM
Gravatar
Total Posts 18439

Re: CKEditor formatting

Hi Kieth,

Its actually using the file /ClientScript/ckeditor-mojoconfig.js

It uses this file because of this Web.config setting

<add key="CKEditor:ConfigPath" value="~/ClientScript/ckeditor-mojoconfig.js" />

so you can override this setting in your user.config to point to your custom file.

You must use the same toolbar names so you should copy the ckeditor-mojoconfig.js as a starting point but you can control what is included in the toolbars.

Hope it helps,

Joe

10/10/2009 10:29:45 AM
Gravatar
Total Posts 15

Re: CKEditor formatting

that helps a lot, thanks! k

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