Project

General

Profile

Actions

Bug #22991

closed

htmlArea RTE won't load in backend extension

Added by Klaus Hinum about 14 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-06-24
Due date:
% Done:

0%

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

Description

The htmlarea RTE wont load any more when called in an own extension with the calls

$field .= $form->getSoloField($this->table,$dataArr[$this->table.'_'.$gpu_uid_GP],$value);
$this->content .= $form->printNeededJSFunctions_top();
$this->content .= $field;
$this->content .= $form->printNeededJSFunctions();

looks like a path issue, as it at least loads with errors when overwriting the BACK_PATH with $BACK_PATH = '../../../../';

Still, it will then load several times and some features wont work because of the wrong path.

(issue imported from #M14859)


Files


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #23353: htmlArea RTE: Using the advanded frontend editing, the editor is not loaded in the text tabClosedStanislas Rolland2010-08-04

Actions
Actions

Also available in: Atom PDF