Project

General

Profile

Actions

Bug #66803

closed

RTE defaultExtras doesn’t work in IRRE mode

Added by layen julian about 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2015-05-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi,

In a TCA included Inline Relational Record Editing mode, I added a field description with a RTE. On this RTE I only want strong and emphasis button.

TCA of the IRRE object :

'description' => array(
    'exclude' => 1,
    'label' => 'description',
    'config' => array(
        'type' => 'text',
        'cols' => '30',
        'rows' => '3'
    ),
    'defaultExtras' => 'richtext[strong|emphasis]:rte_transform[ts]'
),

I have only strong and emphasis in list mode on my IRRE object. But in page mode in my plugin, in my IRRE object there is no button in my RTE field is displayed. My configuration seems not to be used in IRRE mode.

Help would be greatly appreciated.

Regards,


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #24075: Not possible to configure RTE for flexform fieldsClosedAlexander Opitz2010-11-16

Actions
Related to TYPO3 Core - Bug #70223: TCA defaultExtras not working for RTE configClosed2015-09-30

Actions
Actions

Also available in: Atom PDF