2

in my umbraco system when i try to create a content in RichTextbox format list is empty as below picture: empty Formats List

I have searched in google and found this issue on umbraco issue tracker and do its guide line but there was no result. how can I fix this issue?

Navid_pdp11
  • 3,487
  • 3
  • 37
  • 65

1 Answers1

3
  1. Login to umbraco backoffice and go to Settings>Stylesheets section and create a rte style sheet with all the css classes in it.
  2. Add a new rte.css class to your umbraco solution's css folder if there isn'T one already and update the css classes according to your values in umbraco backoffice.
  3. Go to Developer>DateTypes and select SimpleRTE and in the Stylesheets section, check rte as your stylesheet.
  4. The in your content page, you will see the formats list as shown below.
  5. Please see screen shots for more details. Hope it helps.

I have created screenshots to explain how you can make it work.

Nurhak Kaya
  • 1,470
  • 1
  • 18
  • 20
  • 1
    i test it... this add items to my menu but when i click on this items no change have been done :( – Navid_pdp11 Feb 11 '17 at 11:24
  • I have just added a new css and it works fine: If I choose Table row (blue) from the dropdown, it changes the background color of the text. Remember to highlight the text first and choose the css from the dropdown! Name: Table row (blue) Alias: .tableRowBlue Styles: background-color: #D2EEF4; – Nurhak Kaya Feb 13 '17 at 10:07