Copied to clipboard

Flag this post as spam?

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


  • Ethan 41 posts 61 karma points
    Apr 29, 2010 @ 02:53
    Ethan
    0

    How to improve TinyMCE's performance?

    The TinyMCE integrated in Umbraco is kinds of simple, You know, I even can not change the text's color, Could you tell me how to improve its functionality. Thanks a lot!

  • Chris Dunn 210 posts 401 karma points
    Apr 29, 2010 @ 03:01
    Chris Dunn
    0

    Ethan,

    The umbraco implementation of TinyMCE makes use of styles in order to set the appearance of elements and text.  Inline styles are not usually a good idea if they can be avoided.  That's more a design best practice than specific to Umbraco.  Applying a specific color outside of css styles would require inline styles.  You can add styles to be used within TINYMCE by going to settings  - > choosing the style sheet, right click and then create.  You will need to make sure to enable this style sheet for the RTE (TinyMCE) in the datatypes under the developer section.

    -Chris

  • Chris Dunn 210 posts 401 karma points
    Apr 29, 2010 @ 03:07
    Chris Dunn
    0

    For instances where you need to apply an inline style you can always switch to html view and add it directly in the code.

    <p style="color:red;">My Text</p>

    But I would attempt to achieve as much as you can using defined 'styles'. IMHO.

    -Chris

     

     

     

  • Ethan 41 posts 61 karma points
    Apr 29, 2010 @ 03:07
    Ethan
    0

    Appreciate it.

Please Sign in or register to post replies

Write your reply to:

Draft