Если я не ошибаюсь, то:
lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTM Lparser.tags.table.fixAttrib.class.list >
позволяет не вставлять в таблицу класс contenttable, если определен свой. В документации по RTE оговаривался этот нюанс.
-----
«Typo3 always replaces the class I selected in the RTE for a table with the class "contenttable". Do you have an idea how to switch that off?»
Assuming that you have installed extension CSS Styled Content (css_styled_content), add the following line in your TS template Setup field:
lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTM Lparser.tags.table.fixAttrib.class.list >
The contenttable class will then be added only if no class is specified for the table.
Последний раз редактировалось Tod; 23.05.2006 в 13:16
|