Project

General

Profile

Bug #24455 ยป rtehtmlarea_bugfix_16893_trunk.patch

Administrator Admin, 2011-01-07 04:29

View differences:

typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (copie de travail)
if (is_array($this->thisConfig['buttons.'])) {
foreach ($this->thisConfig['buttons.'] as $buttonIndex => $conf) {
$button = substr($buttonIndex, 0, -1);
if (is_array($conf)) {
$configureRTEInJavascriptString .= '
RTEarea[editornumber].buttons.'.$button.' = ' . $this->buildNestedJSArray($conf) . ';';
}
}
}
    (1-1/1)