I created style in stylesheet section, named myStyle, then right click myStyle and click create item on menu to create one style item. the name is textIndent2, the alias is .textIndent2, the styles is text-indent:2em; then, go to datatype section make it can be used in RTE. then I go back to content section, select one paragraph in a RTE in a node, then select textIndent2 in style Dropdown list. It seems all right, text can be indent 2em. But when I want to remove this style by reclick the item in style dropdown list, I found I can't remove classname named textIndent2. The text is still indent 2em, class name is also there like <p class="textIndent2">......</p>
I have gone to Tinymce to test remove style function, I found it's all right there,I can remove any classname. So I think this may be the problem about Umbraco. I hope someone can help me.
this can use eraser, But in tinymce site, you can remove it just by reclick the item of list. I don't know if this is a bug, if it's not please admin delete this topic.
I can't remove a class value after it was added to a tag by using RTE Dropdown list style.
http://our.umbraco.org/wiki/recommendations/recommended-reading-for-content-editors/adding-styles-to-the-tinymce
Above is what I just do.
I created style in stylesheet section, named myStyle, then right click myStyle and click create item on menu to create one style item. the name is textIndent2, the alias is .textIndent2, the styles is text-indent:2em;
then, go to datatype section make it can be used in RTE.
then I go back to content section, select one paragraph in a RTE in a node, then select textIndent2 in style Dropdown list. It seems all right, text can be indent 2em.
But when I want to remove this style by reclick the item in style dropdown list, I found I can't remove classname named textIndent2. The text is still indent 2em, class name is also there like <p class="textIndent2">......</p>
I have gone to Tinymce to test remove style function, I found it's all right there,I can remove any classname. So I think this may be the problem about Umbraco.
I hope someone can help me.
this can use eraser, But in tinymce site, you can remove it just by reclick the item of list. I don't know if this is a bug, if it's not please admin delete this topic.
is working on a reply...