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

Editor color picker is not selecting color.

1 Answer 155 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Timothy
Top achievements
Rank 1
Timothy asked on 18 Jan 2013, 08:40 PM
I have my editor as follows:

$('textarea').kendoEditor({
                encoded: false,
                tools: [
                        "bold",
                        "italic",
                        "underline",
                        "strikethrough",
                        "fontName",
                        "fontSize",
                        "foreColor",
                        "backColor",
                        "justifyLeft",
                        "justifyCenter",
                        "justifyRight",
                        "justifyFull",
                        "insertUnorderedList",
                        "insertOrderedList",
                        "indent",
                        "outdent",
                        "formatBlock",
                        "createLink",
                        "unlink",
                        "insertImage",
                        "viewHtml"
                    ]
            });

Everything is working as expected excluding the color picker for both the fore ground and back ground colors.  I am using the kendo.common and kendo.default css files.  What I am doing seems pretty basic.  What gives?

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 21 Jan 2013, 06:37 PM
Hi Timothy,

I am not quite sure what causes the problem in your application. For your convenience here is a simple jsBin example - could you please edit it and show me your current implementation? This way I would be able to investigate what exactly is going wrong and provide concrete recommendations. Thank you in advance.

Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Editor
Asked by
Timothy
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or