Project

General

Profile

Actions

Bug #14110

closed

RTE Character Style not shown up

Added by old_rouven over 20 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
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)

Actions #1

Updated by old_rouven over 20 years ago

seems like the whole RTE.classes isn't available for the rte toolbar since rc1.

Actions #2

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

Also available in: Atom PDF