Hi Team,
We are using RAD Editor with Sitefinity 8.0. We want to show our custom color collection instead of default color collection in Colors drop down in RAD Editor tool bar.
We followed below link and added our color collection using ToolsFile.
http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/functionality/toolbars/dropdowns/colors
Following are the steps taken by us:
1. In sitefinity site dashboard, Go to Administration - > Settings -> Global Settings -> Text editor settings
2. Edit Default tool set
3. Below mentioned color collection is added in tool set:
<colors> <color Title="Dark Cyan" value="#008265" /> <color Title="Light Blue" value="#6BACC2" /> <color Title="Dark Blue" value="#2C76AA" /> <color Title="Light Gray" value="#ECECEC" /> <color value="#E1E1E1" /> <color value="#4F4F4F" /> <color value="#5C8727" /> <color value="#38939B" /> <color value="#79655F" /> <color value="#A84D0F" /> <color value="#D06F19" /> <color value="#C2A204" /></colors>4. Save tool set
As mentioned above, we are providing Title for few color values but we are unable to see any title for color in Colors drop down in RAD Editor.
See the attached screenshot for your reference.
Please let us know resolution for this issue.
Thanks & Regards,
Lipi Jain