hallo,
vll lagen die Probleme beim kofigurieren des RTE einfach nur daran das ab 4.x der htmlarea automatisch als standard editor installiert ist.
dann hab ich für diesen editor auch wieder das nötige aus diversen codeschnipseln zusammen getragen allerdings läuft er leider trotzdem nicht kann mir jemand helfen.
user TSconfig:
Code:
options.HTMLAreaPluginList = ContextMenu, TYPO3Browsers, RemoveFormat, CharacterMap, UserElements, Acronym, SpellChecker
page TSconfig:
Code:
RTE.config >
RTE.FE >
RTE.default.showButtons = blockstylelabel, blockstyle, textstylelabel, textstyle, superscript, subscript, copy, cut, spellcheck, chMode, inserttag, removeformate, insertcharacter, acronym
RTE.default.hideButtons = underline, fontstyle, fontsize, left, center, right, indent, outdent
RTE.default.proc.entryHTMLparser_db.keepNonMatchedTags = 0
RTE.default.xhtml_cleaning = 1
RTE.default.contentCSS = fileadmin/irb/style/rte.css
RTE.default.useCSS = 1
RTE.default.proc.allowedClasses = wichtig, kasten
RTE.default.classesCharacter = wichtig, kasten
RTE.default.classesParagraph = wichtig, kasten
meine css datei:
Code:
.wichtig {
color: #cc0000;
fontwight: bold;
}
.kasten {
background-color: #efefef;
border: 2px solid #666
padding: 3px;
color: #666
} die absatz und text box bleiben ewinfach grau ich kann nichts machen.