Ich habe gerade ein Problem mit dem RTE.

nachdem die Möglichkeiten der Redakteure anfänglich stark eingeschränkt wurden, sollen sie jetzt doch einzelne Features wieder bekommen. aktuell sollen sie Tabellen eintragen können, also habe ich alle table-Buttons wieder aktiviert:

(aktuelle RTE-Konfig im TSconfig der Root-Seite)

// RTE-Konfiguration:
// add link-button
// add remove-format-button
// add insert unformatted
// add table-~
RTE.default {
showButtons = orderedlist, unorderedlist, bold, strong, italic, insertcharacter, link, unlink, findreplace, copy, cut, paste, pastetoggle, pastebehaviour, removeformat, undo, redo, spellcheck, chMode, table, toggleborders, tableproperties, tablerestyle, rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit, columnproperties, columninsertbefore, columninsertafter, columndelete, columnsplit, cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellmerge


// blockstylelabel, blockstyle,
// textstylelabel, textstyle,
// fontstyle, fontsize,
// formatblock, blockquote, quotation, citation,
// showmicrodata, definition,
// insertparagraphbefore, insertparagraphafter,
// lefttoright, righttoleft,
// language, showlanguagemarks, keyboard,
// line, left, center, right, justifyfull,
// definitionlist, definitionitem, outdent, indent,
// formattext, bidioverride, big, deletedtext, emphasis, insertedtext, monospaced, quotation, sample, small, // span, strikethrough, subscript, superscript, underline, variable, textcolor, bgcolor, // textindicator, editelement, emoticon, insertsofthyphen, image, acronym, inserttag, about, code, user,


        toolbarOrder < .showButtons
        showStatusBar = 1
        contentCSS = fileadmin/sys/css/rte.css
        enableWordClean = 1
        removeTrailingBR = 1
        rteResize = 1
}       

so weit werden die Butons auch angezeigt. und auch bestehende Tabellen kann man bearbeiten. Nur bei manchen Aktionen u.a. auch "Tabelle neu anlegen" wird ein Javascript-Fehler geschmissen:

TypeError: this.pageTSconfiguration is undefined
if (!this.pageTSconfiguration.disableStyleOnOptionLabel) { merged...612 (Zeile 15064)
mitten in der HTMLArea-Klasse (15064 - 14805 = 259)

Irgendein Hinweis wo ich die Konfig noch ändern muss?

bernd
--
http://www.pi-phi.de/cheatsheet.html
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an