[TYPO3-german] Probleme mit tinymce_rte in der v0.3.0
Thomas Allmer
at at delusionworld.com
Tue Feb 17 00:01:23 CET 2009
Siegbert Goerlitz wrote:
> Nur ein Problem besteht immer noch (kurioserweise eines, das in der
> v0.3.0 schon beseitigt schien). Möchte ich bei einer erstellten Tabelle
> die oberste Zeile in eine thead-Zeile ändern, verschiebt er mir erstens
> die caption und entfernt deren Tags und zweitens zerschießt er die
> thead-Tags beim Abspeichern (werden zu "<thead>").
ich machs meist so...
rightclick -> cell -> table cell properties -> cell type auf Header
und "update all cells in row"
dann sind es th anstatt td...
wenn du thead bzw. tfooter in der Tabelle brauchst musst du:
RTE.default.proc.entryHTMLparser_db.tags {
thead.allowedAttribs = class, style
tfoot.allowedAttribs = class, style
}
in deine pageTSconfig schreiben...
[wird ab der nächsten tinymce_rte version standardmäßig gesetzt sein..]
mfg
--
+---------------------------------+-----------------------------------+
| Thomas Allmer | http://www.delusionworld.com |
| E-mail: at at delusionworld.com | phone: +43 699 16217064 |
+---------------------------------+-----------------------------------+
More information about the TYPO3-german
mailing list