[TYPO3-german] Leere Tags im RTE entfernen
Peter Linzenkirchner
liste at lisardo.de
Wed Sep 24 14:10:05 CEST 2008
Hallo Stephan,
wo hast du das gefunden? Ich finde es nämlich nicht.
>
>
> RTE.default.proc {
> exitHTMLparser_db = 1
> exitHTMLparser_db {
> rmTagIfEmpty = b, strong
> }
> }
Eigentlich müsste es hier zu finden sein:
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/5/2/#id4289740
dort unter "The ->PROC object" ist zu finden:
exitHTMLparser_db -> HTMLparser
das heisst, hier wird aus dem die HTMLparser-Funktion der TSref
aufgerufen. Die ist hier zu finden:
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/17/
dort ist zwar rmTagIfNoAttrib zu finden, aber nicht rmTagIfEmpty.
Also gehe ich mal davon aus, dass es diese Anweisung eigentlich gar
nicht gibt ...
Gruß
Peter
More information about the TYPO3-german
mailing list