Technical support This forum is closed.
Version 1.x > Technical support > CMSEditableRegion HtmlEditor ToolbarSets View modes: 
User avatar
Member
Member
JeremyThake - 1/10/2006 2:38:27 AM
   
CMSEditableRegion HtmlEditor ToolbarSets
I can see that Kentico CMSEditableRegion HtmlEditor is FCKeditor which has toolbar sets. If I want to only show a few of teh icons in the toolbar usually you would create a ToolbarSet, but because the property is not exposed by CMSEditableRegion by the control I can't do this.

Can this be exposed so that if we want a narrower editable region with fewer icons we can on certain regions?

Thanks
Jeremy

User avatar
Guest
admin - 1/12/2006 7:17:17 PM
   
Re: CMSEditableRegion HtmlEditor ToolbarSets
Hi Jeremy,

Thank you for this suggestion. We will try to implement it in Kentico CMS 2.0.

Best Regards,

User avatar
Member
Member
VegeJuice - 5/4/2006 10:09:19 AM
   
Re: CMSEditableRegion HtmlEditor ToolbarSets
It can currently be done - in fckconfig.js create a new toolbar set - use FCKConfig.ToolbarSets["Default"] as a guide. In the CMSEditableRegion tag, set the HtmlToolBarSet attribute to the name of the toolbar set. Works a treat.