Copied to clipboard

Flag this post as spam?

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


  • test 19 posts 122 karma points
    Mar 31, 2016 @ 07:29
    test
    0

    Is there a way to activate text color&size in text editor?

  • Ed Parry 64 posts 252 karma points c-trib
    Apr 01, 2016 @ 20:26
    Ed Parry
    0

    Hi Chris,

    Absolutely! The Umbraco RTE allows you to add styles to the dropdown that appears along the top bar. These styles will apply a class to what ever text is highlighted (selected), and any CSS is picked up and displayed within the RTE.

    It is a little out of date, but this wiki article should guide you though the process of adding these:

    https://our.umbraco.org/wiki/how-tos/customizing-the-wysiwyg-rich-text-editor-tinymce/add-styles-to-the-drop-down-menu-for-editors-to-use

    It's worth noting that any CSS you add to the "TextStyles" stylesheet (in the wiki example) will be pulled through to the RTE only, unless you then include the same stylesheet on your website as well.

    Hope that helps! Ed

  • Samira 113 posts 452 karma points
    Apr 04, 2016 @ 05:05
    Samira
    0

    Hi Chris

    try this

    Please refer below link:-

    https://our.umbraco.org/wiki/recommendations/recommended-reading-for-content-editors/adding-styles-to-the-tinymce

    Hope this help

    Regards, Samira

  • test 19 posts 122 karma points
    Apr 04, 2016 @ 07:41
    test
    0

    Hi,

    I am using version 7.2.8 and its not working

    Received an error from the server
    Failed to retrieve tinymce configuration
    
    Object reference not set to an instance of an object.
    Exception Details:
    System.NullReferenceException: Object reference not set to an instance of an object.
    Stacktrace:
    
    at Umbraco.Web.PropertyEditors.RichTextPreValueController.EnsureInit()
    
       at Umbraco.Web.PropertyEditors.RichTextPreValueController.GetConfiguration()
    
       at lambda_method(Closure , Object , Object[] )
    
       at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass13.<GetExecutor>b__c(Object instance, Object[] methodParameters)
    
       at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)
    
       at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.<>c__DisplayClass5.<ExecuteAsync>b__4()
    
       at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)
    
  • Samira 113 posts 452 karma points
    Apr 06, 2016 @ 11:26
    Samira
    0

    Hi Chris,

    Please check in RTE datatype tinyMCE.css under style section is checked.

    hope this help

    Regards,

    Samira

  • test 19 posts 122 karma points
    Apr 07, 2016 @ 09:30
    test
    0

    Tiny.MCE.css not show in my RTE datatype.

Please Sign in or register to post replies

Write your reply to:

Draft