[TYPO3-german] TS links Umgestaltung greift bei Listen nicht
Jana Golinowski
jgolinowski at codematix.de
Wed Jan 27 11:13:48 CET 2010
Hallo bob,
ich habe die Lösung gefunden :)
Du brauchst zusätzlich noch:
tt_content.text.20.parseFunc.externalBlocks {
ul.stdWrap.parseFunc.tags.link.typolink.wrap = <span
class="red">|</span> | <span class="red">|</span>
ol.stdWrap.parseFunc.tags.link.typolink.wrap = <span
class="red">|</span> | <span class="red">|</span>
}
Noch kürzer:
lib.parseFunc_RTE.tags.link.typolink.wrap = <span class="red">|</span> |
<span class="red">|</span>
lib.parseFunc.tags.link.typolink.wrap = <span class="red">|</span> |
<span class="red">|</span>
So bräuchtest du tt_content.text.20.parseFunc.tags.link.typolink.wrap auch nicht
zu setzen.
Begründung:
tt_content.text.20.parseFunc ist eine Referenz auf lib.parseFunc_RTE,
lib.parseFunc_RTE ist eine Kopie von lib.parseFunc und benutzt für
externalBlocks.ul.stdWrap.parseFunc (bzw. ol) lib.parseFunc als Referenz.
Grüße, Jana.
PS: Das war endlich mal eine interessante Suche :D
More information about the TYPO3-german
mailing list