Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I try to add Color Box to RichText Editor, and I do not see the Color Box in the editor bar when I add it in - Data Types - Richtext editor and check the ColorBox
Which RTE are you using, V3?
S
yes, v3
There is no colour picker with that RTE...or do you mean that you are linking a style sheet called "colourox"?
color box is not color picker?
I want something like this:
Can you show me a screengrab from when you are editing the Datatype and you can see colourbox?
Sorry, I was wrong.
I got confused with the Related stylesheets.
Anyway, how do I add color box or something similar to Richtext editor?
The short answer is you can't, there are some dicussions on these forums about how to use a different editor...you might find some of these usefull.
http://our.umbraco.org/forum/using/ui-questions/6993-How-do-I-add-a-color-pickerfont-selector-in-the-RichTextEditor
http://our.umbraco.org/forum/using/ui-questions/2087-few-layout-questions-for-Richtext-Editor
But there is also a few colour picker for umbraco NOT ones that can go into your RTE but rather can be used as a Datatype.
http://our.umbraco.org/projects/backoffice-extensions/true-color-picker
Hope this helps.
Thanks Stephen,
The solution is in the first link:
Update ~/config/tinyMceConfig.config with the following:
<command> <umbracoAlias>mceForeColor</umbracoAlias> <icon>images/editor/forecolor.gif</icon> <tinyMceCommandvalue=""userInterface="true"frontendCommand="forecolor">forecolor</tinyMceCommand> <priority>25</priority> </command>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Add ColorBox to richtext editor
Hi,
I try to add Color Box to RichText Editor, and I do not see the Color Box in the editor bar when I add it in - Data Types - Richtext editor and check the
Which RTE are you using, V3?
S
yes, v3
There is no colour picker with that RTE...or do you mean that you are linking a style sheet called "colourox"?
S
color box is not color picker?
I want something like this:
Can you show me a screengrab from when you are editing the Datatype and you can see colourbox?
S
Sorry, I was wrong.
I got confused with the Related stylesheets.
Anyway, how do I add color box or something similar to Richtext editor?
The short answer is you can't, there are some dicussions on these forums about how to use a different editor...you might find some of these usefull.
http://our.umbraco.org/forum/using/ui-questions/6993-How-do-I-add-a-color-pickerfont-selector-in-the-RichTextEditor
http://our.umbraco.org/forum/using/ui-questions/2087-few-layout-questions-for-Richtext-Editor
But there is also a few colour picker for umbraco NOT ones that can go into your RTE but rather can be used as a Datatype.
http://our.umbraco.org/projects/backoffice-extensions/true-color-picker
Hope this helps.
S
Thanks Stephen,
The solution is in the first link:
Update ~/config/tinyMceConfig.config with the following:
is working on a reply...