Bug #24455 ยป rtehtmlarea_bugfix_16893_trunk.patch
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) . ';';
|
||
}
|
||
}
|
||
}
|
||