Actions
Bug #14110
closedRTE Character Style not shown up
Start date:
2004-04-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
RTE.default {
classesCharacter = mainBodyText, header1
}
gives me no character style icon in rte toolbar anymore.
bug is since 4.6.0 rc1.
(issue imported from #M16)
Updated by old_rouven over 20 years ago
seems like the whole RTE.classes isn't available for the rte toolbar since rc1.
Updated by Mathias Schreiber over 20 years ago
cross checked in 3.6.0RC2.
Setup works fine as it is supposed to be.
full definition:
RTE.classes {
bodyBlue {
name = blue Text
value = font-weight:bold; color:#2C4D9E;
}
bodyRed {
name = red Text
value = font-weight:bold; color:#E13521;
}
}
RTE.default.classesCharacter = bodyBlue,bodyRed
Actions