This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Feb 15, 2012, 6:13 PM
24 Posts

CKEdit Toolbar Options

  • Category: Dojo and Client Side JavaScript
  • Platform: All
  • Release: 8.5.2
  • Role: Developer
  • Tags: CKEdit
  • Replies: 0
 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
 
This is where I learned how to create my own set of tool bar options.  -- http://www-10.lotus.com/ldd/ddwiki.nsf/dx/CKEditor_in_XPages_in_NotesDomino_8.5.2
 
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 
 

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal