Navid_pdp11
Navid_pdp11

Reputation: 4012

why format list in tinymce RTE is empty in umbraco?

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?

Upvotes: 2

Views: 1800

Answers (1)

Nurhak Kaya
Nurhak Kaya

Reputation: 1781

  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.

Upvotes: 3

Related Questions