Project

General

Profile

Bug #24343 » rtehtmlarea_bugfix_16750_trunk.patch

Administrator Admin, 2010-12-23 03:32

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail)
cls: 'htmlarea-window',
width: dimensions.width,
border: false,
// As of ExtJS 3.3, JS error with IE when the window is resizable
resizable: !Ext.isIE,
resizable: true,
iconCls: this.getButton(buttonId).iconCls,
listeners: {
afterrender: {
(3-3/4)