Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • oran 9 posts 29 karma points
    Dec 10, 2012 @ 18:09
    oran
    0

    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 

  • Stephen Davidson 216 posts 392 karma points
    Dec 12, 2012 @ 10:21
    Stephen Davidson
    0

    Which RTE are you using, V3?

    S

  • oran 9 posts 29 karma points
    Dec 12, 2012 @ 10:28
    oran
    0

    yes, v3

  • Stephen Davidson 216 posts 392 karma points
    Dec 12, 2012 @ 10:31
    Stephen Davidson
    0

    There is no colour picker with that RTE...or do you mean that you are linking a style sheet called "colourox"?

    S

  • oran 9 posts 29 karma points
    Dec 12, 2012 @ 10:38
    oran
    0

    color box is not color picker?

    I want something like this:

  • Stephen Davidson 216 posts 392 karma points
    Dec 12, 2012 @ 10:49
    Stephen Davidson
    0

    Can you show me a screengrab from when you are editing the Datatype and you can see colourbox?

    S

  • oran 9 posts 29 karma points
    Dec 12, 2012 @ 11:19
    oran
    0

    Sorry, I was wrong.

    I got confused with the Related stylesheets.

    Anyway, how do I add color box or something similar to Richtext editor?

  • Stephen Davidson 216 posts 392 karma points
    Dec 12, 2012 @ 11:28
    Stephen Davidson
    0

    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

  • oran 9 posts 29 karma points
    Dec 12, 2012 @ 11:50
    oran
    0

    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>
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies