For the first time I have a chance to use the CKEditor in an application.
I thought the default tool bar was a bit much, and I wasn't happy with the Full, Large, Medium, and Slim options either. -->
xPage Tips
and below turned out to be my preferred set. Its like the Slim options but I took out the smiley face and insert picture. I added font and size, lists, indent, out dent and URL links.
var myToolbar = "[['Font','FontSize'], \n"
+"['Bold','TextColor','BGColor'], \n"
+"['Italic','Underline','NumberedList','BulletedList','-','Outdent','Indent','-','Link']]";
return myToolbar;
Wish I could post an image.
Happy xPaging!
-- Jeff Byrd