This is a migrated thread and some comments may be shown as answers.

Editor Color Picker

2 Answers 77 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 15 Mar 2011, 01:32 PM
Is there any way of removing the font-colour hex values and dark/light previews in the footer of the colour picker?
My client doesn't want to see this - they are non-technical, after all.
Can it be hidden or removed completely, please?

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Mar 2011, 06:15 PM
Hello Andy,

Put the following class to hide the font-colour hex values and dark/light previews in the colorpicker dropdowns:

<style type="text/css">
.reDarkColor, .reLightColor, .reCustomColor
{
    display: none !important;
}
</style>


Best regards,
Rumen
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Andy
Top achievements
Rank 1
answered on 17 Mar 2011, 02:04 PM
Thanks Rumen
That's sorted it. Might be useful to add some sort of switch to turn this feature on/off.  Many users of the editor will have little or no knowledge of html programming - that's why we put in a text editor, so they didn't have to have any technical knowledge in order to create html content.  Seeing these codes only confuses them and clutters the UI unnecessarily.

Anyway, thanks again
Tags
Editor
Asked by
Andy
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Andy
Top achievements
Rank 1
Share this question
or